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
However, when we try to execute command outside of folder then it given an error [Errno 2] No such file or directory: 'payloads.json
┌──(kali㉿Bhavesh)-[~/Framework/xss_vibes]
└─$ cd ..
┌──(kali㉿Bhavesh)-[~/Framework]
└─$ python3 xss_vibes/main.py -u http://testphp.vulnweb.com/listproducts.php?cat=
_ _ _______ _______ _ _ _____ ______ _______ _______
\___/ |______ |______ \ / | |_____] |______ |______
_/ \_ ______| ______| \/ __|__ |_____] |______ ______|
#Harmonizing Web Safety
#Author: Faiyaz Ahmad
[+] TESTING http://testphp.vulnweb.com/listproducts.php?cat=
[+] 1 parameters identified
[+] Testing parameter name: cat
[+] > is reflecting in the response
[+] ' is reflecting in the response
[+] " is reflecting in the response
[+] < is reflecting in the response
[+] / is reflecting in the response
[+] ; is reflecting in the response
[+] FUZZING HAS BEEN COMPLETED
[+] LOADING PAYLOAD FILE payloads.json
[Errno 2] No such file or directory: 'payloads.json'
Thanks!
The text was updated successfully, but these errors were encountered:
However, when we try to execute command outside of folder then it given an error [Errno 2] No such file or directory: 'payloads.json
┌──(kali㉿Bhavesh)-[~/Framework/xss_vibes]
└─$ cd ..
┌──(kali㉿Bhavesh)-[~/Framework]
└─$ python3 xss_vibes/main.py -u http://testphp.vulnweb.com/listproducts.php?cat=
_ _ _______ _______ _ _ _____ ______ _______ _______
\___/ |______ |______ \ / | |_____] |______ |______
_/ \_ ______| ______| \/ __|__ |_____] |______ ______|
#Harmonizing Web Safety
#Author: Faiyaz Ahmad
[+] TESTING http://testphp.vulnweb.com/listproducts.php?cat=
[+] 1 parameters identified
[+] Testing parameter name: cat
[+] > is reflecting in the response
[+] ' is reflecting in the response
[+] " is reflecting in the response
[+] < is reflecting in the response
[+] / is reflecting in the response
[+] ; is reflecting in the response
[+] FUZZING HAS BEEN COMPLETED
[+] LOADING PAYLOAD FILE payloads.json
[Errno 2] No such file or directory: 'payloads.json'
Thanks!
Add this line alias xssvibes='python3 /home/User/tools/xss_vibes/main.py' in .bashrc then run from anywhere.
Hi,
When the user's current path is inside the /xss_vibes folder, the tool functions properly.
However, when we try to execute command outside of folder then it given an error [Errno 2] No such file or directory: 'payloads.json
Thanks!
The text was updated successfully, but these errors were encountered: