Skip to content
This project is mirrored from https://github.com/Z4nzu/hackingtool.git. Pull mirroring updated .
  1. Jul 17, 2023
  2. Mar 04, 2023
  3. Dec 02, 2022
  4. Jun 30, 2022
  5. Jun 14, 2022
  6. Jun 12, 2022
  7. May 14, 2022
    • 0x90's avatar
      Update README.MD · e151f1fd
      0x90 authored
      SpyCam original source was retired from GitHub... updated with one of the forked sources...
      e151f1fd
  8. Jul 05, 2021
  9. Jul 04, 2021
  10. Oct 01, 2020
  11. Aug 14, 2020
    • naveennamani's avatar
      Refactored the whole project · eaa920a7
      naveennamani authored
      List of changes
      
      + Handling information about a tool has been improved a lot by providing a `HackingTool` class, which takes care of showing the options, running the selected option, executing the required commands
      + This class is designed with flexibililty and simplicity in mind, so adding a new tool is a lot easier, mention TITLE, DESCRIPTION, list of INSTALL_COMMANDS, RUN_COMMANDS and PROJECT_URL and there you go...
      
      + grouping all the `HackingTool`s is also made super simpler by providing a `HackingToolsCollection` class which groups the tools into their respective categories. Just add the instances of `HackingTool` classes to the TOOLS property of the `HackingToolsCollection`.
      
      + Refactored all the tools into separate files based on their categories.
      + Added a READM_template.md and generate_readme.py script to automatically generate Table of contents and the list of tools available automatically.
      + Now each tool in the README.md points to its project url if provided. This makes it easier to visit the project from the readme.
      eaa920a7
  12. Jul 21, 2020
  13. Jul 14, 2020
  14. Jul 11, 2020
  15. Jul 07, 2020
  16. Jul 05, 2020
  17. Jun 27, 2020
  18. Jun 26, 2020
  19. Jun 23, 2020
  20. Jun 20, 2020
  21. Jun 19, 2020
  22. Apr 19, 2020
  23. Apr 11, 2020
Loading