Pentest - Web Application Vulnerability Scanner | Shahul Hameed

 Web Application Vulnerability Scanner 
Tool Name: NUCLEI 

Description

    Nuclei are used to send requests across targets based on a template, leading to zero false positives and providing fast scanning on a large number of hosts. Nuclei offer to scan for a variety of protocols, including TCP, DNS, HTTP, SSL, File, Whois, Websocket, Headless, etc. With powerful and flexible templating, Nuclei can be used to model all kinds of security checks.
    
    Nuclei are a fast, template-based vulnerability scanner focusing on extensive configurability, massive extensibility, and ease of use.

Installation & Demonstration

Usage:
    CMD : nuclei -h 
Step 1:
    Download and install before use nuclei Go lang in kali linux
    CMD : sudo apt-get update & sudo apt-get upgrade
    CMD: sudo apt-get install -y golang
Step 2:
    Download and install nuclei
    sudo apt install nuclei
Step 3: 

    nuclei --target <URL>

Step 4: Scan sample results


Recon Information













Comments

Popular posts from this blog

Using Burp Suite - Brute Force payloads using XSS Validator(Extension) | Shahul Hameed

Janus Vulnerability Exploitation

SQL Basics | Shahul Hameed