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
m (Project About)
(Getting Involved)
 
(25 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
{| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |-
 
{| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |-
 
| style="border-right: 1px dotted gray;padding-right:25px;" valign="top" |
 
| style="border-right: 1px dotted gray;padding-right:25px;" valign="top" |
==Project About==
 
 
<span style="color:#ff0000">
 
<span style="color:#ff0000">
{{Template:Project_About
+
==OWASP Tool Project D4N155==
  | leader_name1=Julio Lira
 
}}
 
  
 +
OWASP Tool Project D4N155The project uses [https://en.wikipedia.org/wiki/Open-source_intelligence OSINT] for dynamic and smart attack of brute force, using a complex operation and get the word list using expressions find
  
 +
==Description==
  
 +
[[File:Owasp-d4n155-logo.png|thumb]]
  
==OWASP Tool Project Template==
+
<span>
<span style="color:#ff0000">
+
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.
This section should include an overview of what the project is, why the project was started, and what security issue is being addressed by the project deliverable. Some readers may be discouraged from looking further at the project if they do not understand the significance of the security concern that is being addressed, so provide enough context so the average reader will continue on with reading the description. You shouldn't assume the reader will understand the objective by providing security terminology, e.g. this project builds cryptographic algorithms, but should also endeavor to explain what they are used for.
 
 
</span>
 
</span>
 +
==== 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===
 +
<nowiki>
 +
Enumerative combinatorial is more classical area of combinatorics and concentrates on counting the number of combinatorial objects
 +
</nowiki>
  
The OWASP Tool Template Project is a template designed to help Project Leaders create suitable project pages for OWASP Projects. By following the instructional text in red (and then deleting it) it should be easier to understand what information OWASP and the project users are looking for.  And it's easy to get started by simply creating a new project from the appropriate project template.
+
[[File:Tree.png|frame]]
 +
===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.
  
==Description==
+
This is the most important thing for code.
<span style="color:#ff0000">
+
[[File:Permutation.gif|thumb|center]]
This is where you need to add your more robust project description. A project description should outline the purpose of the project, how it is used, and the value it provides to application security. Ideally, project descriptions should be written in such a way that there is no question what value the project provides to the software security community. This section will be seen and used in various places within the Projects Portal. Poorly written project descriptions therefore detract from a project’s visibility, so project leaders should ensure that the description is meaningful.  
+
With all the possibilities of combinations, example:
 +
<span>
 +
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
 
</span>
 
</span>
  
The Tool Project Template is simply a sample project that was developed for instructional purposes that can be used to create default project pages for a Tool project.  After copying this template to your new project, all you have to do is follow the instructions in red, replace the sample text with text suited for your project, and then delete the sections in red. Doing so should make it clearer to both consumers of this project, as well as OWASP reviewers who are trying to determine if the project can be promoted to the next category. The information requested is also intended to help Project Leaders think about the roadmap and feature priorities, and give guidance to the reviews as a result of that effort.
+
Using this script are possible see in practical with 4 values <code>"John","have","easy","pass"</code>, run:
 +
  wget -qO- "https://gist.githubusercontent.com/Jul10l1r4/a5edfae6b0f206b4e491152c9f6b4347/raw/6c246b3a32db2f19fe5c68394663a1c995d8f625/mess.py" | python3
 +
[[File:Calc.png|center|frameless]]
  
Creating a new set of project pages from scratch can be a challenging task.  By providing a sample layout, with instructional text and examples, the OWASP Tool Project Template makes it easier for Project Leaders to create effective security projects and hence helps promote security.
+
==Licensing==
  
Contextual custom dictionary builder with character substitution and word variations for pen-testers
+
GNU GPL v3 License (allows commercial use, but requires that modifications to your code stay open source, thus prohibiting proprietary forks of your project)
  
==Licensing==
+
==CHANGELOG==
<span style="color:#ff0000">
+
All notable changes to this project will be documented in this file.
A project must be licensed under a community friendly or open source license.  For more information on OWASP recommended licenses, please see [https://www.owasp.org/index.php/OWASP_Licenses OWASP Licenses]. While OWASP does not promote any particular license over another, the vast majority of projects have chosen a Creative Commons license variant for documentation projects, or a GNU General Public License variant for tools and code projects. This example assumes that you want to use the AGPL 3.0 license.
+
 
</span>
+
The format is based on [https://keepachangelog.com/en/1.0.0/ Keep a Changelog],
 +
and this project adheres to [https://semver.org/spec/v2.0.0.html Semantic Versioning].
  
This program is free software: you can redistribute it and/or modify it under the terms of the [http://www.gnu.org/licenses/agpl-3.0.html link GNU Affero General Public License 3.0] as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.  OWASP XXX and any contributions are Copyright &copy; by {the Project Leader(s) or OWASP} {Year(s)}. 
+
## [[https://github.com/adasecurity/D4N155/tree/0.50 0.50]] - 2019-03-14
 +
## Added
 +
* Rate time, between requests
  
==Roadmap==
+
## [[https://github.com/adasecurity/D4N155/tree/0.10 0.10]] - 2019-02-24
<span style="color:#ff0000">
+
### Added
As of <strong>November, 2013, the highest priorities for the next 6 months</strong> are:
 
<strong>
 
* Complete the first draft of the Tool Project Template
 
* Get other people to review the Tool Project Template and provide feedback
 
* Incorporate feedback into changes in the Tool Project Template
 
* Finalize the Tool Project template and have it reviewed to be promoted from an Incubator Project to a Lab Project
 
</strong>
 
  
Subsequent Releases will add
+
* Make report: HTML, PDF
<strong>
+
* Analysis for all dorks [Exhausting]
* Internationalization Support
+
* Crawler based results using Google-Hacking
* Additional Unit Tests
+
* Some [https://adasecurity.github.io/D4N155/theories/#operation-of-d4n155 calculations]
* Automated Regression tests
 
</strong>
 
  
 
==Getting Involved==
 
==Getting Involved==
<span style="color:#ff0000">
+
# Hello, World!
Involvement in the development and promotion of <strong>Tool Project Template</strong> is actively encouraged!
+
 
You do not have to be a security expert or a programmer to contribute.
+
Thanks for your interest in making D4N155
Some of the ways you can help are as follows:
+
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].
 +
 
 +
# Contributing to D4N155
 +
If you want help for undestand the code contact us:
 +
* jul10l1r4@disroot.org (Julio Lira)
 +
* [email protected] (Matheus Oliveira)
 +
 
 +
## Understand the code
 +
[https://framindmap.org/c/maps/655325/public UML at D4N155]
  
 
| style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" valign="top" |
 
| style="padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;" valign="top" |
  
 
== Project Resources ==
 
== Project Resources ==
[https://adasecurity.github.io/D4N155/ Installation Package]
+
[https://github.com/OWASP/D4N155 Installation Package]
  
[https://github.com/adasecurity/D4N155 Source Code]
+
[https://github.com/OWASP/D4N155 Source Code]
  
 
[https://github.com/adasecurity/D4N155/blob/master/CHANGELOG.md What's New (Revision History)]
 
[https://github.com/adasecurity/D4N155/blob/master/CHANGELOG.md What's New (Revision History)]
  
[https://adasecurity.github.io/D4N155/ Documentation]
+
[https://d4n155.rtfd.io Documentation]
  
[https://github.com/adasecurity/D4N155/issues Issue Tracker]
+
[https://github.com/OWASP/D4N155/issues Issue Tracker]
  
 
[https://asciinema.org/a/222527 Video]
 
[https://asciinema.org/a/222527 Video]
  
== Project Leader ==
+
[https://adasecurity.github.io/D4N155/theories/#operation-of-d4n155 Operation of D4N155]
Julio Pedro de Lira Neto (@jul10l1r4)
+
 
 +
== Colaborators ==
 +
Clara Nobre (@claranobre)
 +
 
 +
Fernando Eloi(@EloiAlbuquerque)
 +
 
 +
Guilmour Rossi ([https://guilmour.org @guilmour])
 +
 
 +
Julio Lira ([https://jul10l1r4.github.io/ @jul10l1r4])
 +
 
 +
Kádson Breno ([https://github.com/att4ck3rs3cur1ty @kr4m3r])
 +
 
 +
Matheus Oliveira ([https://www.linkedin.com/in/matheus-0liveira/ @Matheus_0liveira])
  
 
== Related Projects ==
 
== Related Projects ==
* [[OWASP_Code_Project_Template]]
+
* [https://youtu.be/z6-B-eqhyI4 Posso quebrar sua senha? D4N155 - CPBSB]
* [[OWASP_Documentation_Project_Template]]
 
  
 
==Classifications==
 
==Classifications==
Line 88: Line 145:
 
   | colspan="2" align="center" | [[File:Project_Type_Files_TOOL.jpg|link=https://www.owasp.org/index.php/Category:OWASP_Tool]]
 
   | colspan="2" align="center" | [[File:Project_Type_Files_TOOL.jpg|link=https://www.owasp.org/index.php/Category:OWASP_Tool]]
 
   |-
 
   |-
   | rowspan="2" align="center" width="50%" valign="top" | [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects|Incubator Project]]
+
   | rowspan="2" width="50%" valign="top" align="center" | [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects|Incubator Project|85x85px]]
   | align="center" width="50%" valign="top" | [[File:Owasp-builders-small.png|link=Builders]]   
+
   | width="50%" valign="top" align="center" | [[File:Owasp-builders-small.png|link=Builders]]   
 
   |-
 
   |-
   | align="center" width="50%" valign="top" | [[File:Owasp-defenders-small.png|link=Defenders]]
+
   | width="50%" valign="top" align="center" | [[File:Owasp-defenders-small.png|link=Defenders]]
 
   |-
 
   |-
 
   | colspan="2" align="center" | [[File:Agplv3-155x51.png|link=http://www.gnu.org/licenses/agpl-3.0.html|Affero General Public License 3.0]]
 
   | colspan="2" align="center" | [[File:Agplv3-155x51.png|link=http://www.gnu.org/licenses/agpl-3.0.html|Affero General Public License 3.0]]

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