XSRFProbe
XSRFProbe copied to clipboard
--exclude command doesnt work
Describe the bug
When using --exclude command the tool breaks
Command You Used
xsrfprobe -u "http://192.168.1.1/cgi-bin/luci/admin/status" --cookie "sysauth=a0ab02bc860607be5aa506752c1aaf05" --crawl -d 10 -t 10 -E logout/
Full Stack Trace Error
Traceback (most recent call last):
File "/usr/local/bin/xsrfprobe", line 4, in
Potential cause or fix
[Do you know what could be causing the problem or how to fix it?]
Environment:
- OS: [Ubuntu 20.04.1 LTS]
- Python version: [e.g. v3.8.5]
Some Questions
- [x] I am using the latest version of XSFRProbe. Yes: v2.3.1
- [x] I installed the dependecies using
pip3
instead ofpip
. yes - [x] I have read the documentation before submitting this issue. yes
- [x] I have checked the other issues to see if someone reported this before. yes
Other stuff
[Something else you want the author to know?]
I've tried fixing this error, I now got another error. Trying to fix it, then I will open a PR
xsrfprobe-output/webscantest.com/errored.log:1:(i) http://www.webscantest.com/csrf/csrfpost.php/ -> list.remove(x): x not in list
Why am i getting this :(