8000 GitHub - ab7ung/tools-kali-public: A collection of all the tools (kali and python)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ab7ung/tools-kali-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tools-kali-public

A collection of all the tools (kali and python)

kali-tools.sh - install all the tools and update to latest versions

  • sh kali-tools.sh

git tools list in one go, select one folder and execute the script. Later add the path in env var

  • sh git-tools-install.sh

py venv setup

Python2
  • cd /home/kali
  • sh pygetpip.sh or curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python2 get-pip.py (you can also use the file py2-get-pip.py in this repo since the current version of get-pip.py does not work with python2)
  • virtualenv -p python2 py2env
  • source py2env/bin/activate
  • sh py2envtools.sh
  • deactivate
Python3
  • cd /home/kali
  • virtualenv -p python3 py3env
  • source py3env/bin/activate
  • sh py3envtools.sh
  • deactivate

nmap common scans

  • sh custom-nmap-scan.sh

smb server script for tranfers of files

  • sh create-smb-server.sh

Linux Priv Esc techniques

Windows Priv Esc techniques

  • under dev

mkpsrevshell.py

  • generate reverse powershell cmdline with base64 encoded args for usage in Microsoft Office macro

About

A collection of all the tools (kali and python)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0