mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 11:35:51 +03:00
[GH-ISSUE #2] [Feature Request] Take argument from command line #109
Labels
No labels
bug
duplicate
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mosint#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Humoud on GitHub (Dec 5, 2020).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/2
Hello, thanks for the effort you put into this awesome tool.
It would be really nice if I could pass arguments via command line while launching the script.
Example:
python mosint.py user@example.tldpython mosint.py -e user@example.tldOr maybe pass a list of emails
python mosint.py -f emails.txt@alpkeskin commented on GitHub (Dec 5, 2020):
I am thinking of adding arguments to version 2.0 👍 On the other hand, I couldn't figure out how to use the email list.
@Humoud commented on GitHub (Dec 6, 2020):
Assuming you mean what's the use case, this is useful when an analyst wants to run the checks against multiple emails without having to run the tool multiple times. But it's okay, once command line arguments are implemented, a bash script can be made to loop through a list of emails or I can contribute to the project.
Again, thank you for your work.
@alpkeskin commented on GitHub (Dec 6, 2020):
Okay, good idea! You can contribute to the project. 👍