Giter Site home page Giter Site logo

protosint's People

Contributors

pixelbubble avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

protosint's Issues

Error on second function

The other functions of the program work well. I keep getting the following error below.

I'm trying some combinaison: 78

Traceback (most recent call last):
File "/var/mobile/Containers/Data/Application/6158DF7C-BEB5-4BDE-AE23-B625252F053F/Documents/osnit.py", line 216, in checkGeneratedProtonAccounts
timestamp = int(re.search(regexPattern1, bodyResponse).group(1))
AttributeError: 'NoneType' object has no attribute 'group'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/var/mobile/Containers/Data/Application/6158DF7C-BEB5-4BDE-AE23-B625252F053F/Documents/osnit.py", line 221, in checkGeneratedProtonAccounts
timestamp = int(re.search(regexPattern2, bodyResponse).group(1))
AttributeError: 'NoneType' object has no attribute 'group'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/var/mobile/Containers/Data/Application/6158DF7C-BEB5-4BDE-AE23-B625252F053F/Documents/osnit.py", line 264, in
main()
File "/var/mobile/Containers/Data/Application/6158DF7C-BEB5-4BDE-AE23-B625252F053F/Documents/osnit.py", line 259, in main
checkGeneratedProtonAccounts()
File "/var/mobile/Containers/Data/Application/6158DF7C-BEB5-4BDE-AE23-B625252F053F/Documents/osnit.py", line 225, in checkGeneratedProtonAccounts
timestamp = int(re.search(regexPattern3, bodyResponse).group(1))
AttributeError: 'NoneType' object has no attribute 'group'

On a specific email address the application fails

Protonmail API is ONLINE
Protonmail VPN is ONLINE

Let's take a look at your target:
1 - Test the validity of one protonmail account
2 - Try to find if your target have a protonmail account
3 - Find if your IP is currently affiliate to ProtonVPN

Choose a program: 1
You want to know if a protonmail email is real ?
Give me your email: [email protected]
Protonmail email is valid
Traceback (most recent call last):
File "/root/Downloads/ProtOSINT/protosint.py", line 94, in checkValidityOneAccount
timestamp = int(re.search(regexPattern1, bodyResponse).group(1))
AttributeError: 'NoneType' object has no attribute 'group'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/Downloads/ProtOSINT/protosint.py", line 246, in
main()
File "/root/Downloads/ProtOSINT/protosint.py", line 239, in main
checkValidityOneAccount()
File "/root/Downloads/ProtOSINT/protosint.py", line 96, in checkValidityOneAccount
timestamp = int(re.search(regexPattern2, bodyResponse).group(1))
AttributeError: 'NoneType' object has no attribute 'group'

Note:
I can lookup other email addresses and works jsut fine, no issues there. I don't know what is special about this email address.
(Sad I need to mask it out because of privacy, but I can share it in PM when needed)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.