Skip to content

mr-r3b00t/CVE-2024-47176

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

CVE-2024-47176

Caution

For eduacational use/Defensive use only, Only use where you are authorised to do so, Use at own risk!

How to

python3 scanner.py [CIDR] [SCANNER IP]

Example

python3 scanner.py 192.168.0.0/16 192.168.5.100

Required Modules

tqdm

Install via pip3/apt:

$ pip3 install tqdm

$ sudo apt install python3-tqdm

Notes

The HTTP response is taking 300 seconds (5 minutes) to reply from a device running Ubuntu 18 and the cups-browserd daemon on UDP 613, To scan a /16 LAN (over wireless) is taking < 0 seconds.

Thanks

Thanks to @evilsocket for the work he did finding the vulns!