Skip to content

A simple automation tool to detect LFI, RCE and SSTI vulnerability. Forked for PR and customization

Notifications You must be signed in to change notification settings

storenth/lazyParam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is lazyParam?

lazyParam is a simple automation tool with implementation of multi-threading created by us @aniqfakhrul, @h0j3n and @a_m1rz for checking hidden parameters in a page. This tool is still in testing phase and more implementations are soon to be made. note: Works with python3

Features

  • Fuzz parameters for both GET and POST method
  • Multi-threaded (Default: 4)
  • Use intensive mode with characters bypassing techniques (beta)
  • Check for LFI, RCE and SSTI

Todo

  • XSS checking

Usage

Fuzz parameters with build in wordlists

python3 lazyparam.py -u http://example.com/file.php

Specify custom wordlist

python3 lazyparam.py -u http://example.com/file.php -w wordlists.lst

About

A simple automation tool to detect LFI, RCE and SSTI vulnerability. Forked for PR and customization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%