You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+32-32Lines changed: 32 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
##### Be the first to know on a need-to-know basis.
3
3
4
4
### Description
5
-
With `aa_adhoc`, run through a list of URLs and recursively check sites for malicious files based on predefined file extensions.
5
+
With `aa_adhoc`, run through a list of URLs and check sites for malicious files based on predefined file extensions.
6
6
7
7
With `aa_certstream`, find out when a phishing kit has been staged on a domain. With this information, you can be amongst the first to:
8
8
- Know
9
9
- Block
10
10
- Report
11
11
- Analyze
12
12
13
-
With `aa_urlscan`, easily search [urlscan.io](https://urlscan.io/) and recursively check sites for malicious files based on predefined file extensions.
13
+
With `aa_urlscan`, easily search [urlscan.io](https://urlscan.io/) and check sites for malicious files based on predefined file extensions.
14
14
15
-
With `aa_whoisds`, download a list of newly registered domains from [WHOIS Domain Search](https://whoisds.com/newly-registered-domains), score the domains, and search for signs of phishing activity.
15
+
With `aa_whoisds`, download a list of newly registered domains from [WHOIS Domain Search](https://whoisds.com/newly-registered-domains), score the domains, and search for signs of malicious activity.
16
16
17
17
### Prerequisites
18
18
- Ubuntu 18.04+ (should work on other Linux distros)
@@ -32,24 +32,22 @@ With `aa_whoisds`, download a list of newly registered domains from [WHOIS Domai
32
32
**aa_adhoc**
33
33
The following command will:
34
34
- Make requests to the domains retrieved from a file
35
-
- Recursively download the site when an open directory hosting a file with the desired file extension
35
+
- Download files from the site when an open directory is found hosting a file with the desired file extension
36
36
37
-
3 positional arguments needed:
37
+
1 positional arguments needed:
38
38
- **Input File**: Path to the file containing URLs
- **Triggered**: a domain was found with the minimum score specified
142
137
- **Download**: checks passed and a download was started
143
138
- **Complete**: download complete or the site canceled it prematurely
139
+
- **Directory**: the output directory is unavailable
140
+
- If the keywords in `config.yaml` have been modified and `--dns-twist` is going to be used, regenerate `dns_twisted.yaml` by running the following command:
141
+
```bash
142
+
bash dnstwist.sh PATH_TO_DNSTWIST_SCRIPT
143
+
```
144
144
- Using the `--dns-twist` flag will default to a minimum of 20 threads
145
145
146
146
Please fork, create merge requests, and help make this better.
0 commit comments