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

V1.3.3 #157

Merged
merged 11 commits into from
Jan 12, 2019
Merged

V1.3.3 #157

merged 11 commits into from
Jan 12, 2019

Conversation

PSNAppz
Copy link
Member

@PSNAppz PSNAppz commented Jan 9, 2019

V 1.3.3

Changes Proposed

  • Fixed bug in fetching emails
  • Added bitcoin address gathering to info module
  • Added depth feature [Users can now specify the depth of visualizer tree]

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.

Cool feature and nice code!

@@ -91,6 +91,13 @@ def get_dot_git(target,response):
cprint("NO .git folder found", 'blue')


def get_bitcoin_address(target, response):
bitcoins = re.findall(r'^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$', response)
Copy link
Member

Choose a reason for hiding this comment

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

What does this line do exactly? Could you add a comment explaining?

Copy link
Member Author

Choose a reason for hiding this comment

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

It checks for bitcoin addresses

@PSNAppz PSNAppz merged commit ecac147 into dev Jan 12, 2019
@PSNAppz PSNAppz deleted the v1.3.3 branch August 14, 2021 14:15
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