https://github.com/1n3/powerexfil
A collection of data exfiltration scripts for Red Team assessments.
https://github.com/1n3/powerexfil
data exfil exfiltration hacking powershell redteam redteaming script scripts tool tools
Last synced: 3 months ago
JSON representation
A collection of data exfiltration scripts for Red Team assessments.
- Host: GitHub
- URL: https://github.com/1n3/powerexfil
- Owner: 1N3
- Created: 2020-02-21T22:36:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T23:02:10.000Z (over 5 years ago)
- Last Synced: 2025-05-07T13:07:16.390Z (6 months ago)
- Topics: data, exfil, exfiltration, hacking, powershell, redteam, redteaming, script, scripts, tool, tools
- Language: PowerShell
- Homepage: https://xerosecuity.com
- Size: 2.93 KB
- Stars: 98
- Watchers: 3
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerExfil
## A collection of custom data exfiltration scripts for Red Team assessments.
* ExfilCards.ps1 - This script will exfil credit card numbers via base64 encoded strings to a custom DNS server.
* ExfilDataStreamDNS.ps1 - This script will exfil the entire contents of a file via base64 encoded strings to a custom DNS server.
* ExfilEmail.ps1 - This script will exfil the entire contents of a file or given command via base64 encoded strings using email to a custom email address.
* ExfilHTTPS.ps1 - This script will exfil the entire contents of a file via base64 encoded strings via HTTPS POST request to custom web server.
### NOTE: These scripts are provided "as is" for educational purposes only.