Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsahil committed Jun 21, 2018
1 parent 9aefba7 commit 29d015b
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ root@recon-my-way:~# apt install python3-pip //for python 3

## subdomain.rb

### colorize gem install

```bash
root@recon-my-way:~# gem install colorize
```


### Amass

```
Expand Down Expand Up @@ -96,20 +103,27 @@ root@recon-my-way:~# go get -u github.com/Ice3man543/subfinder
root@recon-my-way:~# subfinder #test run
```

### Sublist3r (Optional)
### Subdomains by censys

```bash
root@recon-my-way:~# pip install censys
root@recon-my-way:~# export CENSYS_API_ID=Your_Censys_APP_ID
root@recon-my-way:~# export CENSYS_API_SECRET=Your_Censys_APP_ID
```

### Sublist3r (No longer using-Optional)

```bash
root@recon-my-way:~#git clone https://github.com/aboul3la/Sublist3r.git
root@recon-my-way:~# cd sublist3r
root@recon-my-way:~# sudo apt-get install python-requests
root@recon-my-way:~# sudo pip install -r requirements.txt


```



## recon.rb


### Host and other dns utils.

```bash
Expand Down

0 comments on commit 29d015b

Please sign in to comment.