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 Aug 1, 2024. It is now read-only.
Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.
23
16
24
17
## Introduction
@@ -49,7 +42,7 @@ Dr.ROBOT is a tool for **Domain Reconnaissance and Enumeration**. By utilizing c
49
42
50
43
## Config Files
51
44
52
-
DrROBOT adds config files, templates, logs, output files, and db files to your $HOME directory under ```.drrobot```
45
+
Dr.ROBOT adds config files, templates, logs, output files, and db files to your ```$HOME``` directory under ```.drrobot```
If you ever break your config beyond saving, you can delete the config.json file in your $HOME directory and rerun Dr.ROBOT, which will generate a new config file for you.
57
+
If you ever break your config beyond saving, you can delete the config.json file in your ```$HOME``` directory and rerun Dr.ROBOT, which will generate a new config file for you.
65
58
66
59
## Installation (with pip)
67
60
@@ -150,7 +143,7 @@ optional arguments:
150
143
151
144
## Certs
152
145
153
-
Running this behind a proxy was a pain. To make this less painful we create a certs directory under the **$HOME/.drrobot/*** where you can add your crt files. As part of the dockerfile build process we now generate tarfiles with the certificates so that applications, such as Amass, can run.
146
+
Running this behind a proxy was a pain. To make this less painful we create a certs directory under the ```$HOME/.drrobot/*``` where you can add your crt files. As part of the dockerfile build process we now generate tarfiles with the certificates so that applications, such as Amass, can run.
Copy file name to clipboardExpand all lines: readmes/config.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Take special note of the `ansible_arguments`. The two required items are `config
85
85
Note:
86
86
87
87
*`$infile` comes from the outermost **infile**, so that it is consistent for both docker and ansible. You can use a full path to a file for input if you desire.
88
-
*`$outdir` comes from Dr.ROBOT. It will generate a path that points to `$HOME/.drrobot/output/<domain>/`. Again, you can specify a custom path if you like.
88
+
*`$outdir` comes from Dr.ROBOT. It will generate a path that points to ````$HOME/.drrobot/output/<domain>/`. ``` Again, you can specify a custom path if you like.
89
89
90
90
#### The Playbook
91
91
This will simply be a standard playbook with a few changes so that Dr.ROBOT can use the parameters we fed it. To make sure a parameter that we specified in the "extra_flags" JSON blob is available, use Ansible syntax for variables: ```"{{ variable_name|quote }}"``` (Note the *quote* helps prevent issues with variable names)
Copy file name to clipboardExpand all lines: readmes/usage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ drrobot gather <tool> <domain>
20
20
21
21
## Inspection
22
22
23
-
Inspection is not a passive usage. It will run a tool that uses the aggregated information to grab screenshots for manual enumeration.
23
+
The inspection process will generate noise due to the headless automated browsing which are easily detectable. If your list is large enough this could cause your IP to be blocked.
0 commit comments