byp4xx icon indicating copy to clipboard operation
byp4xx copied to clipboard

Small Changes

Open us3d opened this issue 3 years ago • 1 comments

I´ve found a few small bugs.

line 19 - put the url in quotes because of the semicolons code = popen("curl -k -s -I %s '%s'" % (options_var, payload_var)).read()

line 129 - just cosmetic print("Between %2e: ",curl_code_response(options+" -X GET",payload))

line 145 - remove the backslash no need to escape payload=url+"/.;/"+uri

line 147 -remove the backslash no need to escape and add the semicolon payload=url+";foo=bar;/"+uri

thanks for this cool script!!

us3d avatar Jul 21 '21 11:07 us3d

is this an tool error or the server ask for the host password

__                 __ __           

/ /_ __ ______ / // / _ ___ __ / __ / / / / __ \ / // /| |// |// / // / // / // //__ /> <> <
/
.
/_, / ./ // //|//||
/___//
by: @lobuhisec

[+]VERB TAMPERING Enter host password for user '-X':

AhmedBoulahsen avatar Oct 24 '21 13:10 AhmedBoulahsen