Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
shagunattri committed Jun 13, 2020
1 parent b808d8d commit b7dbab0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Enumeration and automation shellscript to find subdomains and other extra featur
Integrates tools written in Go to automate the process of web application enumeration.

## Features
---

- Install essential reconnaissance tools and dependencies
- Subdomain Enumeration
Expand All @@ -47,6 +48,7 @@ Integrates tools written in Go to automate the process of web application enumer


### Installation
---

To get started, check out the installation instructions in the [documentation](install/setup.md).

Expand All @@ -66,6 +68,8 @@ To get started, check out the installation instructions in the [documentation](i

### Tools utilised

---

- [Assetfinder](https://github.com/tomnomnom/assetfinder)
- [httprobe](https://github.com/tomnomnom/httprobe)
- [subjack](https://github.com/haccer/subjack)
Expand All @@ -76,20 +80,13 @@ To get started, check out the installation instructions in the [documentation](i
- [gobuster](https://github.com/OJ/gobuster)



**Note**: You need to install the dependencies before installing the tools.

Most of the tools are added to the PATH, you can access them from everywhere in the file system.


***Tested on Manjaro-Arch Linux***

## Contribution
---

Feel free to add more tools so that the Bug Bounty community can benefit from them.
When contributing to this repository, please first discuss the change you wish to make via issue,before making a change.


## License

---
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
1 change: 1 addition & 0 deletions install/setup.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### Installation
---


``` console
Expand Down

0 comments on commit b7dbab0

Please sign in to comment.