jorhelp / Ingram

网络摄像头漏洞扫描工具 | Webcam vulnerability scanning tool
GNU General Public License v3.0
1.7k stars 274 forks source link

no results #2

Closed 3BkReNoOo closed 2 years ago

3BkReNoOo commented 2 years ago

there is no results after this command : ./run_ingram.py --in_file port80 --out_file results --all --th_num 80

jorhelp commented 2 years ago

Firstly, you need to make sure that the packages in requirements.txt is installed, and that the port80 file is created and written to the target IP address. Then, It seems that this problem does occur on some Linux distributions. You can try this:

python3 -Bu ./run_ingram.py --in_file port80 --out_file results --all --th_num 80
3BkReNoOo commented 2 years ago

same problem Untitled

jorhelp commented 2 years ago

same problem Untitled

Okay, I think I know what the problem is. There is no output if there is no exploit available, and the results file will only be displayed if the target with the exploit is found. In other words, the IP address you test is not vulnerable.