Jump to content

[Payload] Mac OSX File/Photo Printer


3699n

Recommended Posts

Hello again I made another payload for mac osx. This one will print any file from the internet (You can delet the "curl -o" command to print a local file). I you dont want it to delete the printed file, just remove the "-r". But other wise you only have to replace the bracets() and whats inside of them with your configuration. Please reply, doesn't matter what you say. I just want to see if I am wasting my time about something that no one cares about.

DELAY 2000
GUI SPACE
DELAY 500
STRING Terminal
DELAY 1000
ENTER
DELAY 1000
curl -O (here put a link to a photo of file to download or delete the command to print a local file ex. trollface.com/troll.jpg)
ENTER
DELAY 2000 (change this delay to adjust your internet download speed/the file size)
STRING lpr -P (here put the name of the printer ex. Hp-officejet) -# (here put the number of copies) -r (here navigate to the photo or file. Its in your home folder or home directory. ex. /home/jake/photo)
ENTER
DELAY 3000
Command-Q

Edited by 3699n
Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...