Skip to content

jasonxtn/Lucille

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a Python-based tool to streamline and centralize some pentesting tasks

screenshot


About The Project

Lucille is a comprehensive web application security testing tool designed for cybersecurity professionals. built with Python, Lucille offers a suite of user-friendly tools, it aims to provide an efficient and practical tools streamlining pentesting tasks and centralizing various audit and exploitation techniques.

⚠️ NOTE

The previous version of Lucille has been fully removed. This is version 2, which includes more tools and fewer bugs. We recommend using this updated version for all your web application security testing needs. This new version offers enhanced functionality, improved stability, and a more efficient workflow 🚀 .

👀 Screenshots

⚙️ Installation

git clone https://github.com/jasonxtn/lucille.git
cd Lucille
pip install -r requirements.txt

To launch use :

python lucille.py
or
python2 lucille.py

📖 Usage

Lucille provides a comprehensive set of tools for web application security testing:

  1. Information Gathering:
  • DNS Lookup + Cloudflare Detector
  • Whois Lookup
  • Zone Transfer
  • Reverse IP Lookup
  • Linkgrabber
  1. Password Attacks:
  • WordPress Brute Force
  • Joomla Brute Force
  • CPanel Brute Force
  • Mass Brute Force + CMS Filter
  1. Exploitation Tools:
  • Admin Panel Finder
  • MD5 Decryptor
  1. Post-Exploitation Tools:
  • Shell Checker
  • SMTP Tester
  • Mail List From Config

To use a specific tool:

  1. Launch Lucille from the command line.
  2. Select the desired tool from the main menu.
  3. Follow the on-screen prompts to input the required information.
  4. Review the results provided by the tool.

⭐️ Show Your Support

If you find Lucille helpful or interesting, please consider giving us a star on GitHub. Your support helps promote the project and lets others know that it's worth checking out.

Thank you for your support! 🌟