Skip to content

smaranchand/nucci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nucci

RIP Internet Hero Binit Ghimire.

Nucci is nothing but tool that lets you save your Nuclei tools output to the cloud database. Mongo.com provides a free database cluster which are we using to save the Nuclei scan results.

The tool uses stdin to read the output of the nuclei scan, uses some regex to sanitize and upload them to a mongo db instance. Later on the data can be fetched and browsed using a webapp developed in flask.
nucci

WHY?

I created it so you dont have to.

Configuration & Setup

Database Setup:

A local database or cloud database can be used to store the nuclei results, Mongodb.com provides a free database cluster which we can utilize.

  1. Go to https://www.mongodb.com/cloud/atlas/register and complete the signup process.

  2. Choose Shared plan.
    Free Plan

  3. Create database user.
    Create Creds

  4. Enable Internet access so that we can access it from public IP, You can strict access to database if you have static IP address.

Enable Access 5. Save the connection string to use in nucci. Connection String

Alias Setup:

Nucci can be simply used by calling the read.py file after pipe. You can alias can be set in your .bashrc or .zshrc for now. We are planing to create a pip package for simplyfying. alias nucci="python /path/to/your/file/read.py"

Usage:

help

nucci --config (Configure Mongodb)
nucci --webserver (Run a flask webserver to access dashboard)

Save results

subfinder -d example.com|httpx|nuclei -t ~/nuclei-templates|nucci cli
cat sample_data.txt|nucci
cat
if alias not set
cat sample_data.txt|python3 path/to/your/file/nucci/read.py

View Results

nucci --webserver or python3 /nucci/webapp/webapp.py dashboard

Specaial Thanks and Shoutouts:

Project discovery's Nuclei
Yunish Shrestha
Kailash Bohara
Ankit Pandey
Rohitash Kumar

About

Save your Nuclei results to cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published