FTPBruter : A FTP Server Brute Forcing Tool Written In Python 3
Brute forcing tool for FTP server. FTPBruter can work in any OS if they have and support Python 3. Brute force a FTP server with a username or a list of usernames. Install and Run on Linux You have to install Python 3 first:Install Python 3 on Arch Linux and its distros: sudo pacman -S python3Install Python 3 on Debian...
Raptor WAF : Web Application Firewall Using DFA Beta
Raptor is a Web application firewall made in C, uses DFA to block SQL injection, Cross site scripting and path traversal. To Run $ git clone https://github.com/CoolerVoid/raptor_waf$ cd raptor_waf; make; bin/raptor Note: Don't execute with "cd bin; ./raptor" use full path "bin/raptor" look detail https://github.com/CoolerVoid/raptor_waf/issues/4 Need lib pcre to compile. Also Read - SilkETW : Tool To Abstract Away The Complexities Of ETW Example Up...
Microsoft Bosque Programming Language
The Bosque programming language is a Microsoft Research project that is investigating language designs for writing code that is simple, obvious, and easy to reason about for both humans and machines. The key design features of the language provide ways to avoid accidental complexity in the development and coding process. The result is improved developer productivity, increased software quality, and enable a range...
MongoBuster : Hunt Open MongoDB Instances
MongoBuster is a hunt open mongoDB instances. Following are the features that are associated with this. Worlds fastest and most efficient scanner ( Uses Masscan ).Scans entire internet by default, So fire the tool and chill.Hyper efficient - Uses Go-routines which are even lighter than threads. Also Read - Monitor Smartphone usage with Cocospy Keylogger Pre-Requisites Go language ( sudo apt install golang...
Parameth : Tool Used To Brute Discover GET & POST Parameters
Parameth tool can be used to brute discover GET and POST parameters. Often when you are busting a directory for common files, you can identify scripts (for example test.php) that look like they need to be passed an unknown parameter. This hopefully can help find them. The -off flag allows you to specify an offset (helps with dynamic pages) so...
Linux-based Autopilot and Other Technologies in Cars
The popularity of Linux in the world is gaining momentum. This is because in many areas it is recognized as better than Windows. One more proof is that Linux is introduced in the newest cars. Recently, Google has released hardware for the automotive market that works with the Linux operating system. And this is not regular hardware, but an autopilot...
EfiGuard – Disable PatchGuard and DSE at Boot Time
EfiGuard is a portable x64 UEFI bootkit that patches the Windows boot manager, boot loader and kernel at boot time in order to disable PatchGuard and Driver Signature Enforcement (DSE). Features Currently supports all EFI-compatible versions of Windows x64 ever released, from Vista SP1 to Server 2019. Easy to use: can be booted from a USB...
FireELF : Fileless Linux Malware Framework
FireELF is a opensource fileless linux malware framework thats crossplatform and allows users to easily create and manage payloads. By default is comes with 'memfd_create' which is a new way to run linux elf executables completely from memory, without having the binary touch the harddrive. Also Read - InstantBox : Get a Clean, Ready-To-Go Linux...
Flashmingo : Automatic Analysis of SWF Files Based On Some Heuristics
FLASHMINGO is an analysis framework for SWF files. The tool automatically triages suspicious Flash files and guides the further analysis process, freeing precious resources in your team. You can easily incorporate FLASHMINGO’s analysis modules into your workflow. To this day forensic investigators and malware analysts must deal with suspicious SWF files. If history repeats itself the security threat may...
Platypus : A modern Multiple Reverse Shell Sessions Manager Written In Go
Platypus is a modern multiple reverse shell sessions/clients manager via terminal written in go. It include the following Multiple service listening portMultiple client connectionsRESTful APIReverse shell as a service Also Read - W12Scan : A Simple Asset Discovery Engine for Cybersecurity Network Topology Attack IP: 192.168.1.2 Reverse Shell Service: 0.0.0.0:8080 RESTful Service: 127.0.0.1:9090 Victim IP: 192.168.1.3 Run Platypus from...