Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix README run.py option -l to -u #264

Merged

Conversation

fukusuket
Copy link
Contributor

Thank you for the excellent tool :)
The command option in the README example was slightly different, so I fixed it.

Changes Proposed

  • Changed README command example as follows.
    • run.py -l ... ... to run.py -u ..

Explanation of Changes

When I ran run.pywith -l option(as described in the README), I got the following error(unrecognized arguments: -l)

...% poetry run python run.py -l https://www.example.com --depth 2 -v
usage: Gather and analayze data from Tor sites.
TorBot: error: unrecognized arguments: -l https://www.example.com

Screenshots of new feature/change

When I ran run.py with -u option, it worked.

...% poetry run python run.py -u https://www.example.com --depth 2 -v


                              __  ____  ____  __        ______
                             / /_/ __ \/ __ \/ /_  ____/_  __/
                            / __/ / / / /_/ / __ \/ __ \/ /
                           / /_/ /_/ / _, _/ /_/ / /_/ / /
                           \__/\____/_/ |_/_____/\____/_/  V2.1.0

                        #######################################################
                        #  TorBot - Dark Web OSINT Tool                       #
                        #  GitHub : https://github.com/DedsecInside/TorBot    #
                        #  Help : use -h for help text                        #
                        #######################################################
                                    LICENSE: GNU Public License v3

Attempting to connect to https://check.torproject.org/
26-Dec-22 23:03:21 - INFO - requesting http://localhost:8081/ip

I would appreciate it if you could review this.
Regards.

Copy link
Member

@KingAkeem KingAkeem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch and thank you for the support

@KingAkeem KingAkeem merged commit d8abe5d into DedSecInside:dev Dec 26, 2022
@fukusuket
Copy link
Contributor Author

Thank you so much for the quick review :)

@fukusuket fukusuket deleted the fix-readme-example-poetry-run-cmd-option branch December 26, 2022 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants