|
2 | 2 |
|
3 | 3 |   [](https://github.com/enenumxela/subdomains.sh/issues?q=is:issue+is:open) [](https://github.com/enenumxela/subdomains.sh/issues?q=is:issue+is:closed) [](https://github.com/enenumxela/subdomains.sh/blob/master/LICENSE) [](https://twitter.com/enenumxela)
|
4 | 4 |
|
5 |
| -A wrapper around tools used for subdomain enumeration, to automate the workflow, on a given domain, written in bash. The workflow:- |
6 |
| - |
7 |
| - |
| 5 | +A wrapper around tools used for subdomain enumeration, to automate the workflow, on a given domain, written in bash. |
8 | 6 |
|
9 | 7 | ## Resources
|
10 | 8 |
|
11 |
| -* [Usage](#usage) |
| 9 | +* [The Workflow](#the-workflow) |
12 | 10 | * [Installation](#installation)
|
| 11 | +* [Usage](#usage) |
13 | 12 | * [Credits](#credits)
|
14 | 13 | * [Contribution](#contribution)
|
15 | 14 |
|
| 15 | +## The Workflow |
| 16 | + |
| 17 | +<div align="center"> |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +<div> |
| 22 | + |
| 23 | +## Installation |
| 24 | + |
| 25 | +Run the installation script: |
| 26 | + |
| 27 | +```bash |
| 28 | +curl -s https://raw.githubusercontent.com/enenumxela/subdomains.sh/main/install.sh | bash - |
| 29 | +``` |
| 30 | +Or run in an ephemeral Docker container: |
| 31 | + |
| 32 | +Clone the repository and run |
| 33 | + |
| 34 | +```bash |
| 35 | +cd subdomains.sh |
| 36 | +# Build the container image |
| 37 | +./docker-subdomains.sh build |
| 38 | + |
| 39 | +# After build, you can run the script with the same options listed above. |
| 40 | +# Each run will run in a new container, and the container is destroyed after run |
| 41 | +./docker-sudomains.sh -d example.com -r 1.1.1.1 |
| 42 | + |
| 43 | +# To destroy the container image if desired |
| 44 | +./docker-subdomains.sh destroy |
| 45 | + |
| 46 | +``` |
| 47 | + |
16 | 48 | ## Usage
|
17 | 49 |
|
18 | 50 | To display this script's help message, use the `-h` flag:
|
@@ -53,31 +85,6 @@ NOTE: options marked with asterik(*) are required.
|
53 | 85 | HAPPY HACKING :)
|
54 | 86 | ```
|
55 | 87 |
|
56 |
| -## Installation |
57 |
| - |
58 |
| -Run the installation script: |
59 |
| - |
60 |
| -```bash |
61 |
| -curl -s https://raw.githubusercontent.com/enenumxela/subdomains.sh/main/install.sh | bash - |
62 |
| -``` |
63 |
| -Or run in an ephemeral Docker container: |
64 |
| - |
65 |
| -Clone the repository and run |
66 |
| - |
67 |
| -```bash |
68 |
| -cd subdomains.sh |
69 |
| -# Build the container image |
70 |
| -./docker-subdomains.sh build |
71 |
| - |
72 |
| -# After build, you can run the script with the same options listed above. |
73 |
| -# Each run will run in a new container, and the container is destroyed after run |
74 |
| -./docker-sudomains.sh -d example.com -r 1.1.1.1 |
75 |
| - |
76 |
| -# To destroy the container image if desired |
77 |
| -./docker-subdomains.sh destroy |
78 |
| - |
79 |
| -``` |
80 |
| - |
81 | 88 | ## Credits
|
82 | 89 |
|
83 | 90 | Credit goes to the authors of the various tools I used in this script:
|
|
0 commit comments