/arsenal

Arsenal is just a quick inventory and launcher for hacking programs

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Arsenal

  • arsenal is just a quick inventory and launcher for hacking programs
  • This project is inspired by navi (https://github.com/denisidoro/navi) because the original version was in bash and too hard to understand to add features
  • We write this project for pentester to simplify all the commands to remember x)

run in developement

python3 setup.py develop --user

## troubleshooting

  • if you got on error on color init try :
export TERM='xterm-256color'

add alias

  • inside your .bashrc or .zshrc add the path to app.py
alias a='python3 $HOME/git/arsenal/arsenal/app.py'

Add your own cheat sheet

mkdir ~/.mycheats

Add your own md file inside the ~/.mycheats folder

TODO cheatsheets

reverse shell

  • msfvenom
  • php
  • python
  • perl
  • ...

Tools

smb

  • enum4linux
  • smbmap
  • smbget
  • rpcclient
  • rpcinfo
  • nbtscan
  • impacket

kerberos & AD

  • impacket

bruteforce & pass cracking

  • hydra
  • hashcat
  • john

scan

  • nmap

fuzz

  • gobuster
  • ffuf
  • wfuzz

DNS

  • dig

host

  • sublist3r
  • subbrute

rpc

  • rpcbind

netbios-ssn

  • snmpwalk
  • snmp-check
  • onesixtyone

sql

  • sqlmap

oracle

  • oscanner
  • sqlplus
  • tnscmd10g

mysql

  • mysql

nfs

  • showmount

rdp

  • xfreerdp
  • rdesktop
  • ncrack

mssql

  • tsql
  • sqsh

winrm

  • evilwinrm

redis

  • redis-cli

postgres

  • psql
  • pgdump

vnc

  • vncviewer

x11

  • xspy
  • xwd
  • xwininfo

ldap

  • ldapsearch

https

  • sslscan

web

  • burp
  • nikto
  • tplmap

app web

  • drupwn
  • wpscan