ctf

I want to create a wordlist of incrementing decimal numbers by 1 using python

I want to create a wordlist of incrementing decimal numbers by 1 using python Question: I know i can create a wordlist using programms like ‘crunch’ but i wanted to use python in hopes of learning something new. so I’m doing this CTF where i need a wordlist of numbers from 1 to maybe 10,000 …

Total answers: 2

Speed up iterating through a file

Speed up iterating through a file Question: I’m running the picoCTF PW Crack 5 gym challenge, but it is slow to iterate through the password list they provide for the challenge. Below is the code I’m using in the script to solve the challenge and would appreciate any explanation on how I could have sped …

Total answers: 1

Trying to send string variable via Python socket

Trying to send string variable via Python socket Question: I’m in a CTF competition and I’m stuck on a challenge where I have to retrieve a string from a socket, reverse it and get it back. The string changes too fast to do it manually. I’m able to get the string and reverse it but …

Total answers: 2