FFUF command returns status code 400, regardless of mode option: clusterbomb, pitchfork, sniper

I’m working on a lab on PortSwigger.com titled Username enumeration via different responses. While using ffuf to solve the lab, the output keeps returning a 400 status code.
So far this is what I’ve tried. Here is the request payload file,… Continue reading FFUF command returns status code 400, regardless of mode option: clusterbomb, pitchfork, sniper

What’s the most simple approach to this wordlist generation and ruleset problem?

This is a password recovery project, which is more complex than just generated a wordlist, since using my tries (see below) it seems to be not enough to just generate a wordlist.
I’m trying to recover my old Bitcoin wallet, which I created… Continue reading What’s the most simple approach to this wordlist generation and ruleset problem?

A script in Python that can check which letter and number the first character of my password is? [closed]

My Gmail email address doesn’t have a recovery email and phone number, and I’ve forgotten my password. My password consists of A-Z, a-z, and 0-9.
In Python, I need a script to find the character that my password starts with. So, for exampl… Continue reading A script in Python that can check which letter and number the first character of my password is? [closed]

Is there a simple way to generate complex password wordlists? [closed]

I’ve had this encrypted box I’ve been locked out of for a few years. This week I decided to see if there wasn’t a way I could open it again. As you can guess my search pretty quickly turned up Hashcat and John the ripper.
It’s great that t… Continue reading Is there a simple way to generate complex password wordlists? [closed]