Closed Bad3r closed 4 years ago
Is there anything in your searchsploit-results directory?
recon-results/searchsploit-results
the folder recon-results/searchsploit-results
does not exist. so i am assuming it didn't find any results therefore it didn't create the folder and thats what caused the error
That would be my first guess, yes. I'll run some tests without the folder to improve the error handling / reporting. Thank you!
Hey there, would you mind doing one of the following?
recon-pipeline.py
- line 709-713
for ipaddr in ss_scan.target.ip_addresses:
address = ipaddr.ipv4_address or ipaddr.ipv6_address
if address is not None and address in targets:
tmp_targets.add(address)
targets.remove(address)
change lines 712 and 713 to what's above.
Describe the bug After completing a full scan I wanted to view searchsploit results using the command:
view searchsploit-results
it returned a list errorEXCEPTION of type 'ValueError' occurred with message: 'list.remove(x): x not in list'
To Reproduce Steps to reproduce the behavior:
Expected behavior view results of searchsploit
Traceback / Error Output debugging traceback
Environment (please complete the following information):