Jump to content

Honeypot

From YawgNetWiki
Revision as of 15:03, 6 August 2025 by Encryptid (talk | contribs) (Created page with "=NOTTHEFBI= Pi0 with PiSugar battery. ==psad setup== <pre> 1. wget https://github.com/mattymcfatty/HoneyPi/archive/master.zip 2. unzip master.zip 3. cd HoneyPi-master 4. chmod +x *.sh 4. sudo ./honeyPiInstaller.sh 5. Follow the prompts. </pre> Other checklists: <pre> 1. Change root password 2. Change Pi user password 3. Setup new gmail account for alerts 4. Create new app password for psad 5. Setup crontab with new iptables lines iptables -A INPUT -j LOG i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

NOTTHEFBI

[edit]

Pi0 with PiSugar battery.

psad setup

[edit]
 1. wget https://github.com/mattymcfatty/HoneyPi/archive/master.zip
 2. unzip master.zip
 3. cd HoneyPi-master
 4. chmod +x *.sh
 4. sudo ./honeyPiInstaller.sh
 5. Follow the prompts.

Other checklists:

1. Change root password
2. Change Pi user password
3. Setup new gmail account for alerts
4. Create new app password for psad
5. Setup crontab with new iptables lines
   iptables -A INPUT -j LOG
   iptables -A FORWARD -j LOG

fwsnort

[edit]

Setup

wget https://github.com/mrash/fwsnort/archive/master.zip
sudo unzip master.zip -d /usr/local/src
cd /usr/local/src/fwsnort-master
./install.pl

Updates

sudo fwsnort --update-rules
sudo fwsnort
sudo /var/lib/fwsnort/fwsnort.sh
sudo nano /etc/rc.local

Be sure to add the following above the exit line:

   /var/lib/fwsnort/fwsnort.sh

PSADify

[edit]
git clone https://github.com/disloops/psadify.git
cd psadify
python psadify.py

Status.html will be produced and there ya have it



References

[edit]