npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mrecon

v0.0.1

Published

Your Bug Bounty Recon and Vulnerability Detection Made Simple.

Downloads

4

Readme


Introducing MR.RECON, an advanced and versatile bug bounty recon and vulnerability detection tool powered by the efficiency of bash scripting. Designed with the needs of bug bounty hunters and security researchers in mind, this tool combines powerful reconnaissance techniques with automated vulnerability detection to supercharge your bug hunting efforts.

How it works ?

This tool mainly performs 2 tasks

Enumeration -

  1. Effective Subdomain Enumeration from Various Tools
  2. Get URLs with open HTTP and HTTPS service
  3. JS File Enumeration
  4. GitHub code search, Scans for exposed API keys across all of GitHub

Vulnerability Detection -

  1. Subdomain takeover vulnerability checker

  2. Finds 37+ Vulnerability So basically, this is an autmation script for your initial recon and Vulnerability Detection in bugbounty

Setup MR.RECON

MR.RECON requires different tools to run successfully. Run the following command to install the all requirments-

$ git clone [email protected]:techghoshal/mrecon.git
$ cd mrecon
$ sudo ./install.sh

GitHound config.yml

Make sure your github username and password is in "quotation marks"

# Required
github_username: ""
github_password: ""

# Optional (comment out if not using)
# github_totp_seed: "ABCDEF1234567890" # Obtained via https://github.com/settings/security

Two-Factor Authentication

If GitHound is logged into your GitHub account, two-factor authentication may kick in. You can pass 2FA codes to GitHound with --otp-code. Otherwise, GitHound will prompt you for it when it starts up. You can also supply your 2FA seed in the config and you'll never have to worry about 2FA again. Grab the 2FA seed by decoding the barcode that GitHub shows during the 2FA setup process.

You can also provie your own CONDIF file with your API Keys for subdomain enumeration with subfinder (/root/.config/subfinder/provider-config.yaml) and amass (amass_config.ini)

Easy Usage

./mrecon -h
 [HELP]
   mrecon -enum target.com
   mrecon -enumExploit target.com
   mrecon -exploit finalSubdomain.txt waybackurls.txt

Modes

1. Enumuration Mode -

Subdomain and JS File Enumuration, Get URL, Github code search, Find API Keys across all of GitHub

mrecon -enum target.com

2. Exploitation Mode -

Subdomain takeover and finds 37+ vulnerability

mrecon -exploit finalSubdomain.txt waybackurls.txt

3. Enumuration Exploitation Mode -

Enumuration and Exploitation run together

mrecon -enumExploit target.com

For Developers

If you have any queries, you can always contact me on twitter(@techghoshal)

Credits

I would like to express my gratitude to all of the open source projects that have made this tool possible and have made recon tasks easier to accomplish.