seccubus / seccubus

Easy automated vulnerability scanning, reporting and analysis
www.seccubus.com
Apache License 2.0
693 stars 162 forks source link

Error Skipfish: Unescaped left brace in regex is deprecated... #456

Open elderofz1on opened 7 years ago

elderofz1on commented 7 years ago

Hi, I have a little problem... By directly executing the command below, it works perfectly. skipfish -LY -o /tmp/156 http://<MYIP>

If run through the SCAN, I get the following

#do-scan -w lab02 -s lab02-skipfish4
Starting scan 'lab02-skipfish4' from workspace 'lab02'
Sending notifications for scan start...
0 notification(s) sent
cmd: /home/seccubus/scanners/Skipfish/scan --workspace 'lab02' --scan 'lab02-skipfish4' -o "-LY" --hosts /root/Documents/lab02/host156
Executing /usr/bin/skipfish  -o /tmp/seccubus.813 -LY http://<MYIP>

[!] WARNING: Wordlist '/dev/null' contained no valid entries.

.......
** error ** 
.......

[!] WARNING: Wordlist '/dev/null' contained no valid entries.
Scanning done, converting html dir to ivil
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^var req = { <-- HERE / at /home/seccubus/bin/skipfish2ivil line 231.
Importing ivil
Out of memory!
Killed
Adding files to scan lab02-skipfish4 in workspace lab02
Killed
MrSeccubus commented 7 years ago

I will need to look into this.

Aholicknight commented 5 years ago

I'm also getting this error.