Author Topic: Hacking a printer/Receiving Printer Jobs  (Read 1016 times)

0 Members and 1 Guest are viewing this topic.

Offline john_s

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Hacking a printer/Receiving Printer Jobs
« on: March 21, 2012, 09:02:58 pm »
So, I was wondering... Is there any way to receive the printer jobs from a printer that is on a local network, that were sent from another computer on that local network.  Here's the situation, I need to intercept documents that are being printed from another computer that is sending the wireless printer the printing jobs... Either be able to reprint them at a later date, or view the documents that are being printed so I can save them on the computer.


Thanks for your quick response.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Hacking a printer/Receiving Printer Jobs
« Reply #1 on: March 21, 2012, 09:19:42 pm »
I don't know much about this, but in general such attack is called MITM (Man in the middle). Maybe it's possible with ARP spoofing or something.
Check out Cain&Abel even though it's a skiddy tool, it works great for quickies :D

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Hacking a printer/Receiving Printer Jobs
« Reply #2 on: March 25, 2012, 07:31:31 pm »
ARP spoofing will do this. As all traffic are routed trough you. You can probably just use something like tcpdump/wireshark and fetch what you need.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Hacking a printer/Receiving Printer Jobs
« Reply #3 on: March 25, 2012, 08:31:28 pm »
ARP spoofing will do this. As all traffic are routed trough you. You can probably just use something like tcpdump/wireshark and fetch what you need.
You won't get the files with wireshark, only raw packages.

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Hacking a printer/Receiving Printer Jobs
« Reply #4 on: March 25, 2012, 08:50:12 pm »
You won't get the files with wireshark, only raw packages.

You can follow and dump the bytes sent with wireshark replicating the original file.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Hacking a printer/Receiving Printer Jobs
« Reply #5 on: March 25, 2012, 09:43:45 pm »
Before you try any of the above, try looking in the bottom-right corner and clicking on the icons there. Found out about this in school, there was one program running which allowed me to see everything that was being sent to print and even the ability to cancel the prints. So if you are on a local network then try looking for a similar program.