GithubFind3r : Fast Command Line Repo/User/Commit Search Tool

0

GithubFind3r is a very fast command line repo/user/commit search tool. Also Read - RS256-2-HS256 : JWT Attack To Change Algorithm RS256 to HS256 Installation git clone https://github.com/atmoner/githubFind3r.git cd githubFind3r npm install Run It node githubFind3r.js Download

httpgrep : Scans HTTP Servers To Find Given Strings In URIs

0

httpgrep is a python tool which scans for HTTP servers and finds given strings in HTTP body and HTTP response headers. $ httpgrep -H--== ==--Usagehttpgrep -h -s |Options-h < hosts|file> - single host or host-range/cidr-range or file containinghosts, e.g.: foobar.net, 192.168.0.1-192.168.0.254,192.168.0.0/24, /tmp/hosts.txt-p<port> - port to connect to (default: 80)-t - use TLS/SSL to connect to service-u<URI> - URI...

Adamantium-Thief : Decrypt Chromium Based Browsers Passwords & Credit Cards

0

Adamantium-Thief is a tool used to decrypt chromium based browsers passwords, cookies, credit cards, history, bookmarks amd support Version > 80 is supported. Examples Get passwords from browsers: Stealer.exe PASSWORDS Get credit cards from browsers: Stealer.exe CREDIT_CARDS Get history from browsers: Stealer.exe HISTORY Also Read - DNSProbe : Tool That Allows You To Perform Multiple DNS Queries Get bookmarks from browsers: Stealer.exe BOOKMARKS Get cookies from browsers: Stealer.exe COOKIES Browsers List Google...

LK_Scraper : An Fully Configurable LinkedIn Scrape

0

Lk_scraper is an fully configurable LinkedIn scrape : scrape anything within LinkedIn Installation $ pip install git+git://github.com/jqueguiner/lk_scraper Setup Using Docker compose $ docker-compose up -d $ docker-compose run lk_scraper python3 Using Docker only for selenium server First, you need to run a selenium server $ docker run -d -p 4444:4444 --shm-size 2g selenium/standalone-firefox:3.141.59-20200326 After running this command, from the browser navigate to your IP address followed by the...

Flux-Keylogger : Modern Javascript Keylogger With Web Panel

0

Flux-Keylogger is a modern Javascript keylogger with web panel. Web Panel Logging KeyloggerCookiesLocationRemote IPUser-Agents Installation Server Files Upload files from server directory to you serverChange default username, password in flux.phpGo to http://you.host/flux.phpClick buildNow inject script tag to other documents Download

Vulnx : Auto Shell Injector That Detect Vulnerabilities In Multiple Types Of CMS

0

Vulnx is An Intelligent Bot Auto Shell Injector that detects vulnerabilities in multiple types of Cms, fast cms detection,information gathering and vulnerabilities Scanning of the target like subdomains, IP addresses, country, org, timezone, region, ans and more ... Instead of injecting each and every shell manually like all the other tools do, VulnX analyses the target website checking the presence...

pwndrop : Self-Deployable File Hosting Service

0

pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. If you've ever needed to quickly set up an nginx/apache web server to host your files and you were never happy with the limitations of python -m SimpleHTTPServer, pwndrop is definitely for you! With pwndrop you can: Upload and...

How to Install Metasploitable3 on Windows 10

0

A good home lab is indispensable for an ethical hacker to practice his/her craft without causing grief to others. A budding Pen tester has to practice on varied targets to gain wider experience. This article will give you step by step instructions for the installation of Metasploitable3 on Windows 10. The installation process may take at least a couple...

goBox : GO Sandbox To Run Untrusted Code

0

goBox uses Ptrace to hook into READ syscalls, giving you the option to accept or deny syscalls before they are executed. GO sandbox to run untrusted code. Usage Usage of ./gobox: gobox commandFlags:-h Print Usage.-n valueA glob pattern for automatically blocking file reads.-y valueA glob pattern for automatically allowing file reads. Also Read - https://kalilinuxtutorials.com/dnsprobe/ Use cases You want...

RS256-2-HS256 : JWT Attack To Change Algorithm RS256 to HS256

0

RS256-2-HS256 is a JWT Attack to change the algorithm RS256 to HS256. Usage Usage: RS256_2_HS256_JWT.py payload pubkeyPositional Arguments: payload JSON payload from JWT to attack pubkey Public key file to use for signingOptional Arguments:-h, --help show this help message and exit Also Read - Burp-Exporter : Request To Clipboard With Multiple Programming Languages Functions Example Download