Skip to content

h33tlit/Nuclei-and-Subfinder-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuclei And Subfinder API

Web API for nuclei and subfinder will help you automate your entire security testing workflow since you can host it anywhere and make it accessible for your other applications.

How to install?

  1. Install the requirements with pip install -r requirements.txt
  2. Launch it with uvicorn uvicorn app:app --host 0.0.0.0 --port 10000 --timeout-keep-alive 1000 --workers 5 (change this as you require)

Usage

To get subdomain results: http://127.0.0.1/api/scanner1/hackerone.com

image

To get nuclei results (WITHOUT AUTOSCAN): http://127.0.0.1/api/scanner2/nuclei?target_name=https://jubaeralnazi.com&autoscan=false&tags=misconfig,cve,panel

image

To get nuclei results (WITH AUTOSCAN): http://127.0.0.1/api/scanner2/nuclei?target_name=https://jubaeralnazi.com&autoscan=true

Issues

Uncomment the local environment portion if you already have go installed and comment out the previous one

image

If you face any other issues please create a new issue here

About

Web API for nuclei and subfinder will help you automate your entire security testing workflow since you can host it anywhere and make it accessible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published