Git Product home page Git Product logo

d0x-k1t-v2's Introduction

Active reconaissance, information gathering and OSINT built in a portable web application test.

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge
License Badge License Badge License Badge License Badge

Report a Bug | Request a New Feature | Help Develop This Project | Fund Me

Loved the project? Please consider giving a star :)


Installation Guide

Since D0x-K1t-v2 is self-hosted, it does not work immediately out-of-box. It is recommended that you use a virtualenv container due to the sheer number of dependencies that can run into conflict with your Python configuration.

Building

$ git clone https://github.com/roo7k1d/D0x-K1t-v2 && cd D0x-K1t-v2
$ # Start virtualenv if you wish
$ pip install -r requirements.txt
$ python run.py

Of course, this is self-hosting on localhost. Although work-in-progress, D0x-K1t-v2 will soon support hosting on a variety of SaaS and server stacks of your choice.
  • Heroku - TODO: build a Procfile, as well as bash scripts for automatic deployment
  • ngrok - TODO: build a script for deployment to ngrok

Demo


Support

For support you can create an issue here on GitHub or you can join my Discord.


Features

  • Easy-to-build, risk-free installation
  • Simple Bootstrap Admin Dashboard
  • Deployable to the Internet
  • Serverless
  • Expansive to any OS

  • Save Doxes in a database
  • WhoIs Lookup
  • Phone Scan
  • Port Checker
  • GeoIP Lookup

Feedback

Feedback is great! If you have a suggestion or request, create an issue! Smilarly, if you have any issues, use the issue tab to let us know.


Copyright

You are not allowed to remove any part of the footer. That includes all of the info about the copyright. If you wish to remove that info feel free to contact me on my Discord


Todo (See Issues with tag "help wanted")

  • Add more tools

Contributing

You can help develop this project by doing some things of the todolist and making a pull request. If you have some even better ideas on how this project can be improved you can also make a pull request.


License

This repo is licensed under MIT. For more information see file "LICENSE".

d0x-k1t-v2's People

Contributors

dependabot[bot] avatar roo7k1d 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

Watchers

 avatar

d0x-k1t-v2's Issues

D0x-K1t needs to listen on `0.0.0.0:5000` to be externally reachable

It was rather a pain in the buttocks, but both ngrok and D0x-k1t are running dockerized. Ngrok is correctly assigning a temporary domain name and is tunneling correctly. So, ๐ŸŽ‰

BUT, D0x-K1t is only listening for connections on localhost, so it is currently unreachable. D0xK1t or rather flask needs to be configured to listen for connections at 0.0.0.0. The flask manual states that this can be done by executing the command, flask --host 0.0.0.0. Unfortunately, in order to do this, the application has to be configured to respond to the flask command, and is required to be named app.py. Regardless, both you and I know that if there is a CLI flag, then there HAS to be an internal variable that can be configured through the API to achieve this. I started rummaging through the API docs, but need to focus on fixing my EMACS configuration for the remainder of the night. Since you wrote the app, you are probably better suited to tackle this. I haven't touched flask.

Cheers.

[BUG] some requirements are not installing

Basically I wanna test something and i make the command
pip install -r requirements.txt
evirthing is good except it just land on this

Using cached dominate-2.3.1.tar.gz (27 kB)

  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  ร— Getting requirements to build wheel did not run successfully.
  โ”‚ exit code: 1
  โ•ฐโ”€> [20 lines of output]
      Traceback (most recent call last):
        File "C:\Users\rouch\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
          main()
        File "C:\Users\rouch\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
          json_out['return_val'] = hook(**hook_input['kwargs'])
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "C:\Users\rouch\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 118, in get_requires_for_build_wheel
          return hook(config_settings)
                 ^^^^^^^^^^^^^^^^^^^^^
        File "C:\Users\rouch\AppData\Local\Temp\pip-build-env-0i3gshvl\overlay\Lib\site-packages\setuptools\build_meta.py", line 355, in get_requires_for_build_wheel
          return self._get_build_requires(config_settings, requirements=['wheel'])
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "C:\Users\rouch\AppData\Local\Temp\pip-build-env-0i3gshvl\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in _get_build_requires
          self.run_setup()
        File "C:\Users\rouch\AppData\Local\Temp\pip-build-env-0i3gshvl\overlay\Lib\site-packages\setuptools\build_meta.py", line 507, in run_setup
          super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script)
        File "C:\Users\rouch\AppData\Local\Temp\pip-build-env-0i3gshvl\overlay\Lib\site-packages\setuptools\build_meta.py", line 341, in run_setup
          exec(code, locals())
        File "<string>", line 22, in <module>
      ModuleNotFoundError: No module named 'imp'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

ร— Getting requirements to build wheel did not run successfully.
โ”‚ exit code: 1
โ•ฐโ”€> See above for output.

note: This error originates from a subprocess, and is likely not a problem with 
pip.

Please respond so it can work

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.