@ToaRBlur - no, I'm a forensics investigator where I help track hackers down and put them in Jail. You asked: "could you get traced if you hack a school webite????????", my answer was "yes, [that] I would hunt you down personally". The :) meaning that I was joking around.
Is it even possible to still SQL inject this way? I mean editing source code seams to be a little old-hat for web applications, especially with today's security.
Alright so I hacked a website and edited some gallery pictures and some other stuff. (I am loged in as admin) But what if I want to edit the html scripts, I mean like edit the writings and homepage etc? Help anyone :)
Hey man, do u have mail? I would like to tall with u... I know a lot of inyection of sql and I "hack" a lot of important pages. WEELLL, add me: lprdesigners@hotmail.com
Just open your C drive in my computer and save it there (or anywhere to be honest)!
Depending on your OS you should just be able to double click on the file (save it to your desktop and double click it) and it should run in your default browser.
@ToasterAssassin They can be, and are. I suggest you Google the hack on HBGary Federal. The entire company got p0wn3d last month from a SQL injection attack. Pretty serious stuff, even a top security company gets it wrong sometimes.
@ToasterAssassin A lot of people use escaping from ' char for securing the DB. I can not remember the exact method, but it is hackable via SQL-injection. Parameter binding is not.
lol firefox is the best browser for hacking. this isnt really how a hacker works, its much more complicating. oh and javascript can be disabled from the browser and there is no need for copying the code and erasing the javascript
Um, why not just disable JavaScript in your web browser and reload the page? There's no need to delete all the JavaScript by hand on a local copy. That's ridiculous.
Also, why is this video tagged "Java"? There's no Java involved here.
1) The whole point of the video is to illustrate how an improperly designed web application can be used against you. 2) Yes, while javascript can be disabled in the browser to bypass the validation script, the rest of the site requires the use of javascript. Disabling it entirely would prevent all access to the site.
The whole point of this video is to illustrate how easy it is to bypass authentication on a poorly written web application. And do it all in a way that non-technical management can understand. So many technicians have tried to get management to understand the importance or severity of these simple hacks, but unless they see it, they don't get it.
Is it an easy hack? Of course! It also makes a perfect example of how not to do things.
I wasn't offline. I simply saved the page to my hard drive, modified it, opened it back up in my browser, then used that modified page to submit information back to the web server.
my god :P- i always thought omg u how is the basic way to get pat sec passes , :) great job man :P - also just a question - with all the injection - is there a way to put a specific username in but use the sql injection code to put any pass in but u get the account name you put in? this may seem nerdish or wanting but tbh i have 2 virus vids :/ - n spose - i play ogame (hence the comment may seem bit nerdish :P)
Not if you use a proxy. And no one will really care if you just hack a site. If you managed to hack a bank then yes, but they have a complex system. Or if you hack like a multi-million dollar site and deface it but it is very unlikely u can
You can use any fkin proxy you gonna be caught. Every proxy makes a log about which IP visited which site on which date, and if they are asked to provide this information, believe me, they gonna do it. So don't rely on them so much. But you can use an internet cafe or a free web-host provider where they won't log your IP.
This is an example of how easy it is to bypass client-side security checks and hack your way in. Unless you're testing security on your OWN site, you should not be doing this anywhere else.
yeah this would get you expelled.. For sure lol. I know a dude that got expelled and is not allowed go to any it in europe for doing something similar to this.. A little more extreme tho :)
any decent web programmer would use a serverside authentication system so this wouldnt work. they also would probably use a function (depending on the web programming language) to strip out any illeagal characters so the sql injection wouldnt work either.
nice nice...do you have any tips on how to learn that stuff..im learning but its been a month and its taking longer than i want it to i mean going for a course yould be faster..and more educational..
that's gd but mostly the person at the computer help desk is monitoring you do that so you would be busted by trying that password let a loan changing java script
You just go to view -> page source. You select all of it and save it in blah.html file on your desktop (or however you want to name it as long as the extension tells your computer it is an html file - normally .html or .htm). He just removes the validation javascript (most likely length validation, etc.) After that, he isn't restricted by the length so he can input whatever he wants. They don't use any filters before submitting a query, so he can make it right no matter what.
whoever who's javascript to validate anything on there web page for user input is an idiot.....server-side scripting for user input validation is a must!!!
When attempting an SQL injection, you really shouldn't count on using the injection in the password form. The reason for this is that most sites use md5 hashing when comparing passwords. So, when doing that, your injection won't be parsed. I would personally just use something really simple, like, ' or 1=1-- for the username and laksdjflkasjf for the password. If they are vulnerable and you want a specific username, you could type, usernameyouwant'-- as the username and blabal as the pass.
My video is meant to be educational to illustrate why it is important to validate user input on the server side, as opposed to on the client. -- Most developers have now learned to validate and sanitize their inputs and it appears the website you're trying to hack is properly built.
This is a password-protected website. jrhelgeson made only one mistake in his verbal description of his activities; in modifying and saving the source code for that website, he did not disable "all authentication", he disabled input validation. The input validation was only performed on the client side (in-browser), which is a huge no-no.
As an aside to jrhelgeson, this is a good demonstration, but labelling it as "college networks" instead of "a website", you miss a wider audience...
This is all well and good, but any sysadmin worth their salt will have patched a SQL injection exploit. Unless they are very, VERY stupid, as it's the first thing most people try.
Funny thing is, there isn't a generic patch against SQL injections. It all depends on the website programmer sanitizing their inputs from the SERVER SIDE not the client side, as was done here.
I could have accomplished the same thing by using file|open and selected the file, or just double-clicking the file and having it open in the web browser. I just wanted to keep it all in the browser window and the text editor so that non-techies could follow what I was doing without switching between applications.
I think you could do this because the authentication system was based on JavaScript which is a client side script anyways. If the authentication is done on server itself then its difficult.
jrhelgeson; good work, Highly Informative Video.. do you use msn/yahoo? I need to talk to you and ask a few things regarding security.. i'm a student of BCS (Bachelors of Computer Sciences); cheers.
you are not going to find any websites that have that bad of scripting anymore.
MrBeno696 4 days ago
Is there a space between the ' and or and then is there a space after or?
tyleraverette 1 week ago
@tyleraverette - if it is not working, then the site may not be vulnerable (yet) :)
' or 1=1 --
jrhelgeson 1 week ago
@jrhelgeson Thanks man, one more thing when you typed the website in since you'd be viewing it offline how did u get the next pages web address?
tyleraverette 1 week ago
@tyleraverette - there was no next page address that I entered or modified. It was already part of the existing page.
jrhelgeson 1 week ago
Comment removed
cunaaye00 2 weeks ago
@ToarBlur Use a proxy while hacking lol
leoyt123 3 weeks ago
thats thuper hardcore
canlandaswitchflip 3 weeks ago
could you get traced if you hack a school webite???????? please anser
ToaRBlur 1 month ago
@ToaRBlur - yes, I will hunt you down personally :)
jrhelgeson 1 week ago
@jrhelgeson what you mean, you a pedo are somethink!
ToaRBlur 1 week ago
@ToaRBlur - no, I'm a forensics investigator where I help track hackers down and put them in Jail. You asked: "could you get traced if you hack a school webite????????", my answer was "yes, [that] I would hunt you down personally". The :) meaning that I was joking around.
jrhelgeson 1 week ago
@jrhelgeson oh i was gonna say, have you ever tracked any hackers down?
ToaRBlur 1 week ago
@jrhelgeson lulz drop him in your botnet. That's what I would do personally.
tyleraverette 1 week ago
how are you editing the page source??
Brittany797091 2 months ago
@Brittany797091 - Notepad
jrhelgeson 1 month ago
@jrhelgeson lol yeah i figured it out shortly after i asked the question
Brittany797091 1 month ago
might i ask what educational background you have, good sir?
chica476 3 months ago
@chica476 - Self-Taught, no college.
jrhelgeson 1 month ago
Diabolical
InTenSecondsFlat 3 months ago
does anybody know a site to practice this on
silverman119 3 months ago
@silverman119 - There are a few resources, WebGoat, Hackme Bank, Hackme Travel, etc. Google them.
jrhelgeson 1 month ago
Comment removed
phgh1520 2 weeks ago
Is it even possible to still SQL inject this way? I mean editing source code seams to be a little old-hat for web applications, especially with today's security.
pharoah246 4 months ago
@pharoah246 True - however, this video was created in 2005.
jrhelgeson 4 months ago
@pharoah246 - Talk to Anonymous about that - this is still how they are hacking into sites - the classic SQL injection.
jrhelgeson 1 month ago
@HaveAScream
Hacking a site is extremely illegal unless you own it or are hired to test it's security (like this guy.)
ToastyToast71 5 months ago
@ToastyToast71 or u can hack and say for admin that there is an isue and need to be fixed.
Royalllllll 5 months ago
What do u do after 0:58 view source.. do u save the view source in notepad?
mode123rocks 6 months ago
@mode123rocks - View source is in notepad, so yes, I am saving it in notepad.
jrhelgeson 1 month ago
Alright so I hacked a website and edited some gallery pictures and some other stuff. (I am loged in as admin) But what if I want to edit the html scripts, I mean like edit the writings and homepage etc? Help anyone :)
HaveAScream 6 months ago
great, excellent
bboranist 6 months ago
your an actual legend :D
joemolot 7 months ago
This has been flagged as spam show
havij works better :) mediafire . com/?d4d9ackbidf77go
sneakylight 7 months ago
Nice ...Now try the same, if the SQL-string was built using parameter binding...
htmlmm 8 months ago
Hackers = fucking win
I'll always speak out for hackers :).
ThePunisherNWO 8 months ago
This has been flagged as spam show
Hey man, do u have mail? I would like to tall with u... I know a lot of inyection of sql and I "hack" a lot of important pages. WEELLL, add me: lprdesigners@hotmail.com
lprdesigners 9 months ago
hacking every website
emad-iraq dot CO dot CC
TheZhery 9 months ago
hacking every website
emad-iraq dot CO dot CC
TheZhery 9 months ago
It wouldn't let me save as c:\hacked.html. It came up with an error message, saying you aren't allowed to save in this location.
StepbyStepTutorials 9 months ago
@StepbyStepTutorials
Just open your C drive in my computer and save it there (or anywhere to be honest)!
Depending on your OS you should just be able to double click on the file (save it to your desktop and double click it) and it should run in your default browser.
BBQTeach 9 months ago
good idea take soucers and change what ever u want
rapblack2 9 months ago
3:13 beboooop
zace2k9 10 months ago
If only websites could still be hacked using SQL injections...
Ahh....how I miss the good ol' days...
ToasterAssassin 10 months ago
@ToasterAssassin They can be, and are. I suggest you Google the hack on HBGary Federal. The entire company got p0wn3d last month from a SQL injection attack. Pretty serious stuff, even a top security company gets it wrong sometimes.
jrhelgeson 10 months ago 8
@ToasterAssassin They still can, dude. Not all are patched. ;)
Synith 8 months ago
@ToasterAssassin A lot of people use escaping from ' char for securing the DB. I can not remember the exact method, but it is hackable via SQL-injection. Parameter binding is not.
htmlmm 8 months ago
@ToasterAssassin Sony got hacked with sql injection showing 120 users information in plaintext!!
this happend 4th june 2011!
Axidento 8 months ago
@ToasterAssassin Sony...
RonBurgundy161 7 months ago
can you do this on a vista?
AllisonDDJ 11 months ago
@AllisonDDJ It's not the operating system that matters. It's whether you have the knowledge of doing this or not.
ToasterAssassin 10 months ago
server side validation is a must, along with parameterised queries and specific user privileges.
But if they have your passwords, its all pointless.
jacksawild 1 year ago
LULZ thank you that was all to helpful
Deathreaper091 1 year ago
Comment removed
Septagotius 1 year ago 2
@Septagotius LOL!
jrhelgeson 1 year ago
@jrhelgeson Just messing around.
Septagotius 1 year ago
Bullshit.. just waste of time... SQL injection aint workin on 95% websites nowadays... OLD SKOOL SHIT.
trinidad143 1 year ago
yay! jrhelgeson is evil!! hoorah!
Howcast26 1 year ago
what is the coad?
pilotman123321 1 year ago
my homework right there! yes, our professor wants us to hack a website!T.T
jeni105 1 year ago
@jeni105 woohoo! i love your lecturer!^_^
xmangosaintx 1 year ago
Not a bad video. Too bad this only works on the most simple, weak sites. Who in their right mind would use javascript to authenticate?
SaggyBawlz 1 year ago
This kind of exploit is the equivalent of Obi-wan Kenobi's Jedi Mind trick. It only works against weak-minded web programmers.
woonix 1 year ago
can you please post what the codes are like the thing that was ' 101 something
blsoccer327 1 year ago
fantastic dude, subscribed
crazynoob3 1 year ago
yer man i like it,
im trying really hard to crack sql,
seems like a myth
peace
pilkingtoez09 1 year ago
I am having trouble with the last part.
Any Tips? Help
FIVE STARS
ericcub7 1 year ago
lol firefox is the best browser for hacking. this isnt really how a hacker works, its much more complicating. oh and javascript can be disabled from the browser and there is no need for copying the code and erasing the javascript
asvvampire 2 years ago 2
you probably don't know how a proper hacker works, you might know how a web hacker works.. not a real one
vb6help 1 year ago
Um, why not just disable JavaScript in your web browser and reload the page? There's no need to delete all the JavaScript by hand on a local copy. That's ridiculous.
Also, why is this video tagged "Java"? There's no Java involved here.
Xtagon 2 years ago
1) The whole point of the video is to illustrate how an improperly designed web application can be used against you. 2) Yes, while javascript can be disabled in the browser to bypass the validation script, the rest of the site requires the use of javascript. Disabling it entirely would prevent all access to the site.
jrhelgeson 2 years ago 21
@Xtagon You got owned.
PhuckEverything 1 year ago
This comment has received too many negative votes show
This is not "Hacking" this is kitty scripting.
White had should note demene themselves to this shit.
This is petty crap....
I'm sure this guy thinks what he is doing is pathetic....
So why does he do it?
He's payed too..
Why?
Idiots.
That's why
CoolstorytroII 2 years ago
The whole point of this video is to illustrate how easy it is to bypass authentication on a poorly written web application. And do it all in a way that non-technical management can understand. So many technicians have tried to get management to understand the importance or severity of these simple hacks, but unless they see it, they don't get it.
Is it an easy hack? Of course! It also makes a perfect example of how not to do things.
jrhelgeson 2 years ago
how did you get on the page if you were offline???
headstrong440 2 years ago
I wasn't offline. I simply saved the page to my hard drive, modified it, opened it back up in my browser, then used that modified page to submit information back to the web server.
jrhelgeson 2 years ago
i need more than 10 field so i will do...11 ahahahaha
great job by the way...
rfksna 2 years ago
i cant edit the code ... can someone help me??
MasterCrackAdmin 2 years ago
View the source, save it to disk, open it up in notepad... Or reconfigure your browser to view the source using notepad as default.
jrhelgeson 2 years ago
my god :P- i always thought omg u how is the basic way to get pat sec passes , :) great job man :P - also just a question - with all the injection - is there a way to put a specific username in but use the sql injection code to put any pass in but u get the account name you put in? this may seem nerdish or wanting but tbh i have 2 virus vids :/ - n spose - i play ogame (hence the comment may seem bit nerdish :P)
joshua99999999 2 years ago
you need regular internet explorer, not google chrome or (maybe) firefox
Wolffheartt 2 years ago
10 spaces isnt enough, I'm going to need a LOT more than 10... so I'll change this to 11
RMimz 2 years ago
pff html hacking hahahaha lol
didine3131 2 years ago
sql injection brute force and bypass
SmartZX 2 years ago
cool ss numbers!!!! let me sharpen that image a little.........
superbarnie 2 years ago
when i try to save it say i cant save it as c:/hackedhtnl in the name
chucktaylor974 2 years ago
it isn't hackedhtnl it is hacked.html
good luck you sneeky hacker you
beni5wolfie 2 years ago 2
so if i do this and it works will it affect the real webpage? or just get me logged in.
and will i be caught? PLEASE RESPOND
metalhead3ecr 2 years ago
Not if you use a proxy. And no one will really care if you just hack a site. If you managed to hack a bank then yes, but they have a complex system. Or if you hack like a multi-million dollar site and deface it but it is very unlikely u can
ultimateownage2 2 years ago
You can use any fkin proxy you gonna be caught. Every proxy makes a log about which IP visited which site on which date, and if they are asked to provide this information, believe me, they gonna do it. So don't rely on them so much. But you can use an internet cafe or a free web-host provider where they won't log your IP.
SinistraD32 2 years ago
Not if you're a programmer and you make your own proxy based on the source code of a high - level real one. That's safer :)
pokerstud001 2 years ago
no it wont ..
just site access is all your granted..
i think he was testing..
sckryde 2 years ago
holy ****
TheGuyWithTheCards 2 years ago
nice, i never really considered javascript to be so flawed, now i think about it, it was dumb not to. thanks.
NiGhtMarEs0nWax 2 years ago
Knowing how to do it is one thing...TELLING EVERY ASSWIPE ON YOUTUBE HOW TO DO IT is another thing.
hammerogod 2 years ago
knowledge=power=freedom
refusing ppl the right to knowledge is a form of oppression.
ModernModr 2 years ago 22
@ModernModr yes but does that mean that power = knowledge? i think not sir
Myladypeace7 8 months ago
how do you modify the source? it wont let me!!! grrrrr!
rainbowbuttmonkey7 2 years ago
This is an example of how easy it is to bypass client-side security checks and hack your way in. Unless you're testing security on your OWN site, you should not be doing this anywhere else.
ShaezyShae 2 years ago
or testing others site on request
SinistraD32 2 years ago
Not sure why you responded to me, but good luck.
ShaezyShae 2 years ago
its a text document, he clearly showed.
NiGhtMarEs0nWax 2 years ago
notice he is not modifying the sites source.... he's modifying the source of his offline site ;)
mostskilfull 2 years ago
But once he logs in, you can see in the address bar changes from the file to the actual web page
pokerstud001 2 years ago
wow that is sooooo awsome thanks five stars ***** =]
rainbowbuttmonkey7 2 years ago
how come when i do view page source it wont let me edit the text document little help thanks
SwampyRaven 2 years ago
Exactly... it isn't exactly rocket surgery.
jrhelgeson 2 years ago
that girl could be watching this now!
faircheater 3 years ago
this is vile... whatever!
CLAYON19 3 years ago
it would work in the generality of web pages, it surely wouldnt work in php easily, because php uses escaping as default
IOPhaser 3 years ago
bullshit
that is just wrong
iuiz 3 years ago
yeah this would get you expelled.. For sure lol. I know a dude that got expelled and is not allowed go to any it in europe for doing something similar to this.. A little more extreme tho :)
fenoman666 3 years ago
any decent web programmer would use a serverside authentication system so this wouldnt work. they also would probably use a function (depending on the web programming language) to strip out any illeagal characters so the sql injection wouldnt work either.
KlezHunter1 3 years ago
You're a quick typer O.O
sl1nger1337 3 years ago 2
yikes.
t1449947 3 years ago
nice :)
xeniton 3 years ago
please make it more easy!
jabcbass 3 years ago
easier than what? this is literally the most basic you're going to see it.
dashmatticks 3 years ago 3
i think youre curious why this works this way, but nobody will tell you why, guess why, you have to try it
IOPhaser 3 years ago
Nice,Maybe it is too easy
ofdata 2 years ago
Yeah um... no, it's not easy, these are beginning tips. Try doing this on grid networked databases.
Good tutorial though.
cwade12c 2 years ago
nice nice...do you have any tips on how to learn that stuff..im learning but its been a month and its taking longer than i want it to i mean going for a course yould be faster..and more educational..
froggyhell 3 years ago
that's gd but mostly the person at the computer help desk is monitoring you do that so you would be busted by trying that password let a loan changing java script
rbal4 3 years ago
aka "how to get expelled from your college" awesome though
trinidadnomad 3 years ago
That strategy is hard to be done in a website which has an excellent security.
Raven4511 3 years ago 3
lol if i was creating it i would make a fake first person :D
realmusic629 3 years ago
NICEEE :D
realmusic629 3 years ago
wow thats me times 100 when i grow up
adesattftl 3 years ago
...you are going to be a sex offender that is at least 300 pounds?
ScottishWookiee 3 years ago 2
just dont be the first name and ur safe XD
DJPJR8462 3 years ago 3
OMG soo dull!!
avwos 3 years ago
I dont get it??!?! How can you edit the source, then save it on your PC.And then get access on the server from that file??Can somebody explain???
dumbworld 3 years ago
You just go to view -> page source. You select all of it and save it in blah.html file on your desktop (or however you want to name it as long as the extension tells your computer it is an html file - normally .html or .htm). He just removes the validation javascript (most likely length validation, etc.) After that, he isn't restricted by the length so he can input whatever he wants. They don't use any filters before submitting a query, so he can make it right no matter what.
jonnyhackercake 3 years ago
if you get on message me.
Ragelom 2 years ago
follow the vid step-by-step, its what i do..xD
ThEthUnDErWiLLrOLL 3 years ago
This can be disabled by few lines of code :P
snuffsan 3 years ago
whoever who's javascript to validate anything on there web page for user input is an idiot.....server-side scripting for user input validation is a must!!!
shaneiadt 3 years ago
too much power!
filipfie 3 years ago
I liked what you did. this is nice
cholokun 3 years ago 2
When attempting an SQL injection, you really shouldn't count on using the injection in the password form. The reason for this is that most sites use md5 hashing when comparing passwords. So, when doing that, your injection won't be parsed. I would personally just use something really simple, like, ' or 1=1-- for the username and laksdjflkasjf for the password. If they are vulnerable and you want a specific username, you could type, usernameyouwant'-- as the username and blabal as the pass.
jonnyhackercake 3 years ago
all the colleges are protected now right????? cuz i dont want ppl messing with my grades and stuff.
kklloopp 3 years ago
OSHI-
DiscoBiscuit06 3 years ago
isn't that illegal?
drummerforpeace 3 years ago
Only if I did it without permission. I state in the video that I was contracted to perform a security audit on their website.
jrhelgeson 3 years ago
i missed that part. whoops.
drummerforpeace 3 years ago 2
My video is meant to be educational to illustrate why it is important to validate user input on the server side, as opposed to on the client. -- Most developers have now learned to validate and sanitize their inputs and it appears the website you're trying to hack is properly built.
jrhelgeson 3 years ago
This only works on select websites.
Anybody know anything about accessing password protected websites?
CYCLOPSONE 3 years ago
This is a password-protected website. jrhelgeson made only one mistake in his verbal description of his activities; in modifying and saving the source code for that website, he did not disable "all authentication", he disabled input validation. The input validation was only performed on the client side (in-browser), which is a huge no-no.
As an aside to jrhelgeson, this is a good demonstration, but labelling it as "college networks" instead of "a website", you miss a wider audience...
Cheers!
minntc 3 years ago
This is all well and good, but any sysadmin worth their salt will have patched a SQL injection exploit. Unless they are very, VERY stupid, as it's the first thing most people try.
Th3Hamm3r 3 years ago
Funny thing is, there isn't a generic patch against SQL injections. It all depends on the website programmer sanitizing their inputs from the SERVER SIDE not the client side, as was done here.
jrhelgeson 3 years ago
Ok when it got to the part where he searched for the Hacked.html what exactly did he enter in the address bar was it this: file:mc:/hacked.html
LegendofHalo117 3 years ago
file:///c:/hacked.html
I could have accomplished the same thing by using file|open and selected the file, or just double-clicking the file and having it open in the web browser. I just wanted to keep it all in the browser window and the text editor so that non-techies could follow what I was doing without switching between applications.
jrhelgeson 3 years ago
Did he just call it a "sequel injection technique"??
Quiltfish 3 years ago
part of what he did was SQL injection
JamesCappoa 3 years ago
SQL(Ess,Cue,El), Sequel...Different. Not important, just annoying IMO
Quiltfish 3 years ago
Yeah, n00bs pronounce it Ess Cue El
It's sequel
mtfujiface 3 years ago
can u do this on any website?
kelow4234 3 years ago
This has been flagged as spam show
HACKING IS FOR LAMERS
x2fusion009 3 years ago
what do i put in for when your viewing it offline
pimpinallmyhoes 3 years ago
is their some different stuff i have to do if its on another website and how can you tell what to put in when you so you could view it offline
pimpinallmyhoes 3 years ago
Only .asp pages are allowed to run SQL inject?
crackzsl 3 years ago
The only thing you need to make SQL injections work is a SQL compliant database (which is just about all of them) that has a web server front-end.
jrhelgeson 3 years ago
hhm this will certainly help me with a website of an evil person
plasmaswordguy 3 years ago
Hello Joel I have a question.
A very detailed question.
You have email address?
CYCLOPSONE 3 years ago
lol "oh she was born in 74'"
skatehead0000 4 years ago 12
I think you could do this because the authentication system was based on JavaScript which is a client side script anyways. If the authentication is done on server itself then its difficult.
amanjsingh 4 years ago
Actually the authentication was server based using a SQL type database.
The javascript was just basic validation on the HTML textfields prior to being sent to the database.
What the site designer / programmer should also have done was validate the text supplied from the form prior to posting to the database.
Checking for characters such as ', = and -- should be checked for to prevent an SQL injection which is what this video demonstrated.
paulwoody 3 years ago 3
jrhelgeson; good work, Highly Informative Video.. do you use msn/yahoo? I need to talk to you and ask a few things regarding security.. i'm a student of BCS (Bachelors of Computer Sciences); cheers.
AflatoonAflatoon 4 years ago 2
O.O Poor poor Alison D:
Ulldal 4 years ago 5
u have just teach me how to do it on other sites
hackerwannabe95 4 years ago
man i am going to try it on an other page
hackerwannabe95 4 years ago
Men with your inherant abilities should work for the Feds. I've heard that they pay well...
autobahnguy 4 years ago
man youre good... for the page source can you show me how cause i couldn't see very well .
denz9709 4 years ago
Try squinting...
jrhelgeson 4 years ago
Is it just me? but doesn't his voice patterns sound like Michael Moore.
gredangeo 4 years ago
Dangit, You found me out! Don't tell anybody. :)
jrhelgeson 4 years ago
Ha, as if I'm talking to Michael Moore on youtube, What a laugh, Keep it coming!!
gredangeo 4 years ago
hey guyz can anybody explain what he changed to what.
tagentx7 4 years ago
awesome stuff
bonedghost 4 years ago
GREAT....
zantozmed 4 years ago
awesome stuff :)
kaiomatico 4 years ago
i Think in the source it says that he was blocked from accessing this page when he clicked "Loggin" so he editted the source?
xSpinner 4 years ago