Giter Site home page Giter Site logo

hikxploit's People

Contributors

m0ths3c 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

hikxploit's Issues

API Key Issue

Could anyone help me i am getting this error when i run "python hikxploit.py" and press 1 and type something. I have put my Shodan API key inside the api.txt file on the first line.

Traceback (most recent call last): File "hikxploit.py", line 347, in <module> main() File "hikxploit.py", line 344, in main response() File "hikxploit.py", line 306, in response gather_host_shodan() File "hikxploit.py", line 63, in gather_host_shodan response = api.search(query) File "/home/connor/.local/lib/python2.7/site-packages/shodan/client.py", line 498, in search return self._request('/shodan/host/search', args) File "/home/connor/.local/lib/python2.7/site-packages/shodan/client.py", line 321, in _request raise APIError(error) shodan.exception.APIError: Invalid API key

Tutorial

Hello . Please make tutorial about this tool

Cannot execute hikxploit.py

Hello there. No chance to start hikxploit.py. Only hikxploit_win.py which output is with errors, then close. Example, when I want to set shodan api key:

Traceback (most recent call last):
File "hikxploit_win.py", line 351, in
main()
File "hikxploit_win.py", line 348, in main
response()
File "hikxploit_win.py", line 310, in response
gather_host_shodan()
File "hikxploit_win.py", line 63, in gather_host_shodan
response = api.search(query)
File "/usr/local/lib/python2.7/dist-packages/shodan/client.py", line 431, in search
return self._request('/shodan/host/search', args)
File "/usr/local/lib/python2.7/dist-packages/shodan/client.py", line 254, in _request
raise APIError(error)
shodan.exception.APIError: Invalid API key

All dependecies is installed. Python2/3 already configured. Debian x64. Any clues?

Best regards!

Error when scanning for up and vuln host

This happens everytime I try to scan "up" and "vuln" hosts after got the host list from shodan.

[#]Select an option:3
[+]Loading all host...
Traceback (most recent call last):
  File "hikxploit_win.py", line 351, in <module>
    main()
  File "hikxploit_win.py", line 348, in main
    response()
  File "hikxploit_win.py", line 311, in response
    response()
  File "hikxploit_win.py", line 316, in response
    scan()
  File "hikxploit_win.py", line 289, in scan
    up_scan()
  File "hikxploit_win.py", line 242, in up_scan
    target_host = match1.group()
AttributeError: 'NoneType' object has no attribute 'group'

An error that appears when scanning for vuln hosts

[#]Select an option:4
[##]Checking Traceback (most recent call last):
  File "hikxploit_win.py", line 351, in <module>
    main()
  File "hikxploit_win.py", line 348, in main
    response()
  File "hikxploit_win.py", line 311, in response
    response()
  File "hikxploit_win.py", line 317, in response
    response()
  File "hikxploit_win.py", line 319, in response
    vuln_scan_exp()
  File "hikxploit_win.py", line 272, in vuln_scan_exp
    response = requests.get('http://'+ip_to_check+'/security/users/1?'+ BackdoorAuthArg)
  File "C:\Users\HanifFurqonHidayat\Anaconda2\lib\site-packages\requests\api.py", line 75, in get
    return request('get', url, params=params, **kwargs)
  File "C:\Users\HanifFurqonHidayat\Anaconda2\lib\site-packages\requests\api.py", line 60, in request
    return session.request(method=method, url=url, **kwargs)
  File "C:\Users\HanifFurqonHidayat\Anaconda2\lib\site-packages\requests\sessions.py", line 519, in request
    prep = self.prepare_request(req)
  File "C:\Users\HanifFurqonHidayat\Anaconda2\lib\site-packages\requests\sessions.py", line 462, in prepare_request
    hooks=merge_hooks(request.hooks, self.hooks),
  File "C:\Users\HanifFurqonHidayat\Anaconda2\lib\site-packages\requests\models.py", line 313, in prepare
    self.prepare_url(url, params)
  File "C:\Users\HanifFurqonHidayat\Anaconda2\lib\site-packages\requests\models.py", line 390, in prepare_url
    raise InvalidURL("Invalid URL %r: No host supplied" % url)
requests.exceptions.InvalidURL: Invalid URL u'http:///security/users/1?auth=YWRtaW46MTEK': No host supplied

Can't run the script

Hello. I know it's been a while since you updated this repo, but I'm currently studying network penetration testing and I ran into a problem with your script :/

I tried running it on Unbuntu LTS 20.04 and Windows 10, with both Python 2.7 and 3.7 and I couldn't make it work with all the dependencies installed. Here are the errors I run into :

  • hikxploit_win.py :
    >python hikxploit_win.py File "hikxploit_win.py", line 111 print res ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(res)?

  • hikxploit.py :
    >python hikxploit.py File "hikxploit.py", line 30 print t.yellow(""" ____ ____ _ __ __ _ _ ^ SyntaxError: invalid syntax

Do you have an idea how I could solve this error (beside manually adding all the required parenthesis) ?
Thanks !

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.