Kippo – SSH Honeypot
Kippo is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker. Some interesting logs from a live Kippo installation below (viewable within a web browser with the help of Ajaxterm). Note that some commands may have been improved since these logs were recorded. 2009-11-222009-11-232009-11-232010-03-16 Features Some interesting features: Fake filesystem...
Prithvi – Report Generation Tool
Prithvi is a report generation tool specially made for Security Assessment which is free to use and easy to use. It will generate high quality vulnerability assessment report for security controls. It got various features and majorly made for security assessment. You can easily find security vulnerabilities in a report. System Requirements Operating SystemsMac OSX(64bit), Windows(64bit & 32bit)RAMMinimum Usage 4GB...
Quarantyne · Modern Web Firewall
Quarantyne is a reverse-proxy that protects web applications and APIs from fraudulent behavior, misuse, bots and cyber-attacks in real-time. Requirements Java 8 Presentation It is a reverse-proxy written in java. It fronts a web application or API and protects it from fraudulent behavior, misuse, bots and cyber-attacks. It cannot stop them all, but it will definitely make it harder and more expensive...
Terminus : A Terminal For A More Modern Age
Terminus is a highly configurable terminal for a more modern age emulator for Windows, macOS and Linux. Theming and color schemesFully configurable shortcutsSplit panesRemembers your tabsPowerShell (and PS Core), WSL, Git-Bash, Cygwin, Cmder and CMD supportIntegrated SSH client and connection managerFull Unicode support including double-width charactersDoesn't choke on fast-flowing outputsProper shell experience on Windows including tab completion (via Clink) Also Read -...
SeccuBus : Easy Automated Vulnerability Scanning, Reporting & Analysis
Seccubus automates regular vulnerability scans with various tools and aids security people in the fast analysis of its output, both on the first scan and on repeated scans. On repeated scan delta reporting ensures that findings only need to be judged when they first appear in the scan results or when their output changes. Its version 2.x is the only actively...
CocoaDebug : iOS Debugging Tool
CocoaDebug is an iOS debugging tool with the following features; Shake to hide or show the black bubble. (support both device and simulator) Long press the black bubble to show UIDebuggingInformationOverlay. (Apple's Private API, support iOS 10/11/12) Application memory usage and FPS. List all print() and NSLog() messages which have been written by developer in Xcode. (optional) List of all the network requests sent by the application. (optional) List crash errors....
GetWin : FUD Win32 Payload Generator & Listener
GetWin is a FUD Win32 payload generator and listener. Following are some of the features of this tool; FUD : Fully UndetectableNo Need configure port forwarding, or install others programs, using only ssh and serveo.net. Usage git clone https://github.com/thelinuxchoice/getwin cd getwin bash getwin.sh Also Read - PhoneInfoga : Advanced Information Gathering & OSINT Tool For Phone Numbers Install Requirements (mingw-w64) sudo apt-get install mingw-w64 Disclaimer Usage of...
Semantic : Parsing, Analysing & Comparing Source Code Across Many Languages
Semantic is a Haskell library and command line tool for parsing, analysing, and comparing source code. Usage Run semantic --help for complete list of up-to-date options. Parse Usage: semantic parse ( | | | | | | )...
KaliTorify : Transparent Proxy Through Tor For Kali Linux OS
Kalitorify is a shell script for Kali Linux which use iptables settings to create a Transparent Proxy through the Tor Network, the program also allows you to perform various checks like checking the Tor Exit Node (i.e. your public IP when you are under Tor proxy), or if Tor has been configured correctly checking service and network settings. In simple terms, with kalitorify you can redirect...
RustBuster : DirBuster for Rust
RustBuster is a tool to dirbuster for rust and following are the 4 modes(Dir mode, Dns mode, Vhost mode, Fuzz mode) that are currently being implemented. Dir mode*********** rustbuster -m dir -u http://localhost:3000/ -w examples/wordlist -e php Dns mode *********** rustbuster -m dns -u google.com -w examples/wordlistVhost mode************** rustbuster -m vhost -u http://localhost:3000/ -w examples/wordlist -d test.local -x "Hello"Fuzz...