Skip to content

Commit

Permalink
Merge pull request #10 from OWASP/1.0-dev
Browse files Browse the repository at this point in the history
1.0 - Carnaval 🎉
  • Loading branch information
Julio Lira authored Feb 22, 2020
2 parents 6968348 + fba9621 commit fa20f3b
Show file tree
Hide file tree
Showing 24 changed files with 61 additions and 1,096 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@

It's an information security audit tool that creates intelligent wordlists based on the content of the target page.

[Help us](https://www2.owasp.org/www-project-d4n155/#div-contributing)
[![asciicast](https://asciinema.org/a/294029.svg)](https://asciinema.org/a/294029)

[Help us](https://www2.owasp.org/www-project-d4n155/#div-contributing), [See some calculations used](https://www2.owasp.org/www-project-d4n155/#div-operations)

[See some calculations used](https://www2.owasp.org/www-project-d4n155/#div-operations)
Ongoing projects :construction_worker:: [D4N155 in docker :gift:](https://github.com/OWASP/D4N155/tree/docker), [Web API D4N155 :cloud:](https://github.com/OWASP/D4N155/tree/api)

# Install
## Install
Need to: [Python3.6](https://realpython.com/installing-python/), [Bash (GNU Bourne-Again SHell)](https://www.gnu.org/software/bash/#download)

Optional: [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [Groff](https://www.gnu.org/software/groff/)
## Source

```bash
git clone https://github.com/owasp/D4N155.git
Expand All @@ -26,10 +29,19 @@ cd D4N155-master
pip3 install -r requirements.txt
bash main
```
## Docker

[![asciicast](https://asciinema.org/a/294029.svg)](https://asciinema.org/a/294029)
In image:
```docker
FROM docker.pkg.github.com/owasp/d4n155/d4n155:latest
```
Cli:
```docker
docker pull docker.pkg.github.com/owasp/d4n155/d4n155:latest
docker run -it d4n155
```

# Manual
## Manual
```
D4N155: Tool for smart audit security
Expand Down
129 changes: 0 additions & 129 deletions getrails/.gitignore

This file was deleted.

Loading

0 comments on commit fa20f3b

Please sign in to comment.