Advertisement
dennis6400

kali_tools

Mar 30th, 2025
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.02 KB | None | 0 0
  1. ##
  2. # Basic Tools (via apt)
  3. ##
  4.  
  5. - curl
  6. - wget
  7. - tree
  8. - htop
  9. - exiftool
  10. - openvpn
  11. - docker.io
  12. - docker-compose
  13. - keepassx
  14. - flameshot
  15. - terminator
  16. - git
  17. - make
  18. - gcc
  19. - jq
  20. - xclip
  21. - 7zip
  22.  
  23.  
  24. ##
  25. #  Web Hacking Tools (via apt)
  26. ##
  27.  
  28. - dirb
  29. - gobuster
  30. - feroxbuster
  31. - ffuf
  32. - testssl.sh
  33. - aha
  34.  
  35.  
  36. ##
  37. # Privilege Escalation (via apt)
  38. ##
  39.  
  40. - windows-privesc-check
  41. - unix-privesc-check
  42.  
  43.  
  44. ##
  45. # Misc (via apt)
  46. ##
  47.  
  48. - libreoffice
  49. - libsecret-1-0
  50. - libsecret-1-dev
  51. - chromium
  52. - filezilla
  53. - x11-xkb-utils
  54.  
  55.  
  56. ##
  57. # SecLists (via apt)
  58. ##
  59.  
  60. - seclists
  61. - payloadsallthethings
  62.  
  63.  
  64. ##
  65. # Git Repositories
  66. ##
  67.  
  68. InternalAllTheThing:
  69. https://github.com/swisskyrepo/InternalAllTheThings
  70.  
  71. FuzzDB:
  72. https://github.com/fuzzdb-project/fuzzdb
  73.  
  74. HackTricks:
  75. https://github.com/HackTricks-wiki/hacktricks
  76.  
  77.  
  78. ##
  79. # Additional software
  80. ##
  81.  
  82. Sublime:
  83. https://www.sublimetext.com/download
  84.  
  85. Chrome:
  86. https://www.google.com/chrome/de/download-chrome
  87.  
  88. Burp Suite Professional:
  89. https://portswigger.net/burp/releases
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement