Censys-Python : An Easy-To-Use & Lightweight API Wrapper For The Censys Search Engine
Censys-Python is an easy-to-use and lightweight API wrapper for the Censys Search Engine (censys.io). Python 3.6+ is currently supported. Getting Started The library can be installed using pip. $ pip install censys To configure your credentials run censys config or set both CENSYS_API_ID and CENSYS_API_SECRET environment variables. $ censys config Censys API ID: XXX Censys API Secret: XXX Successfully authenticated for your@email.com Development $ git clone...
Swego : Swiss Army Knife Webserver In Golang
Swego is a swiss army knife Webserver in Golang. Keep simple like the python SimpleHTTPServer but with many features. Usage Run the binary If you don't want to build it, binaries are availables on https://github.com/nodauf/Swego/releases Otherwise, build-essential should be installed and GOPATH configured: git clone https://github.com/nodauf/Swego.gitcd Swego/srcmake compileLinux # Or make compileWindows Help $ ./webserver -helpweb subcommand-bind stringBind Port (default "8080")-certificate stringHTTPS certificate : openssl req...
Parrot 4.10 Released To Make Distribution More Reliable & Secure. Download Now !!
We 're proud to announce Parrot OS 4.10 launched. This new version contains loads of essential changes to make the distribution more stable and efficient. You can download Parrot OS from our official download page, and we invite you to never trust third party and unofficial sources. We also have official torrent files for virtual machines, and are ready to use...
Watcher : Open Source Cybersecurity Threat Hunting Platform
Watcher is a Django & React JS automated platform for discovering new potentially cybersecurity threats targeting your organization. It should be used on webservers and available on Docker. Watcher Capabilities Detect emerging vulnerability, malware using social network & other RSS sources (www.cert.ssi.gouv.fr, www.cert.europa.eu, www.us-cert.gov, www.cyber.gov.au...).Detect Keywords in pastebin & in other IT content exchange websites (stackoverflow, github, gitlab, bitbucket, apkmirror, npm...).Monitor malicious...
Sploit : Go Package That Aids In Binary Analysis And Exploitation
Sploit is a Go package that aids in binary analysis and exploitation. The motivating factor behind the development of sploit is to be able to have a well designed API with functionality that rivals some of the more common Python exploit development frameworks while taking advantage of the Go programming language. Excellent cross-compiler support, goroutines, powerful crypto libraries, and...
Fawkes : Tool To Search For Targets Vulnerable To SQL Injection
Fawkes is a tool to search for targets vulnerable to SQL Injection. Performs the search using Google search engine. Options -q, --query - Dork that will be used in the search engine.-r, --results - Number of results brought by the search engine.-s, --start-page - Home page of search results.-t, --timeout - Timeout of requests.-v, --verbose - Enable verbosity. Examples python3 fawkes.py --query 'noticias.php?id=10'...
Bheem : Tool To Carry Out Various Tools And Recon Process
Project Bheem is a simple collection of small bash-scripts which runs iteratively to carry out various tools and recon process & store output in an organized way. This project was created initially for automation of Recon for personal usage and was never meant to be public as there is nothing fancy about it but due to request by community,...
Bento : A Minimal Fedora-Based Container For Penetration Tests
A bento (弁当, bentō) is a single-portion take-out or home-packed meal of Japanese origin. Bento Toolkit is a simple and minimal docker container for penetration testers and CTF players. It has the portability of Docker with the addition of X, so you can also run GUI application (like burp). Prerequisites To run bento you need Docker and a Xorg server on your...
Scilla : Information Gathering Tool (DNS/Subdomain/Port Enumeration)
Scilla is a information gathering tool (DNS/Subdomain/Port Enumeration). Installation First of all, clone the repo locally git clone https://github.com/edoardottt/scilla.git Scilla has external dependencies, so they need to be pulled in: go get Linux (Requires high perms, run with sudo) make linuxmake unlinux Windows (executable works only in scilla folder. Alias?) make windowsmake unwindowsmake fmt run the golang formatter.make update Update.make remod Remod.make test runs the tests. Get Started scilla help...
Freki : Malware Analysis Platform
Freki is a free and open-source malware analysis platform. Goals Facilitate malware analysis and reverse engineering;Provide an easy-to-use REST API for different projects;Easy deployment (via Docker);Allow the addition of new features by the community. Current Features Hash extraction.VirusTotal API queries.Static analysis of PE files (headers, sections, imports, capabilities, and strings).Pattern matching with Yara.Web interface and REST API.User management.Community comments.Download samples. Check our online documentation...