GithubHelp home page GithubHelp logo

iposint's Introduction

If you love my tools and would like to support my work, please check out some donation methods below.

iposint's People

Contributors

j3ssie 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  avatar  avatar  avatar  avatar

iposint's Issues

Undefined name 'execute' in ip-osint.py

Is this a missing import? https://github.com/j3ssie/IPOsint/search?q=execute&unscoped_q=execute

flake8 testing of https://github.com/j3ssie/IPOsint on Python 3.7.1

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./ip-osint.py:117:2: F821 undefined name 'execute'
	execute.run1('git fetch --all && git reset --hard origin/master')
 ^
1     F821 undefined name 'execute'
1

E901,E999,F821,F822,F823 are the "showstopper" flake8 issues that can halt the runtime with a SyntaxError, NameError, etc. These 5 are different from most other flake8 issues which are merely "style violations" -- useful for readability but they do not effect runtime safety.

  • F821: undefined name name
  • F822: undefined name name in __all__
  • F823: local variable name referenced before assignment
  • E901: SyntaxError or IndentationError
  • E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree

Crashing after running hurricane module.

Hey,

App is crashing as soon as hurricane module comes into action.
Logs

Traceback (most recent call last): File "ip-osint.py", line 141, in <module> main() File "ip-osint.py", line 137, in main parsing_argument(args) File "ip-osint.py", line 87, in parsing_argument single_target() File "ip-osint.py", line 96, in single_target hurricane.Hurricane(options) File "/root/Desktop/pentest/IPOsint/modules/hurricane.py", line 14, in __init__ self.initial() File "/root/Desktop/pentest/IPOsint/modules/hurricane.py", line 17, in initial real_data = self.get_real_content() File "/root/Desktop/pentest/IPOsint/modules/hurricane.py", line 41, in get_real_content response = core.open_with_chrome(url) File "/root/Desktop/pentest/IPOsint/modules/core.py", line 92, in open_with_chrome browser = webdriver.Chrome(executable_path=chromedriver, options=options) File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/chrome/webdriver.py", line 73, in __init__ self.service.start() File "/usr/local/lib/python3.5/dist-packages/selenium/webdriver/common/service.py", line 76, in start stdin=PIPE) File "/usr/lib/python3.5/subprocess.py", line 947, in __init__ restore_signals, start_new_session) File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child raise child_exception_type(errno_num, err_msg)

Modules not working & ChromeDriver error

python3 ip-osint.py -t Google

          -----------------------------
        < You didn't say the MAGIC WORD >
          -----------------------------
                 \   ^__^
                  \  (oo)\_______
                     (__)\       )\/
                        \||----w |
                         ||     ||    Contact: @j3ssiejjj

--~~~=:>[ Starting scraping IP from Whois ]>
[*] 172.217.3.164
[*] 172.217.3.164
[*] 172.217.3.164
[*] 172.217.3.164
[*] 172.217.3.164
[*] 172.217.3.164
[*] 172.217.3.164
--~~~=:>[ Starting scraping IP from Ripe ]>
...
[+] Range IP detect
--~~~=:>[ Starting scraping IP from Arin ]>
[-] Some thing wrong with Arin module
--~~~=:>[ Starting scraping IP from Hurricane ]>
[-] Some thing wrong with Hurricane module
--~~~=:>[ Starting scraping IP from Censys ]>
[-] Your target seem doesn't run on SSL
--~~~=:>[ Starting scraping IP from SecurityTrails ]>
Traceback (most recent call last):
  File "ip-osint.py", line 146, in <module>
    main()
  File "ip-osint.py", line 142, in main
    parsing_argument(args)
  File "ip-osint.py", line 91, in parsing_argument
    single_target()
  File "ip-osint.py", line 102, in single_target
    securitytrails.SecurityTrails(options)
  File "/mnt/c/Users/GOD/Desktop/IPOsint/modules/securitytrails.py", line 15, in __init__
    self.initial()
  File "/mnt/c/Users/GOD/Desktop/IPOsint/modules/securitytrails.py", line 18, in initial
    real_data = self.get_real_content()
  File "/mnt/c/Users/GOD/Desktop/IPOsint/modules/securitytrails.py", line 43, in get_real_content
    response = core.open_with_chrome(url)
  File "/mnt/c/Users/GOD/Desktop/IPOsint/modules/core.py", line 93, in open_with_chrome
    browser = webdriver.Chrome(executable_path=chromedriver, options=options)
  File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 73, in __init__
    self.service.start()
  File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/common/service.py", line 76, in start
    stdin=PIPE)
  File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: '/mnt/c/Users/GOD/Desktop/IPOsint/modules/chromedriver'

UnboundLocalError

--~~~=:>[ Starting scraping IP from Hurricane ]>
[-] Some thing wrong with Hurricane module
--~~~=:>[ Starting scraping IP from Censys ]>
Traceback (most recent call last):
File "./ip-osint.py", line 141, in
main()
File "./ip-osint.py", line 137, in main
parsing_argument(args)
File "./ip-osint.py", line 87, in parsing_argument
single_target()
File "./ip-osint.py", line 97, in single_target
cencys.Censys(options)
File "/media/jacky/0BAA3A4E616EBBCD/IPOsint/modules/cencys.py", line 16, in init
self.initial()
File "/media/jacky/0BAA3A4E616EBBCD/IPOsint/modules/cencys.py", line 19, in initial
real_data = self.get_real_content()
File "/media/jacky/0BAA3A4E616EBBCD/IPOsint/modules/cencys.py", line 43, in get_real_content
cert_fin = self.get_cert_fingerprint(target)
File "/media/jacky/0BAA3A4E616EBBCD/IPOsint/modules/cencys.py", line 101, in get_cert_fingerprint
return thumb_sha256
UnboundLocalError: local variable 'thumb_sha256' referenced before assignment

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.