Website Bruteforcer using Python Requests [Ethical Hacking]

  Рет қаралды 71,794

Just Another Coder

Just Another Coder

2 жыл бұрын

How to make a website bruteforcer using Python's Requests library!
Link to the testing website: requestswebsite.notanothercod...
Characters list: "abcdefghijklmnopqrstuvwxyz0123456789"
Source code: github.com/LouisTheXIV/Websit...
Try to brute force the account "username" on the test website which has a password of 5 characters!
Don't forget to leave a like and subscribe!
Tags:
python bruteforcer requests coding programming

Пікірлер: 144
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Another way for checking if the password is incorrect or not is checking if the r.status_code != 200. Use this if it's not working!
@M.W.C.Escape
@M.W.C.Escape 2 жыл бұрын
How
@supportvandron9163
@supportvandron9163 Жыл бұрын
You are always awesome, loving you so much for this hacking course
@dhaulagiribgl434
@dhaulagiribgl434 Жыл бұрын
Will you help me
@JustinRGuitar
@JustinRGuitar Жыл бұрын
where do you put this?
@ALICENARENDRADURGE
@ALICENARENDRADURGE 6 ай бұрын
the link for testing isnt working ..... is there any other link?
@reaper8156
@reaper8156 Жыл бұрын
wow! this video is really amazing. I really did learned a whole bunch lol. I will make sure to show this to my class!
@swaggygt5500
@swaggygt5500 Жыл бұрын
This was by far! The best tutorial, i have found. This was like 2 hours of tutorial in 15 min. Thats crazy♥♥♥♥♥
@theheavycoder9326
@theheavycoder9326 2 жыл бұрын
Amazing Video! I have a suggestion: Instead of writing to disk, I recommend writing to a list, as this will be stored on the user's RAM. Even if the user is using a solid state drive (SSD), most SSD's available to the consumer are slower than RAM. This practice of writing to the disk can be very slow! Also, since replit websites tend to shut down every 15 mins with no ping, I decided to use my uptime robot to help keep your website up instead of waiting for it to turn it on. Edit: One more thing, to have a tag on KZbin you have to put a "#" symbol between all those tags in the desc. So do: #python, #bruteforce, etc.
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Thanks so much! Sorry for replying late but KZbin blocked this comment for some reason lol And yes you're right, it is a better solution writing to a list, I didn't think of that. Also thanks for the tip on the uptime robot!
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@deborahperro7751 What- How can I steal someone's identity lol
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@deborahperro7751 Ok even if this is real I am not sure why you are saying it here, I suggest calling the police and filing a report
@user-in3zs8bl6w
@user-in3zs8bl6w 8 ай бұрын
I must to say that you was the best than other hackers in this videos you need more subscribers man + 1
@jaksiz
@jaksiz 5 ай бұрын
Amazing video, you explained so well.
@SahilFR
@SahilFR 2 жыл бұрын
super informative thanks
@miyagixamikadze1555
@miyagixamikadze1555 6 ай бұрын
Bro it amazing, + sub
@wowgingermobile2123
@wowgingermobile2123 Жыл бұрын
Amazing man! But if possible could you please adjust the audio in your future videos, thanks!
@_____1826
@_____1826 7 ай бұрын
Looks cool...going to subscribe you now
@taimuralisakhawat6148
@taimuralisakhawat6148 Жыл бұрын
bro I encountered "no such file or directory" issue plzz guide
@MarkoBrainz
@MarkoBrainz 2 жыл бұрын
Man this was so helpful thank you so much! I ran the code and tried to crack "username"... But even after over 60 000 tries and about an hour of it running it couldn't find it :( I know the password is ucool (found in comments). So I could see if it found it or not (using ctrl+f). It's working it's just a really small chance XD
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Comment the password of the account "username" if you managed to crack it! Hint: it is 5 characters long
@theheavycoder9326
@theheavycoder9326 2 жыл бұрын
is the password "ucool"?
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@theheavycoder9326 wow someone actually guessed it! Good job!!
@screewedup713
@screewedup713 2 жыл бұрын
@@theheavycoder9326 how did you manage get the password? i run the script to give me 5 characters long but all it generates it's bullshit random letters.
@neos_games
@neos_games Жыл бұрын
@@theheavycoder9326 how long did it take you? howd you get it in the firsg place?
@darklonewolf2331
@darklonewolf2331 2 жыл бұрын
I do not see form data when clicking inspect element?
@headthinker5549
@headthinker5549 2 жыл бұрын
I love this
@pedropascalDaddy
@pedropascalDaddy Жыл бұрын
i have tried this but i get the eror data is not defined at the begining of the video, is it because im using a different python version ?
@vaibhavkumawat2369
@vaibhavkumawat2369 2 жыл бұрын
Heyy man I got the password of username account in the output but when I go to the website and try to login in there it's showing failed to login what should I do
@kellgo
@kellgo 2 жыл бұрын
when i click run ti doesnt say that there are any errors but it doesnt come up with any combonations
@danimaccio4222
@danimaccio4222 Жыл бұрын
amazing,but you can show too as run using threads bro?it will more fast
@moseschisanga5232
@moseschisanga5232 Жыл бұрын
How can you tell the program to load attempts from a file the user browsed?
@joymackey8218
@joymackey8218 2 жыл бұрын
Can you make video about brutefoce website request and parse token and post data etc example any website with token thank you
@thangphan6972
@thangphan6972 Жыл бұрын
so if we assume if data{ "otp ": otp }, can it attack the otp code?
@fasttask5101
@fasttask5101 2 жыл бұрын
why is my not working even when I created a tries.txt
@フエリペ
@フエリペ 2 жыл бұрын
i dont get the install request part
@oliwierewe2060
@oliwierewe2060 2 жыл бұрын
winerror 10061 no connection could be made because the target machine actively refused it why?
@tachthank2393
@tachthank2393 Жыл бұрын
Hi I am from Morocco how to brutforce router wifi on python plz help me
@skkepter2526
@skkepter2526 2 жыл бұрын
If a username is already set then does it try passwords connecting to the username or computer?
@user-fx1gx3rz3d
@user-fx1gx3rz3d Жыл бұрын
and how to pick up a 6-digit password-verification for the game account "Origin" if you forgot your mail?
@pr1stak
@pr1stak Жыл бұрын
Im trying to use password list from text file, but it says that the password is incorrect even if it is, any ideas how to fix it?
@Christian19.01
@Christian19.01 2 жыл бұрын
@Just Another Code To begin with a this is a very good video. I have only one problem, random.randit(1,10)) is shown to me as error. To be more precise, the error seems to be the randit. What could be the reason for this and how can I fix it?
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Have you imported random by adding import random at the top of the code? Also what exactly does the error say?
@Christian19.01
@Christian19.01 2 жыл бұрын
@@JustAnotherCoder yes i did
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@Christian19.01 if your exact line of code is random.randit(1,10)) then the error is cause you added an extra ) at the end
@Christian19.01
@Christian19.01 2 жыл бұрын
@@JustAnotherCoder i got my misstake. i wrote randit, i forgot the n
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@Christian19.01 oh, these types of mistakes happen to everyone lol
@hurykainyt5673
@hurykainyt5673 2 жыл бұрын
I have a question. What do I have to replace in the script if instead of cracking the password, I want it to try all the words that I put in a notepad for example?
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
At the top of your code add this line of code: with open("your_notepad_file.txt") as f: passwords = f.readlines() and then instead of rndpasswd = random.choices(chars, k=2) put rndpassword = random.choice(passwords) Also make sure to replace your_notepad_file.txt with whatever your filename which has the words is
@D_ev
@D_ev 2 жыл бұрын
@@JustAnotherCoder thanks :D
@fasttask5101
@fasttask5101 2 жыл бұрын
and in replit it is showing correct password for inccorrect password instead of showing inccorrect password
@kombo0261
@kombo0261 2 жыл бұрын
@Just Another Coder: I have a problem. If im going to run the programm it says that the ,,r,, at r = requests.get(url), data=data) is an ivalid syntax. how can i fix this?
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
it is r = requests.get(url, data=data). Instead of url) it is url
@kombo0261
@kombo0261 2 жыл бұрын
@@JustAnotherCoder ok fixed it, now it starts, but instead of passwords it runs ,,tries.txtfilenotfounderror..
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@kombo0261 create tries.txt in the same directory as your program
@kombo0261
@kombo0261 2 жыл бұрын
@@JustAnotherCoder i did one on my desktop. i think i did it the same way like you. but what do you mean with ,, in the same directory?
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@kombo0261 I mean in the same place as your program, so on your desktop in your case
@cjgomez857
@cjgomez857 2 жыл бұрын
i tried it on my roblox alt account. It did not find its correct password
@crimatador1
@crimatador1 2 жыл бұрын
Will this work with qpython android?
@ikhebdieishetnietgoeddathe4057
@ikhebdieishetnietgoeddathe4057 2 жыл бұрын
It gives me 'Thread' is not defined, why's that?
@razvanprg5718
@razvanprg5718 Жыл бұрын
@Just Another Code Does it work on other websites?
@danimaccio4222
@danimaccio4222 Жыл бұрын
hi bro i run your script in my pycharm and exit code is 0,ok,but bruteforce not works,why?thkx
@toptrash8077
@toptrash8077 2 жыл бұрын
what if the website print the whole html code instead a spesific text and the status code still 200 even the password is correct ? pls give a solution to me
@alper1609
@alper1609 Жыл бұрын
You can parse html for getting the password correct or not
@kalee303
@kalee303 Жыл бұрын
Its not working indentation error it's saying what should I do
@mralasco7976
@mralasco7976 Жыл бұрын
hello this video is amazing but if i want put multpule username and i want use my own password list not generate and i??
@desnikeenfer5557
@desnikeenfer5557 2 жыл бұрын
how get the confirm login in other site ?
@neos_games
@neos_games Жыл бұрын
working, but is there a way of adding actual words to the list? like intead of random letters
@AmlizeagaGaming
@AmlizeagaGaming Жыл бұрын
im a python begginer, but i think you can do this chars = ("word", "word", "word")
@AmlizeagaGaming
@AmlizeagaGaming Жыл бұрын
maybe that works
@neos_games
@neos_games Жыл бұрын
@@AmlizeagaGaming already tried that but it just works weirdly, thanks thought
@jameslane4673
@jameslane4673 Жыл бұрын
Hi when I run every single one says correct password Im knda confuse
@HenryApanisile
@HenryApanisile Жыл бұрын
i try the pip install request but its error
@hackers_league
@hackers_league 2 жыл бұрын
Method not allowed. What can I do?
@weirdo1097
@weirdo1097 Жыл бұрын
How do you install pip on windows 11?
@Hallxween
@Hallxween 2 жыл бұрын
any way to make a “automated” version of this like when you start the program it asks you what link and username you want to brute force?
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Kind of, since every website can have different parameters, login url, request method you will also need to ask in the input for the login url, what are the required parameters (for example username and password), and what is the request method (post or get).
@jakes-dev1337
@jakes-dev1337 2 жыл бұрын
Just learn basic python user input. You can collect that information with a print statememt
@pikaxmv6660
@pikaxmv6660 Ай бұрын
i cant find form data
@Mrmaggakos
@Mrmaggakos 2 ай бұрын
where can i download it?
@snub7991
@snub7991 2 жыл бұрын
Can i get the website source code??or tutorial to make website
@KraydoDakid
@KraydoDakid Жыл бұрын
Where do I download python
@ridvanyilmaz7028
@ridvanyilmaz7028 2 жыл бұрын
error python file
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Discord server: discord.gg/wXz8GD9ySm
@ramelsteel3782
@ramelsteel3782 2 жыл бұрын
name password is not defined" what am i gonna do about that bro?
@jeanzyx1707
@jeanzyx1707 2 жыл бұрын
me too
@jeanzyx1707
@jeanzyx1707 2 жыл бұрын
what is your i.d.e.
@danimaccio4222
@danimaccio4222 Жыл бұрын
bro in py 3.9 not works
@tareqziad376
@tareqziad376 2 жыл бұрын
the code is not showing any results, the only things the code shows is filenotfound in line 29
@tareqziad376
@tareqziad376 2 жыл бұрын
I wish someone help me
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@tareqziad376 create tries.txt in the same folder as your python file
@tareqziad376
@tareqziad376 2 жыл бұрын
@@JustAnotherCoder I tried but nothing happened, maybe I did something wrong
@anonymuser6610
@anonymuser6610 2 жыл бұрын
@@JustAnotherCoder not working nothing happens
@Christian19.01
@Christian19.01 2 жыл бұрын
@Just Another Code Does the password contain capital letters and Special characters?
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
nope
@pimpbob
@pimpbob Жыл бұрын
can this lag websites?
@zirreo
@zirreo 2 жыл бұрын
i have a question how do you get python that looks like that on the one u use the code with
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
It's called IDLE, when you download Python from the official python website you have the option to download it also, just click the Customize button in the installer and then select the box that says IDLE.
@zirreo
@zirreo 2 жыл бұрын
@@JustAnotherCoder i mean like how do you run the code whenever you want it doesnt work for me also i cant put multiple lines it execute automaticly
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@zirreo That is because you are in the IDLE Console. You need to click File and then New File, then click F5 and it will run after you save it
@zirreo
@zirreo 2 жыл бұрын
@@JustAnotherCoder thanks it works now
@dakshchaudhary8256
@dakshchaudhary8256 Жыл бұрын
Hello friend will it work on sites like Instagram and Facebook who have certain limits for entering wrong password?
@guanciottaman
@guanciottaman Жыл бұрын
no
@wisdomovermoney3394
@wisdomovermoney3394 2 жыл бұрын
How about multiple requests at the same time, in parallel?
@AbdusSalam-ll1yp
@AbdusSalam-ll1yp 2 жыл бұрын
I think the website will respond like normal. In an actual website log in, it won't be just us logging in, there will be other people as well.
@wisdomovermoney3394
@wisdomovermoney3394 2 жыл бұрын
@@AbdusSalam-ll1yp I know it will respond normally. The question is if you can implement parallel requests.
@AbdusSalam-ll1yp
@AbdusSalam-ll1yp 2 жыл бұрын
@@wisdomovermoney3394 yes you can implement it with the threading module
@wisdomovermoney3394
@wisdomovermoney3394 2 жыл бұрын
@@AbdusSalam-ll1yp have you done it or just theorizing?
@AbdusSalam-ll1yp
@AbdusSalam-ll1yp 2 жыл бұрын
@@wisdomovermoney3394 the guy in the video has done it. Did you watch the whole video?
@walidmat8972
@walidmat8972 2 жыл бұрын
how to set the password lentgh between 3 and 12 carracter please
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
You can make the length be random.randint(3,12)
@walidmat8972
@walidmat8972 2 жыл бұрын
@@JustAnotherCoder thnx lazing video 💯
@walidmat8972
@walidmat8972 2 жыл бұрын
bro i have another question 😅 in you case site you used "failed to login" as a condition but it Change from a site to other can you pleas tell me how to find this conditions
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@walidmat8972 Try checking with r.status_code (check pinned comment) or check for what the site tells you when you fail to login
@yingo1525
@yingo1525 2 жыл бұрын
It is normal for the programme to exit after a while?
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Not really, but since it uses threads technically the program is already closed and the threads are running separately. One way to check if it actually stopped is checking if tries.txt is not getting updated anymore, if that is the case then you can just restart it and it will continue from where it left off since tries.txt still contains all tried non working password
@ssanith
@ssanith 2 жыл бұрын
I did this but it says that name error, send_req is not defined but I have
@spencerkeys
@spencerkeys 2 жыл бұрын
Make sure you are running it in Python IDLE. When you run the module it should open up the terminal and that is where you type the send_request
@AmlizeagaGaming
@AmlizeagaGaming Жыл бұрын
@@spencerkeys hey can you help me
@AmlizeagaGaming
@AmlizeagaGaming Жыл бұрын
@@spencerkeys when i run the script, it cant find the module "requests"
@KraydoDakid
@KraydoDakid Жыл бұрын
@@spencerkeysit keep saying permission denied
@jay-dq8tr
@jay-dq8tr 2 жыл бұрын
does this also work to guess a 2fa authenticator code?
@jotarocujoy9328
@jotarocujoy9328 Жыл бұрын
No
@Miner_BoiYT
@Miner_BoiYT Жыл бұрын
what program do u use for writing in puthon
@義
@義 8 ай бұрын
Python.
@Christian19.01
@Christian19.01 2 жыл бұрын
Hey the programm gave me password, but it's wrong. Why do this happend? The password is 5l4kt
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Could be many reasons. Someone had the same issue and the reason was that the server I am using to host the website crashed, to bypass this issue instead of checking if 'logged in' not in r.text.lower() check for if 'failed to login' in r.text.lower()
@EDU-rs3ld
@EDU-rs3ld 3 ай бұрын
a terminal.
@imrealgigachad
@imrealgigachad Жыл бұрын
Doesnt work
@argosgaming5659
@argosgaming5659 Жыл бұрын
Can you tell me how to make it so it tries for example passwords with a minimum of six characters?
@headthinker5549
@headthinker5549 2 жыл бұрын
Youre amazing as f***
@cold7372
@cold7372 2 жыл бұрын
pass is nnzr0
@lexwaches8343
@lexwaches8343 2 жыл бұрын
txs now i can hack into russian websites
@DominicNweze
@DominicNweze Жыл бұрын
Did you succeed
@lexwaches8343
@lexwaches8343 Жыл бұрын
@@DominicNweze nah it was A joke I dont want to get in trouble
@AntsFromHolland
@AntsFromHolland 2 жыл бұрын
Change the threads to 200 and it will be instant :D
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
Oh cool! I didn't try it in the video since some people might crash their pc's if they put 200 threads lol
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
@@abhradeepde2357 This happened when you tried with 200 threads, so does it work with like 50 threads or less? can you show me the full error?
@hackattackanddefence4471
@hackattackanddefence4471 Жыл бұрын
bhai muh me paaan daba ke q bol rha he yar
@SahilFR
@SahilFR 2 жыл бұрын
question though, if I want it to include capital letters - do I put that in also so like "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" or is there some other way? this stuff really interests me
@JustAnotherCoder
@JustAnotherCoder 2 жыл бұрын
yeah you put them in the string like that
WhatsApp Messenger Runs Arbitrary Python Code
13:46
John Hammond
Рет қаралды 75 М.
How to HACK Website Login Pages | Brute Forcing with Hydra
18:21
CertBros
Рет қаралды 1,3 МЛН
Summer shower by Secret Vlog
00:17
Secret Vlog
Рет қаралды 13 МЛН
Gym belt !! 😂😂  @kauermtt
00:10
Tibo InShape
Рет қаралды 17 МЛН
Using My Python Skills To Punish Credit Card Scammers
7:13
Engineer Man
Рет қаралды 4,9 МЛН
you need to learn Python RIGHT NOW!! // EP 1
17:42
NetworkChuck
Рет қаралды 2,3 МЛН
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 175 М.
Python Brute Force Password hacking (Kali Linux SSH)
10:45
David Bombal
Рет қаралды 122 М.
how hackers hack any websites in minutes?!
23:17
Loi Liang Yang
Рет қаралды 224 М.
How to Brute Force a Bitcoin Wallet with Hashcat
16:56
Bitcoin Daytrader
Рет қаралды 213 М.
how hackers hack any website in 8 minutes 6 seconds?!
8:06
Loi Liang Yang
Рет қаралды 71 М.
Watch me hack a Wordpress website..
28:52
Tech Raj
Рет қаралды 158 М.
ДОМАШНЕЕ ЭСКИМО//ПРОВЕРКА РЕЦЕПТА ТИК ТОК
0:22
ОЛЯ ПЕРЧИК
Рет қаралды 1,1 МЛН
Забота Казахов🇰🇿
0:45
QAZAQ PEOPLE
Рет қаралды 214 М.
🎀 strong challenge with @RezoHulk #challenge #funny #foryou #gym
0:30
Nika loves to eat chicken #cat #cats
0:17
Princess Nika cat
Рет қаралды 75 МЛН
No empty
0:35
Mamasoboliha
Рет қаралды 9 МЛН
Forming of goal foam || A2Z SKLLS
1:00
A2Z SKILLS
Рет қаралды 30 МЛН