Category: Tips and Tricks

secgen

SecGen: Create randomly insecure VMs

Security Scenario Generator (SecGen) Summary SecGen creates vulnerable virtual machines so students can learn security penetration testing techniques. Boxes like Metasploitable2 are always the same, this project uses Vagrant, Puppet,...

sshnotify

sshnotify: SSH Login Notification

sshnotify A script to notify you when others login your server via ssh. install Debian/ubuntu supported wget -N –no-check-certificate https://raw.githubusercontent.com/Green-m/sshnotify/master/install.sh && chmod +x install.sh && bash install.sh Use whitelist config...

Kali Linux Tor Proxychains

Anonymize Kali Linux with Tor + Proxychains

Tor is a connection-based low-latency anonymous communication system. Clients choose a source-routed path through a set of relays and negotiate a “virtual circuit” through the network, in which each relay...

proxychains-ng

proxychains-ng 4.13 releases: fix bugs

proxychains-ng (new generation) – a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project....