You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
454 B
454 B
tiatpy
Timing Attack script in python made for a CTF
Installation
git clone https://git.42l.fr/UncleReaton/tiatpy.git
Configuration
- adapt
ALL_CHARS
to your usage - adapt
START_STR
to your usage (flag prefix with{
) - adapt
HN
intiming_attack
function to the hostname you want to "attack". - adapt
PORT
intiming_attack
function to the port you want to "attack".
Warning
Use this script on authorized targets only!