Skip to content

Commit

Permalink
Added multithread requests support.
Browse files Browse the repository at this point in the history
- The -a, --all-apis option as been removed because with the multithread implementation we don't have reasons to search only in a API when we can search in all at the same time and the maximun time that the tool will take is 20 seconds.

- The -p, --proxy option as been removed because currently we have a lot of tools to proxify traffic and having that option is hard to got working with the multithread implementation.
  • Loading branch information
Edu4rdSHL committed Sep 5, 2019
1 parent c61f319 commit bd88c64
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 686 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ trust-dns-resolver = "0.12.0"
clap = { version = "2.33.0", features = ["yaml"] }
lazy_static = "1.4.0"
rand = "0.7.0"
url = "2.1.0"
# json = "0.11.14"

[target.arm-unknown-linux-gnueabihf.dependencies]
Expand Down
10 changes: 0 additions & 10 deletions src/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,3 @@ args:
help: Write data to output file in the specified format.
takes_value: true
possible_values: [ txt, csv, json ]
- all-apis:
short: a
long: all-apis
help: Use all the available APIs to perform the search. It take more time but you will have a lot of more results.
takes_value: false
- proxy:
short: p
long: proxy
help: Use a proxy to make APIs requests.
takes_value: true

0 comments on commit bd88c64

Please sign in to comment.