top of page
  • Writer: Net Equity Alliance
    Net Equity Alliance
  • Jul 2
  • 0 min read

Updated: Jul 6


 
 

Project Deep Focus

Project Deep Focus is an asynchronous network scanner specifically designed for large-scale service discovery. Unlike basic port scanners, it goes beyond simple identification to provide actionable operational insights.

Key capabilities of the tool include:

  • Service Probing: It scans common network services such as HTTP, FTP, SSH, VNC, RTSP, and RDP.

  • Authentication Detection: It attempts to determine if authentication is required for the discovered services.

  • Device Identification: The tool identifies service types and software patterns, allowing users to distinguish between various devices like generic servers, cameras, NAS devices, DVRs, or potentially vulnerable appliances.

  • Strategic Design: It is built with a specific focus on identifying weakly secured services to maximize immediate operational usefulness.

Code Terminal Screen

set up

kali > git clone https://github.com/Y0oshi/Project-Deep-Focus.git kali > cd Project-Deep-Focus

kali > bash install.sh

Screenshot_2026-07-05_04_44_14.png

kali > deepfocus

39900000.png

Scanning

900003
339033.png
3366059.png
003030.png

https://github.com/soupbone89/Scripts/blob/main/Project-Deep-Focus/run_targets.pscay#L1

 

You need to download the run_targets.py file from GitHub and save it inside the project Deep Focus directory. Also, you need to rename the targets.json file to targets.txt.

 

kali > python3 run_targets.py

kali > deepfocus Deep

Focus > /stop

bottom of page