XSSRadare icon indicating copy to clipboard operation
XSSRadare copied to clipboard

How to use more than one cookie

Open 1nf1n7y opened this issue 6 years ago • 1 comments

Thank you for the wonderfull script I am wondering if i can use more than one cookies like the following (PHPSESSID & security) : python XSSRadare.py --url "http://192.168.23.1/hacking/DVWA-master/vulnerabilities/xss_r/?name=1" --c "PHPSESSID:v19sdcnc461scvo9vjgugqvms3:/;security:low:/hacking/" --view off --stop

waiting for your response.

1nf1n7y avatar Jun 15 '19 14:06 1nf1n7y

Hey! I made a fork solving this issue, if anyone is still interested. Also I took the liberty to change the cookie's input to the following format:

COOKIE_NAME_1=VALUE_1; COOKIE_NAME_2=VALUE_2;

It also needs to be noted: the cookie parser reads the cookie-path from the given URL using regular expressions.

drtrmx avatar May 17 '20 22:05 drtrmx