nps_payload: generate payloads for basic intrusion detection avoidance

This script will generate payloads for basic intrusion detection avoidance. It utilizes publicly demonstrated techniques from several different sources.

Installation

Setting up samba shares:

1.) apt-get install samba

2.) vi/nano/whatever /etc/samba/smb.conf

3.) add the following to the bottom of the file (change as appropriate)

[payloads$] comment = Dirty Payloads path = /opt/shares/payloads browsable = yes guest ok = yes read only = yes

4.) service smbd restart

git clone https://github.com/trustedsec/nps_payload.git

cd nps_payload
pip install -r requirements.txt

Source: https://github.com/trustedsec/nps_payload