Hi

This is my first post here, hope someone can help me


Im trying this program [Enlace externo eliminado para invitados] 

but I am getting the error:

./multi_ip_scanner.sh: line 9: scanner_output/192.168.10.2.rsr: No such file or directory


I have followed then instructions from [Enlace externo eliminado para invitados] 

 but without success.


Can anyone help meon this error?

Thank
well, the error says it's on the line #9 of the script. it's a short script. on the line #9, it reads:
    sudo python3 rsf-scanner.py $ip > scanner_output/$ip.rsr
and your error states that the file does not exist. the file which extension is .rsr, that is. i guess rsf-scanner.py needs an existing file, but this is probably a little bug from the developer. if i had to hack this shit into working right now, i'd add a line in the script, just before line #9, creating an empty file with the name that rsf-scanner.py expects. so, i would add:
touch ./scanner_output/$ip.rsr
to the file, then save it, and rerun it all. let us know if it works.
Responder

Volver a “Dudas y Preguntas”