File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ poetry run python run.py -h # for help
8686
8787### Full Installation
8888There is a shell script that will attempt to install both ` torbot ` and ` gotor ` as global modules.
89- The script ` install.sh ` will first install the latest version of ` torbot ` found in ` pypi ` ,
89+ The script ` install.sh ` will first install the latest version of ` torbot ` found in ` PyPI ` ,
9090then it will attempt to install ` gotor ` to the ` GOBIN ` path after making the path globally accessible.
9191``` sh
9292source install.sh # execute script
@@ -122,15 +122,15 @@ optional arguments:
122122 Specifiy additional website extensions to the list(.com , .org, .etc)
123123 -c, --classify Classify the webpage using NLP module
124124 -cAll, --classifyAll Classify all the obtained webpages using NLP module
125- -i, --info Info displays basic info of the scanned site` </pre >
125+ -i, --info Info displays basic info of the scanned site </pre >
126126
127127* NOTE: -u is a mandatory for crawling
128128
129129Read more about torrc here : [ Torrc] ( https://github.com/DedSecInside/TorBoT/blob/master/Tor.md )
130130
131131### Using Docker
132132
133- - Ensure than you have a tor container running on port 9050.
133+ - Ensure that you have a tor container running on port 9050.
134134- Build the image using following command (in the root directory):
135135
136136 ` docker build -f docker/Dockerfile -t dedsecinside/torbot . `
You can’t perform that action at this time.
0 commit comments