Skip to content

Th4nat0s/Chall_Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb3b7bd · Mar 3, 2025
Apr 14, 2015
Apr 30, 2014
Feb 8, 2018
Sep 13, 2014
Mar 3, 2025
Dec 20, 2021
Sep 8, 2020
Dec 2, 2012
May 13, 2021
Dec 2, 2012
Apr 9, 2013
Dec 2, 2012
Apr 23, 2014
May 23, 2019
Jan 25, 2015
Dec 28, 2016
Sep 4, 2017
Nov 20, 2013
Aug 13, 2013
Apr 9, 2013
Feb 26, 2020
Apr 9, 2013
Dec 28, 2016
Jun 30, 2015
Apr 17, 2015
Jul 18, 2013
Jul 18, 2013
Mar 16, 2015
Nov 17, 2013
Dec 28, 2016
Dec 28, 2016
May 13, 2021
Dec 7, 2017
Oct 6, 2020
Sep 4, 2017
Sep 5, 2018
Apr 16, 2021
Feb 22, 2013
Dec 28, 2016
Sep 4, 2017
Dec 28, 2016
Dec 16, 2013
Jan 24, 2013
Apr 14, 2014
Sep 20, 2016
Sep 23, 2014
Dec 2, 2012
Jan 25, 2015
Feb 9, 2013

Repository files navigation

Chall_Tools

Userfull tools for Security Challenges

A
aslr : Switch on/off aslr (for lazy guys)

B
binpatch.py : Patch a file, allow regex matches.
/bdoor : Backdoors and reverse shells

C
cprint : Column print a file (only ascii printable)
crpytoracle: Find crypto constantes in a file
cyril_string: Regex for Finding cyrilc strings

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
findas.sh: give an AS and return ranges

H
har2curlloader.py: Convert browser HAR file to Curl-Loader configuration
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
ntfs_attr.sh: Show ntfs file attribute on linux

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

P
parse_msf.py: Parse Metasploit history file to give actions, compromised hosts peentro.py: find anomalies by name or entropy in sections of a PE file.
phpeval.py: Deobfuscate php code like eval(gzinflate(base64(backdoorcode)) prettyvba.py: Pretty indentation with colorization and detection of "bad" things in VB scripts

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]

S
strxor.py: Uncipher a file against a xor key

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