linux-pentest-util is an Small Linux utils and penetration testing utils.
Requirements:
+ Nmap
+ Python 2.7.x
Collection of Utilities
Most notable util:
+ smalictrace.py — trace what methods can call/use a method, a field, or a class; read from smali files; usually Apktool is used instead of smali directly
Notable utils:
+ cexec — execute programs/scripts concurrently with limit and queue a.k.a. process pool
+ chdelim — change text delimiter
+ csvmerge — merge/group rows in CSV file based on equivalent columns
+ csvunmerge — reverse of csvmerge
+ httpserver.py — simple HTTP server; can be used to transfer files
+ nmap2csv — convert Nmap result to CSV
+ nmapfilter.sh — filter Nmap result
+ nmaptotal.sh — execute Nmap killer scan by using cexec
+ switchip.sh — handy tool to switch (static) IP address by name
Other utils:
+ brute.py — brute force generator
+ Brute.groovy — brute force generator
+ pkcs5.py — PKCS#5 (PKCS#7) pad/unpad
+ sqldecipher.sh — SQLCipher decipherer
Usage:
git clone https://github.com/fikr4n/linux-pentest-util && cd linux-pentest-util (now you can run one by one what do you need)
Source: https://github.com/fikr4n