I set up pihole on my raspberry pi 3 and it’s done a great job of stopping any silly adds from popping up and blocking any unwanted snooping.
“Standing on the shoulders of giants” is how I created a twitter bot and it was all thanks to this code…
- Raspberry Pi 400
A Great way to get an all in one Raspberry Pi 4. The Pi is built into the keyboard and you can see a break down here. You can get yourself the full package for around £90 with mouse and power supply included. While it may not be as easy to carry around to use on projects as the smaller Pi’s, I have set mine up under my monitor and turned it into a Pihole and soon to be Owncloud. While the way I use it is just to make life a bit easier, it could easily give someone a cheap computer to learn on.
- Sn1per with Linux
I have been trying out Sn1per on this very site to see what vunerabilities I may have to fix. It came as an install option with lazy script…..
…. And it has been pretty interesting although I have yet to find anything wrong on my site but will be pushing the tool more to see what else I can find. Here are some useful Sn1per commands:
[*] NORMAL MODE sniper -t [*] NORMAL MODE + OSINT + RECON sniper -t -o -re [*] STEALTH MODE + OSINT + RECON sniper -t -m stealth -o -re [*] DISCOVER MODE sniper -t -m discover -w [*] SCAN ONLY SPECIFIC PORT sniper -t -m port -p [*] FULLPORTONLY SCAN MODE sniper -t -fp [*] WEB MODE - PORT 80 + 443 ONLY! sniper -t -m web [*] HTTP WEB PORT MODE sniper -t -m webporthttp -p [*] HTTPS WEB PORT MODE sniper -t -m webporthttps -p [*] HTTP WEBSCAN MODE sniper -t -m webscan [*] ENABLE BRUTEFORCE sniper -t -b [*] AIRSTRIKE MODE sniper -f targets.txt -m airstrike [*] NUKE MODE WITH TARGET LIST, BRUTEFORCE ENABLED, FULLPORTSCAN ENABLED, OSINT ENABLED, RECON ENABLED, WORKSPACE & LOOT ENABLED sniper -f targets.txt -m nuke -w [*] MASS PORT SCAN MODE sniper -f targets.txt -m massportscan [*] MASS WEB SCAN MODE sniper -f targets.txt -m massweb [*] MASS WEBSCAN SCAN MODE sniper -f targets.txt -m masswebscan [*] MASS VULN SCAN MODE sniper -f targets.txt -m massvulnscan [*] PORT SCAN MODE sniper -t -m port -p [*] LIST WORKSPACES sniper --list [*] DELETE WORKSPACE sniper -w -d [*] DELETE HOST FROM WORKSPACE sniper -w -t -dh [*] GET SNIPER SCAN STATUS sniper --status [*] LOOT REIMPORT FUNCTION sniper -w --reimport [*] LOOT REIMPORTALL FUNCTION sniper -w --reimportall [*] LOOT REIMPORT FUNCTION sniper -w --reload [*] LOOT EXPORT FUNCTION sniper -w --export [*] SCHEDULED SCANS sniper -w -s daily|weekly|monthly [*] USE A CUSTOM CONFIG sniper -c /path/to/sniper.conf -t -w [*] UPDATE SNIPER sniper -u|--update