Пікірлер
@Nick-vd7cg
@Nick-vd7cg 3 ай бұрын
I just finished my python crash course so it isnt THAT hard to understand most code shown, just not familiar with the module 'RE' yet. The only question i really have, how did you come up with the pattern variable? I dont quite understand the logic behind the alphanumeric string that solves the captcha.
@Nick-vd7cg
@Nick-vd7cg 3 ай бұрын
aaaaaaah its the order of wich the numbers are sorted, \s for whitespace in between the numerical values etc.
@cuqier5889
@cuqier5889 3 ай бұрын
How would we approach classical image based CAPTCHA (6-letter)?
@user-mx3ch6nr9g
@user-mx3ch6nr9g 3 ай бұрын
موقع مستهدف يوجد فيه CAPTCHA رياضية ادا عمل عليه تخمين او brute force مادا يحدت لي سكربت python
@user-lw9fh4gr9z
@user-lw9fh4gr9z 6 ай бұрын
could you give me dorks for woocommerce site payment gateway
@rootshellace
@rootshellace 4 ай бұрын
You can consult GHDB, check here: www.exploit-db.com/google-hacking-database - search for whatever you need, in your case, woocommerce
@Sakura36343
@Sakura36343 7 ай бұрын
Audio please
@renad1000
@renad1000 7 ай бұрын
How can I delete the captcha? If its works with it, i mean i have another ctf but i guess delete the parameter worka too, but i dont know how and i search every where still didnt figure it out if you could help me with it, i have to brute force the password and i have the list but the captcha kills me
@rootshellace
@rootshellace 7 ай бұрын
I don't think you can actually delete the captcha from a website. If you want to make a similar request with the one made in this video, you can leave the parameter value empty, or even remove it, but I highly doubt it will work. You should see what you can get and use from the request. For instance, even though it might sound dumb, let's say you have a picture captcha with some letters and numbers, where you must type those, maybe A1B2C is the answer. You could check the name of that photo in the page source, it wouldn't be excluded to find it under A1B2C.jpg. In this case, you can parse the content of the response in order to extract that string before .jpg and pass it as value for captcha parameter. It depends a lot on your situation and captcha type.
@unskjwn
@unskjwn 8 ай бұрын
i forgot my password for my gmail acc and i didnt set up any phone number or email for recovery. i have tried every single combination of my most used passwords. is there any way you can help me? please.
@rootshellace
@rootshellace 8 ай бұрын
Dude, I think you should contact the support team from Google and see exactly how you can fix this.
@ProjectBimmers
@ProjectBimmers 7 ай бұрын
Set up a new email. Life goes on
@johnschneider931
@johnschneider931 6 ай бұрын
Google security is good so you're SOL. That's what good security means.
@FoundMeGood
@FoundMeGood 8 ай бұрын
Nice video bro, I am a CTF player and the thing I learned about Backdoor you put it all here for free... Loved this video :)
@rootshellace
@rootshellace 8 ай бұрын
I am glad you enjoyed it! Thanks for watching the video!
@ranasarker2004
@ranasarker2004 9 ай бұрын
thanks..its helpful..i subscribe your channel
@rashidbinzaiyed7149
@rashidbinzaiyed7149 10 ай бұрын
Bro...my Facebook account gor hacked and hacker changed my login credentials...is there any way to recover it? Or hack it?
@rootshellace
@rootshellace 10 ай бұрын
I think you should contact Facebook team and tell them what happened. Most probably you might have to provide them a proof of you being the owner of that account, maybe a photo with your ID. If you recover it, then choose a strong password, with multiple types of characters, maybe check if MFA is possible and activate it. Your Facebook account should be linked with an email address. Can't you try to reset the password and use that email address as recovery method? Or that email address was also hijacked?
@rashidbinzaiyed7149
@rashidbinzaiyed7149 10 ай бұрын
@@rootshellace but the thing is my Facebook name was different because I was using it for gaming, so is it possible to get my ownership proven? If I submit my government issued ID?. so many times I tried to add my gmail and further securities but Facebook kept showing that 'link broken, service temporarily unavailable'..etc sometimes even shown as my email added but when tried for the recovery, they said email was not added nor found..
@rootshellace
@rootshellace 10 ай бұрын
Honestly, I believe a different name on that account shouldn't be an issue for Facebook team. You must see what they require in order to confirm your identity. Regarding the email address, I find it a bit weird, but, if you manage to prove them you are the owner, maybe they can also add this one. But, definitely, you must contact them.
@rashidbinzaiyed7149
@rashidbinzaiyed7149 10 ай бұрын
@@rootshellace I can't access my email bro... I don't know why because each time I log into my mail it says ' something went wrong, please try later '... i hope I get my account back bro.. and FB requires my government issued ID.. that's what they said
@rootshellace
@rootshellace 10 ай бұрын
Well, the only solution I can think of now is to provide them the ID, create a new email address, ask them to replace this one to your profile as main and only email and, then, try to use this mail only for Facebook or, as less as possible, for other accounts or profiles.
@mdriponhossain4341
@mdriponhossain4341 10 ай бұрын
Good video but audio not loud....
@rootshellace
@rootshellace 10 ай бұрын
Thanks for watching, dude! I am looking forward to fix this audio part.
@JohnDoe-bv9vl
@JohnDoe-bv9vl Жыл бұрын
Can you do a video on SQL injection and a Man-in-the-middle attack?
@rootshellace
@rootshellace Жыл бұрын
I was already thinking at SQL injection as a subject for one of my videos, so, most probably, in the future, there will be one related to this topic. Regarding MITM, honestly, I didn't analyze this option, but I will take it into consideration. Anyway, thanks for your suggestions and comment!
@igikloppers
@igikloppers Жыл бұрын
thanks for putting your content out there. i was about the comment that a lot of validation also happens on the server, and then you mentioned it right at the end. would be nice to see how to use developer tools in a more validated environment. keep up the good work
@rootshellace
@rootshellace Жыл бұрын
Thanks for watching the video and letting your thoughts here! Indeed, it would be nice, only that the legal aspect involved by cybersecurity somehow often forces us to create our own test environment. Honestly, I am not a web developer and, for the content of this video, it was my first time when I wrote some javascript code :)). Anyway, thanks again, I really appreciate you took the time to watch and comment!
@helenrosline7710
@helenrosline7710 Жыл бұрын
Can u hack me bro an insta account
@johannaabrahamson6417
@johannaabrahamson6417 Жыл бұрын
P R O M O S M 😓
@JohnDoe-bv9vl
@JohnDoe-bv9vl Жыл бұрын
Can you please use a distorted voice like the guys from Anonymous do? I think it makes these kind of videos more interesting to watch/hear.