DataSploit / datasploit

An #OSINT Framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc., aggregate all the raw data, and give data in multiple formats.
GNU General Public License v3.0
3.01k stars 425 forks source link

Travis-CI user checks #194

Open g3td0wn opened 6 years ago

g3td0wn commented 6 years ago

Don't know if it is bug or my fault, but searching for a nickname produces following: Traceback (most recent call last): File "./datasploit.py", line 88, in main(sys.argv[1:]) File "./datasploit.py", line 81, in main usernameOsint.run(user_input, output) File "/opt/datasploit/usernameOsint.py", line 9, in run osint_runner.run("username", "username", username, output) File "/opt/datasploit/osint_runner.py", line 29, in run data = x.main(m_input) File "/opt/datasploit/username/username_traviscidetails.py", line 37, in main token = TravisPy.github_auth(cfg.github_travis_key) File "/usr/lib/python2.7/site-packages/travispy/travispy.py", line 77, in github_auth contents = get_response_contents(response) File "/usr/lib/python2.7/site-packages/travispy/_helpers.py", line 34, in get_response_contents raise TravisError(contents) travispy.errors.TravisError: [403] not a Travis user Then datasploit terminates. Googled it, but no answers given. Github token presents.

KhasMek commented 6 years ago

@g3td0wn would you rebase your instance on the latest code, retest, close this issue if resolved and let us know if your issue is still present, please? #171 should have fixed your issue here.

Chan9390 commented 6 years ago

Hey @g3td0wn , any updates ?