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

Initial Bitcoin OSINT commit #160

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Chan9390
Copy link

As of now, this Bitcoin OSINT module displays basic details of the bitcoin address. It includes balance, total received, total send and unconfirmed balance (in satoshis).

@Chan9390
Copy link
Author

Next update: Find a way to add transaction IDs, from/to bitcoin addresses and the transaction amounts

I didnt do that in this PR because the transaction IDs are very long. It would make the screen cumbersome when displayed along with the output.
(This PR is regarding the issue #156)

I will be more than happy if anyone continues to develop this module

@Chan9390
Copy link
Author

Added exception handling also. To test the PR execute datasploit with random wallet address:
python datasploit.py -i 1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp. This should show the balance, total received and total sent in satoshis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant