@@ -21,12 +21,13 @@ The program employs the TOR network for enhanced privacy and security during web
2121* ` -socks5-port ` : Specify the SOCKS5 proxy port (default: 9050)
2222* ` -disable-socks5 ` : Run the program without the SOCKS5 proxy.
2323
24+ ### Other options (Deprecated)
25+
2426### REST API
2527* ` -server-host ` : Specify the host that the server runs on (default: localhost / 127.0.0.1)
2628* ` -server-port ` : Specify the port that the server runs on (default: 8081)
2729* ` -s ` : Run the program as a service
2830
29- ### Other options
3031* ` -d ` : Download the results to an Excel spreadsheet (.xlsx)
3132* ` -f ` : Output format for the results. Options are list or tree. (default: list)
3233
@@ -37,19 +38,19 @@ The program employs the TOR network for enhanced privacy and security during web
37384 . ** Retrieving Emails** : Gathers email addresses found on websites.
3839
3940#### Example Usage
40- To start the HTTP server and initiate crawling, use the following command:
41+ To start the HTTP server and initiate crawling, use the following command: (Deprecated)
4142``` bash
4243go run cmd/main/gotor.go -s
4344```
4445
45- w/ alternate host and port for server and SOCKS5 proxy:
46+ w/ alternate host and port for server and SOCKS5 proxy: (Deprecated)
4647``` bash
4748go run cmd/main/gotor.go -s -server-host 192.6.8.124 -server-port 8088 -socks5-host 127.0.0.1 -socks5-port 9051
4849```
4950
50- To crawl directly using the CLI and output the results to an Excel file , use the following command:
51+ To crawl directly using the CLI, use the following command:
5152``` bash
52- go run cmd/main/gotor.go -url https://example.com -depth 2 -d
53+ go run cmd/main/gotor.go -url https://example.com -depth 2
5354```
5455
5556## Running with Docker
0 commit comments