Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -9,16 +9,21 @@ jq '.data[].entity.publicIpAddress // .data[].properties.publicIpAddress' *.json
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Script Execution Instructions
|
## Script Execution Instructions
|
||||||
1.
|
|
||||||
|
1. Because of How long this script will take to run it is **HIGHLY** recommended to run this in a tmux session
|
||||||
```bash
|
```bash
|
||||||
git clone {placeholder for git address}
|
tmux new -s pentest
|
||||||
```
|
```
|
||||||
2.
|
2.
|
||||||
```bash
|
```bash
|
||||||
chmod +x external_pentest.sh
|
git clone {placeholder for git address}
|
||||||
```
|
```
|
||||||
3.
|
3.
|
||||||
```bash
|
```bash
|
||||||
|
chmod +x external_pentest.sh
|
||||||
|
```
|
||||||
|
4.
|
||||||
|
```bash
|
||||||
sudo ./external_pentest.sh external_ips.txt
|
sudo ./external_pentest.sh external_ips.txt
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
|
|||||||
Reference in New Issue
Block a user