Category: Tips and Tricks

Chameleon

Chameleon: A tool for evading Proxy categorisation

Chameleon is a tool which assists red teams in categorising their infrastructure under arbitrary categories. Currently, the tool supports arbitrary categorisation for Bluecoat, McAfee Trustedsource and IBM X-Force. However, the tool is designed in...

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, and Ruby to quickly...

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 vim /etc/sshnotify/whitelist.config white_user=(root test)...

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 knows its predecessor and...

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. ProxyChains is a UNIX...