国外大牛Th4nat0s的二十多种安全常用工具集合

来自国外大牛Th4nat0s的二十多种安全常用工具集合

来自Th4nat0s的二十多种工具集合,这里我们先把列表先列出来,后面大家可以一起分享一些对于每个工具的使用心得。

部分文件说明

A
aslr : Switch on/off aslr (for lazy guys)
/一键关闭aslr,懒人必备/

B
binpatch.py : Patch a file, allow regex matches.
/bdoor : Backdoors and reverse shells #后门和反弹shell

C
cprint : Column print a file (only ascii printable)
crpytoracle: Find crypto constantes in a file

D
dcod_zeustr.py: Decode strings in Zeus
decrotePE.py: Extract PE from any data dump

E
entro.py: Give a file entropy and detect xor key len

F
f5discovery.py: Detect F5 SLB and give backend IP and port if sticked
filetyperipper.py: Detect all filetype contained in a binary
findword.py: find word for scrable

H
httpsvrgar.py: A on purpose very RAW httpserver. Usefull for sending garbage
httpgrap.py: Grab a screenshot of a website with firefox via selenium

M
machouillemacro.py: Add decoy macro for bypassing AV to vba

N
newpy.py: Spawn a new python script skeletton

O
ollylink.py: IDAPython script for linking API Function call to memory offset

P
peentro.py: find anomalies by name or entropy in sections of a PE file.
phpeval.py: Deobfuscate php code like eval(gzinflate(base64(backdoorcode)))

R
ripurl.py : Find and retrieve any URL found in a file even a binary one
ropval.py : Find values in ELF, usefull for rop like ADD EAX,[EBX]

T
spoof_tftp_bckp.py : Bypass ACL for backing up Cisco conf

X
xlentro.py : Xor Lenght Entropy - Show Shannon Entropy on a file, Usefull for determining XOR crypted file key lenght.
xphp.py: Xtract only php code from any file
xor.py: Multi purpose 8 Bit Key file XORer

使用方法

从上面的下载地址下载下来即可使用。

git clone https://github.com/Th4nat0s/Chall_Tools

你可能感兴趣的:(国外大牛Th4nat0s的二十多种安全常用工具集合)