You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature will work like {{config|attr(request.args.a)}}&a=__init__ that leaking information like token, etc. Btw don't forget for the obfuscator
In my case if the web only be injectable with POST data, I need to change from {{config|attr(request.args.a)}}&a=__init__ to {{config|attr(request.args.a)}} and change the url path to http://<IP>/?a=__init__
The text was updated successfully, but these errors were encountered:
ImJoke
changed the title
Feature request : auto leak information
Feature request: auto leak information
Jul 27, 2023
This feature will work like
{{config|attr(request.args.a)}}&a=__init__
that leaking information like token, etc. Btw don't forget for the obfuscatorIn my case if the web only be injectable with POST data, I need to change from
{{config|attr(request.args.a)}}&a=__init__
to{{config|attr(request.args.a)}}
and change the url path tohttp://<IP>/?a=__init__
The text was updated successfully, but these errors were encountered: