Add README.md
This commit is contained in:
commit
504dd0f912
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# fakeprinter
|
||||
Bunch of Python scripts made to host fake printer-like services.
|
||||
|
||||
The idea I had was to turn a Kali box into a more convincing "innocent printer on the network", so I made this to add on top of using a spoofed MAC address and a generic HP printer's hostname.
|
||||
|
||||
Includes some common HP printer services like JetDirect, IPP, and a web port that always throws a 401 Unauthorized.
|
||||
|
||||
Still a work-in-progress. Need to add more ports and fix up some stuff, but it's difficult when you don't have a real network printer to compare against.
|
||||
|
||||
The scripts are designed to just create a thin mask over what your device really is. Tools like `snmpwalk` may not work when run against the endpoint (unless I take the time to spoof a bunch of SNMP OIDs to return or smth). Plus, if someone's scanning your endpoint that hard anyway, you were probably too loud and you've likely got bigger problems.
|
||||
|
||||
# Example
|
||||
Nmap service scan against open ports
|
||||
|
||||

|
||||
|
||||
Creating a systemctl service to run on startup
|
||||
|
||||

|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user