Skip to content

A suite of workflows designed to integrate open-source tools for offensive security.

License

Notifications You must be signed in to change notification settings

ronin-dojo/yublueflower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

yublueflower

A suite of workflows designed to integrate open-source tools for offensive security.

Overview

yublueflower

A suite of workflows designed to integrate open-source tools for offensive security, yublueflower provides comprehensive vulnerability assessments.

  1. Reconnaissance Phase: In this phase, web crawling is done passively and actively.
  2. Vulnerability Assessment Phase: In this phase, vulnerability assessment is carried out through an offensive approach.
  3. Reporting Phase: In this phase, a report is generated.

This tool is designed to be flexible and effective in supporting offensive security workflows. It has been tested to work smoothly on WSL (Windows Subsystem for Linux) with Kali Linux.

Features

  • Reconnaissance Phase:
    • Passive crawling to collect URLs.
    • Active crawling for deeper URL discovery.
  • Vulnerability Assessment Phase:
    • Automatically scans vulnerabilities based on severity and tags (CVE) and performs dynamic application security testing (DAST).
  • Reporting Phase:
    • Automatically saves results in a timestamped folder.
  • Options:
    • Silent mode suppresses the output of the reconnaissance process, helping to reduce clutter in the terminal during the scan.

System Requirements

  • Operating System: WSL (Windows Subsystem for Linux) with Kali Linux
  • Dependencies: Go programming language (see installation instructions)

Installation

To install yublueflower, clone the repository and set up the tool as follows:

git clone https://github.com/1337rokudenashi/yublueflower.git
cd yublueflower
chmod +x yublueflower.sh

Usage

To run the tool, use the following command:

./yublueflower.sh -url http://testphp.vulnweb.com/ -silent

yublueflower yublueflower

Contributing

We welcome contributions! Feel free to fork the repository, improve the tool, and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Developed and maintained by 1337rokudenashi.

About

A suite of workflows designed to integrate open-source tools for offensive security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%