Update ADV-Recon.ps1
This commit is contained in:
parent
6c843b1088
commit
ef15fb794d
1 changed files with 5 additions and 5 deletions
|
@ -19,13 +19,13 @@
|
||||||
|
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
This is an advanced recon of a target PC and exfiltration of that data
|
This is an advanced recon of a target PC and exfiltration of that data.
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This program gathers details from target PC to include everything you could imagine from wifi passwords to PC specs to every process running
|
This program gathers details from target PC to include everything you could imagine from wifi passwords to PC specs to every process running.
|
||||||
All of the gather information is formatted neatly and output to a file
|
All of the gather information is formatted neatly and output to a file.
|
||||||
That file is then exfiltrated to cloud storage via DropBox
|
That file is then exfiltrated to cloud storage via Dropbox.
|
||||||
.Link
|
.Link
|
||||||
https://developers.dropbox.com/oauth-guide # Guide for setting up your DropBox for uploads
|
https://developers.dropbox.com/oauth-guide # Guide for setting up your Dropbox for uploads
|
||||||
https://www.youtube.com/watch?v=Zs-1j42ySNU # My youtube tutorial on Discord Uploads
|
https://www.youtube.com/watch?v=Zs-1j42ySNU # My youtube tutorial on Discord Uploads
|
||||||
https://www.youtube.com/watch?v=VPU7dFzpQrM # My youtube tutorial on Dropbox Uploads
|
https://www.youtube.com/watch?v=VPU7dFzpQrM # My youtube tutorial on Dropbox Uploads
|
||||||
#>
|
#>
|
||||||
|
|
Loading…
Reference in a new issue