Updated Payload OSX Internet Protocol Slurp (textile)

This commit is contained in:
Adam 2015-10-04 22:12:03 -05:00
parent 069eda3c6b
commit edb0fb2cf7
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
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 file called "default_config" (So there is no suspicion) in the Documents folder. This payload also quickly cleans up after itself allowing for a 10 second stealth slurp. If need be you may change the command "ifconfig" to any other command such as "ls" or others.
...
```
REM -———————————————-
DELAY 1000
GUI SPACE
@ -34,4 +33,4 @@ GUI Q
DELAY 500
STRING default_config
ENTER
...
```