This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP D4N155"

From OWASP
Jump to: navigation, search
(Related Projects)
(Getting Involved)
 
Line 102: Line 102:
 
  * [email protected] (Julio Lira)
 
  * [email protected] (Julio Lira)
 
  * [email protected] (Matheus Oliveira)
 
  * [email protected] (Matheus Oliveira)
* [email protected] (@sophiesch0ll)
+
 
 
## Understand the code
 
## Understand the code
 
[https://framindmap.org/c/maps/655325/public UML at D4N155]
 
[https://framindmap.org/c/maps/655325/public UML at D4N155]

Latest revision as of 18:17, 13 January 2020

OWASP Project Header.jpg

OWASP Tool Project D4N155

OWASP Tool Project D4N155The project uses OSINT for dynamic and smart attack of brute force, using a complex operation and get the word list using expressions find

Description

Owasp-d4n155-logo.png

On the abstract we can presume that this isn’t just another pentest tool this is a truly powerful tool, that integrate various key features of another projects and ideas of the developers and aggregate then in a same place.

KEY FEATURES

  • Search vulnerable url’s
  • Anonymous feature
  • Make a smart wordlist based on page content
  • Totally CLI (BASH + PYTHON)
  • FREE SOFTWARE IN LICENSE(GPL V3) AND IN ESSENCE
  • Automatic Report Feature with two options:
    • PDF
    • HTML Where it generate a dynamic graphic for quick visualization


People with bad intentions dedicate a long part of their time to read profiles,posts analyzing then, observing reactions with in order to obtain the maximum information about their targets in order to make their list(of passwords) and the door for attack. Even if you do not have specific knowledge, so you may be using this tool will help you get a sense of how vulnerable you are and consequently take action and prevent a possible attack.

Besides this it’s a friendly tool for a pentester with the features of automatics reports the professional can save time, writing extensive reports with pages of print screens, technician reports and transcription of procedures this tool can make a half of a job for him.

Operations

The process of password speculation is performed using various functions, all using recursive ones, as the equation shows.

 λ→(η) = Op.

Combinatorial Analysis

The code follows combinatorial analysis in order to speculate passwords and we’ll explain next.

Combinatorial Enumerative

Enumerative combinatorial is more classical area of combinatorics and concentrates on counting the number of combinatorial objects

Tree.png

Analytic combinatorics

Analytic combinatorics concerns the enumeration of combinatorial structures using tools from complex analysis and probability theory. In contrast with enumerative combinatorics, which uses explicit combinatorial formulae and generating functions to describe the results, analytic combinatorics aims at obtaining asymptotic formulae.

This is the most important thing for code.

Permutation.gif

With all the possibilities of combinations, example:

Root text: i walk
---- Tests ----
1,1: walk i
1,2: walki
2,1: i walk
2,2: iwalk
Removed repeated words
------------------------
walk i
walki
iwalk

Using this script are possible see in practical with 4 values "John","have","easy","pass", run:

 wget -qO- "https://gist.githubusercontent.com/Jul10l1r4/a5edfae6b0f206b4e491152c9f6b4347/raw/6c246b3a32db2f19fe5c68394663a1c995d8f625/mess.py" | python3
Calc.png

Licensing

GNU GPL v3 License (allows commercial use, but requires that modifications to your code stay open source, thus prohibiting proprietary forks of your project)

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

    1. [0.50] - 2019-03-14
    2. Added
  • Rate time, between requests
    1. [0.10] - 2019-02-24
      1. Added
  • Make report: HTML, PDF
  • Analysis for all dorks [Exhausting]
  • Crawler based results using Google-Hacking
  • Some calculations

Getting Involved

  1. Hello, World!

Thanks for your interest in making D4N155 There are mutliple ways to help beyond just writing code:

- [Submit bugs and feature requests] with detailed information about your issue or idea.
- [Help fellow users with open issues] or [help fellow committers test recent pull requests].
  1. Contributing to D4N155

If you want help for undestand the code contact us:

* [email protected] (Julio Lira)
* [email protected] (Matheus Oliveira)
    1. Understand the code

UML at D4N155

Project Resources

Installation Package

Source Code

What's New (Revision History)

Documentation

Issue Tracker

Video

Operation of D4N155

Colaborators

Clara Nobre (@claranobre)

Fernando Eloi(@EloiAlbuquerque)

Guilmour Rossi (@guilmour)

Julio Lira (@jul10l1r4)

Kádson Breno (@kr4m3r)

Matheus Oliveira (@Matheus_0liveira)

Related Projects

Classifications

Project Type Files TOOL.jpg
Incubator Project Owasp-builders-small.png
Owasp-defenders-small.png
Affero General Public License 3.0