Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Antoni0M0ntana

Pages: [1]
1
Beginner's Corner / Re: False Positive with Hydra, Bruteforce method
« on: June 23, 2015, 04:14:58 am »
I might be wrong here, but I think the issue is user error. Which is why [hackers] stress learning to code so much. This seems, to me at least, a very script kiddy question. "Help me brute force an email account", "I tried this thing I found online and it aint working..."

This could be handled in Python, and I'll give pseudo code in a sec, but this seems like some kind of copypasta from a tut that isn't working for OP.

Anyway, if you would code this simple shit yourself here is how it could go:
Code: [Select]
load libs you need
load the wordlist your using

for idshit in wordlist
    if login_with(idshit) is true
        do malisouse shit
    else
        go to next creds in wordlist bro

if IcantLoginBro
    useCodeIWroteWith(libsINeed) //to gen more bruteforceshit
else
    GO READ A FUCKING BOOK
   
Cun u hulp me DDDOS my freinds minecraft sever XDDDDD

Pages: [1]