Wait... question. So you've changed the website, but only for you right? If someone else went to the website, it wouldn't look like the way you changed it to, correct? How do you make it so that everyone can view your changes? Help, anyone?
If your using google chrome like me, no add-ons are needed just right click on the website, select view page source, and find the value you want to change that cwade shows and just double click. Chrome lets you edit the code on the fly so just input the value you want and your good to go.
So if you did "Edit HTML..." and changed the value to 1000 how does it work out that it actually worked for the website? if you go to some amateur made website and "Edit HTML...", then refresh the site, it will not be what you changed it to. Then in the end, how is editing the HTML without anything actually staying the way you changed it, useful?
hey i can't download the firebug, and if i do it can't be installed cuz supposedly aint compatible with the Firefox 6.0. Do you know where i can download it?
CS major here... You guys do know that doing stuff from "Hack this site" will not teach you shit, neither will it teach you how to "hack/crack" websites, right? It's just a waste of time for stupid people that believe it... If you really want to learn how to hack/program, get books on the following topics: C/C++, Perl, Python, MIPS/ARM assembly, (html, javascript you should already know), Networking (top to bottom approach) learn basic linux tools + linux (linux arch recommended), cya in 4 yrs.
Good networking book is: "A Top-Down Approach by Computer Networking: A Top-Down Approach" - Kurose
Great hacking tools book: "Unix Power Tools" O'Reilly Series
The above assume you know how to program in at least one programming language... I would start by learning Java and eventually C. Learn Linux (start with ubuntu and work yourself up to Gentoo). When looking for a Java book make sure the book doesnt use an IDE (such as eclipse or BlueJ) and uses a simple command line...
After you feel comfortable with C/Java ans some scripting with perl, know a little javascript/html, then move on to hard stuff like assembly (start with MIPS or ARM then move to harder stuff like x86, etc... the registers and operators are similar...) Good luck
As far as programming books, any O'Relly book does a pretty good job... If you want to learn a simple language first (and move to Java/C later) learn something like Python (their website offers good tutorials)...
@gmtknns Perl is probably the biggest, but is overpowered now by Python. If you can accomplish the same outcome with the language of your chance, it means very little. I'd look for the most reliable approach rather than the fastest approach.
@gmtknns python, pearl, php, java, C/C++. and then assembly for low level exploits, and also html and javascript for website/network hacks. Possibly also ruby (for metasploit).
Hi thans for the Vid, is there any one else that is battaling to accsess hts recenty, for like over a month now cant get in and says My user name does not exsist, thanx GOD BLESS
To do this wo/ any 3rd party tools, just look at the form html - it's processed via GET variables by "v.php" - look at the form html to get your PHPSESSID, the band id is 3 we'll pass it 1000 votes. Replace your session id in this url - and v.php will do the rest:
@TheRiyad1 Knowing languages is useful, but knowing these two in particular won't get you where you are probably wanting to go. Python and HTML are by no means "hacker" languages.
@cwade12c I'm curently learning html and c++ what r ur recommendations ? BTW great vids!! and arent we technically crackers not hackers since we are breaking more than building?
If only I had known about the "change html" option... If I had known about that, I would have finished this yesterday on my own. but nooo. 2 extra clicks to finish this.
wow -____- take tht last comment back it turns out i had it but i wasnt logged in(dont even know how tht was possible) :'( woulda been the first mission i did on my own ... -.-
an easier way than clicking through the entire tree structure with firebug is to use firebug's "Inspect Element" which is included in the more recent editions of firebug. just simply right-click on the dropdown menu and select "Inspect Element". it will take you directly to the code for that specific element. Cheers- Daedalus
cwade... you can actually download add ons directly to the firefox browser just go to >tools> add ons> then get add ons > search and finaly install ... hope it helps!!!!! ^_^
@Juhi04 firebug is one of the best web tools in your aresenal maybe the reason you dont learn is that you are just copying what you see people doing on youtube without trying to think the problem through yourself first?
I don't know where the hell you read that but actually you're right, neither just copying or using firebug will help on people's hacking/programming skills.
@Juhi04 what do you mean i read it i simply composed a slightly elequent response to your mokey comment of "you won't learn shit with firebug" to prove your point wrong and how firebug is a very usefull tool and instatly I must have plagerised it from some where? has it occoured to you that some people have the neccisary ability to form a scentance with an actual meaning designed to help? your other comment blew me away totaly with your ability to re-word what I said in my other comment
@Podrocketpwnage hey man i was only trying to help juh04 understand why firebug is actualy a good tool and also FYI i am not actualy looking at the vid for the reason you think, ive completed this mission and i was mearly trying to view all the possible ways of completing it, either way it shouldnt matter and i wonder why you would care so much about a conversation that doesnt actualy envolve you?
@compoundguy Now that I know what firebug is, I see your point about how firebug is useful. I used Paros to complete this challenge, which is basically the same tool as firebug. Although, you shouldn't condemn people for trying to learn by watching this video, when you want to learn from this video as well. It's as simple as that. Any comments you post to continue this, I wont reply to, because I've wasted enough time arguing with people I don't know on Youtube. You know what I mean.
@Juhi04 You're supposed to do the mission doing it with fire bug doesn't mean you haven't learned anything, You learned the same amount of hacking skills as everyone else... Just with firebug.
what have you for firefox ?? i don't have the same as u got i think cuz i doesn't got the temperated data thing... ofc i have at the swedish version but i can't find it anyways:(
Nope, the copy that Firebug edits is a local copy stored only on your computer. If it was this easy to change a website, the web would have a serious flaw in it (Most sites wouldn't allow this kind of hacking, since smart developers will check for valid values for each input).
If it says "require_auth" it just means you need to log back into the site. It took me a minute to figure out, but that's it. This method still works.
@cwade12c Hello, I started off this website using Chrome, and now when i try to go into firefox, when i try and log in with my correct username and password it says my password is incorrect. help?
i would except ive done something complicated to it so i cant use firefox... :/
i can do the same thing, it just a little more complicated for me, but not really hard. if somone wants to know ill post a comment on how to. (not gonna put up a video)
@cwade12c But most people (including me) do not realise the full potential of firefox and its addons, but I have a question which fire fox does tamperdata work on?
@PANOS5656 There's no need to be hostile. Learn to work with what you got. If you are using Internet Explorer, you can press F12 and that opens up a window called Developer Tools and you can do the same thing.
as soon as he said firebug i was like oh of course!!!!!! and did it myself. i was trying to do it another way that should have work but for some reason it wouldnt ty man
can you do this in real life ;O? firebug thingy
adofri 4 weeks ago
Wait... question. So you've changed the website, but only for you right? If someone else went to the website, it wouldn't look like the way you changed it to, correct? How do you make it so that everyone can view your changes? Help, anyone?
shockhawk 2 months ago
If your using google chrome like me, no add-ons are needed just right click on the website, select view page source, and find the value you want to change that cwade shows and just double click. Chrome lets you edit the code on the fly so just input the value you want and your good to go.
Tyler123931 3 months ago
Hey, do you guys know how to hack a java application?
Koolbocks 3 months ago
yo bro - i used fire bug, changed value to 1000, selected option 5, hit bote, and it took me back to HTS but it said ERROR: require_auth.. wtf?
scorchers18 4 months ago
@scorchers18
did you do basic 10? because you have to complete it before you can do realistic is what im geussing.
colloredbrothers 3 weeks ago
@scorchers18 Just log in on the left, you probably logged out accidentally or you changed browsers.
CorvetteBG 4 days ago
I did it with html:)
Gunandrun100 4 months ago
nice tut man, i love your hackthissite tuts! keepit up!
rotsebanotman 4 months ago
So if you did "Edit HTML..." and changed the value to 1000 how does it work out that it actually worked for the website? if you go to some amateur made website and "Edit HTML...", then refresh the site, it will not be what you changed it to. Then in the end, how is editing the HTML without anything actually staying the way you changed it, useful?
PEAKTYMEZBLUD 5 months ago
this is like a noob q but would this work for a site oh idk like ttg
PHGxCLOWN 6 months ago
@PHGxCLOWN
No and besides. It's illegal ;)
MugsM8 5 months ago
hey i can't download the firebug, and if i do it can't be installed cuz supposedly aint compatible with the Firefox 6.0. Do you know where i can download it?
MariaViridiana18 6 months ago
CS major here... You guys do know that doing stuff from "Hack this site" will not teach you shit, neither will it teach you how to "hack/crack" websites, right? It's just a waste of time for stupid people that believe it... If you really want to learn how to hack/program, get books on the following topics: C/C++, Perl, Python, MIPS/ARM assembly, (html, javascript you should already know), Networking (top to bottom approach) learn basic linux tools + linux (linux arch recommended), cya in 4 yrs.
Linux1man 7 months ago
@Linux1man thanks, any specific books that would help or just books on those languages in general??
Kiwimcb96 3 months ago
@Kiwimcb96
Good networking book is: "A Top-Down Approach by Computer Networking: A Top-Down Approach" - Kurose
Great hacking tools book: "Unix Power Tools" O'Reilly Series
The above assume you know how to program in at least one programming language... I would start by learning Java and eventually C. Learn Linux (start with ubuntu and work yourself up to Gentoo). When looking for a Java book make sure the book doesnt use an IDE (such as eclipse or BlueJ) and uses a simple command line...
Linux1man 3 months ago
@Kiwimcb96
After you feel comfortable with C/Java ans some scripting with perl, know a little javascript/html, then move on to hard stuff like assembly (start with MIPS or ARM then move to harder stuff like x86, etc... the registers and operators are similar...) Good luck
Linux1man 3 months ago
@Kiwimcb96
As far as programming books, any O'Relly book does a pretty good job... If you want to learn a simple language first (and move to Java/C later) learn something like Python (their website offers good tutorials)...
Linux1man 3 months ago
what are the "hackers" langauges. I mean like html and stuff. btw amazing videos
gmtknns 10 months ago
@gmtknns Perl is probably the biggest, but is overpowered now by Python. If you can accomplish the same outcome with the language of your chance, it means very little. I'd look for the most reliable approach rather than the fastest approach.
cwade12c 10 months ago
@cwade12c what do you mean by your last sentence?
gmtknns 10 months ago
@gmtknns python, pearl, php, java, C/C++. and then assembly for low level exploits, and also html and javascript for website/network hacks. Possibly also ruby (for metasploit).
UnknownGenius16 1 month ago
i have a question your changements with firebug have only local consequence, it*s not effective for real sites ?
justme20091 10 months ago
Comment removed
justme20091 10 months ago
You know that if you just highlight something in firebug and type something in that will edit it right.
N00bizme 11 months ago
Hi thans for the Vid, is there any one else that is battaling to accsess hts recenty, for like over a month now cant get in and says My user name does not exsist, thanx GOD BLESS
ChadDeLange 1 year ago
To do this wo/ any 3rd party tools, just look at the form html - it's processed via GET variables by "v.php" - look at the form html to get your PHPSESSID, the band id is 3 we'll pass it 1000 votes. Replace your session id in this url - and v.php will do the rest:
/missions/realistic/1/v.php?PHPSESSID=abcaeadfc31a5c43b2534bf995c0553f&id=3&vote=1000
I determined the v.php structure just by looking at my browser history from a test vote. Cheers.
ether9 1 year ago
Man i love your videos they are awesome bro
xxVampirePuppyxx 1 year ago
what languages you suggest?
TheRiyad1 1 year ago
if you want to hack you should know python and HTML right?
TheRiyad1 1 year ago
@TheRiyad1 Knowing languages is useful, but knowing these two in particular won't get you where you are probably wanting to go. Python and HTML are by no means "hacker" languages.
cwade12c 1 year ago
@cwade12c
So what are "hacker language"? What other basic tools should you have?
adamswise 1 year ago
So you can use firebug to alter webpages. Will the changes last? How common is it for a webpage to be alterable by something like firebug?
adamswise 1 year ago
@cwade12c I'm curently learning html and c++ what r ur recommendations ? BTW great vids!! and arent we technically crackers not hackers since we are breaking more than building?
DJDannyGrInGo 10 months ago
Comment removed
mikkygirl18 1 year ago
If only I had known about the "change html" option... If I had known about that, I would have finished this yesterday on my own. but nooo. 2 extra clicks to finish this.
fremmenista 1 year ago
Dude, is this legal? at all?
sammyzeus 1 year ago
@sammyzeus the site? yup. completely legal. even says so on the site =P check it out. it's amazing.
fremmenista 1 year ago
wow -____- take tht last comment back it turns out i had it but i wasnt logged in(dont even know how tht was possible) :'( woulda been the first mission i did on my own ... -.-
Ins4n3Guit4rist 1 year ago
ERROR:required_auth
Ins4n3Guit4rist 1 year ago
you can also just use inspect element in safari on mac. that lets you do exactly the same thing as fire bug. pretty easy
harmush 1 year ago
if i mess with my friends website with fire bug can they see it. i exited out and went back and it was all reset.
L1NDF1RE 1 year ago
an easier way than clicking through the entire tree structure with firebug is to use firebug's "Inspect Element" which is included in the more recent editions of firebug. just simply right-click on the dropdown menu and select "Inspect Element". it will take you directly to the code for that specific element. Cheers- Daedalus
daedalus357 1 year ago
any idea why firebug dosent work? (cant download)
doulikestawberrys 1 year ago
Finally you are using FireBug instead of yout stupid HTML documents!
kidel3 1 year ago
Comment removed
ibrahim7midan 1 year ago
Comment removed
ibrahim7midan 1 year ago
Comment removed
ibrahim7midan 1 year ago
I couldnt do the basic 6-10 but I did this in 1min :D
blaablaakas 1 year ago
@blaablaakas lol sames, not much javascript involved.. nice!
Obliviboy12 1 year ago
cwade... you can actually download add ons directly to the firefox browser just go to >tools> add ons> then get add ons > search and finaly install ... hope it helps!!!!! ^_^
MrKatal2hod 1 year ago
I freakin knew it was that straight away like two hours, my url redirect was wrong in my saved html doc. lol
xXxserenityxXx 1 year ago
yo guys heres somthing i just found out
In google "chrome" there is a "inspect element" built into it. Its the same as firefoxes firebug.
rerundadog 1 year ago
no shit
arbitterr 1 year ago
I tried modifying the webpage so his band was pasted to the top. Then I ran into a brick wall.
Coastergeekperson04 1 year ago
Comment removed
1chapper 1 year ago
it doesn't work.
it gives me an error message.
it says require_auth
SuperBang69 1 year ago
@SuperBang69 just sign in same thing
happend to me. :)
Kartten0 1 year ago
but you won't learn shit with firebug
Juhi04 2 years ago 18
@Juhi04 firebug is one of the best web tools in your aresenal maybe the reason you dont learn is that you are just copying what you see people doing on youtube without trying to think the problem through yourself first?
compoundguy 1 year ago
I don't know where the hell you read that but actually you're right, neither just copying or using firebug will help on people's hacking/programming skills.
Juhi04 1 year ago
@Juhi04 what do you mean i read it i simply composed a slightly elequent response to your mokey comment of "you won't learn shit with firebug" to prove your point wrong and how firebug is a very usefull tool and instatly I must have plagerised it from some where? has it occoured to you that some people have the neccisary ability to form a scentance with an actual meaning designed to help? your other comment blew me away totaly with your ability to re-word what I said in my other comment
compoundguy 1 year ago
@compoundguy Your viewing this for the same reason as anyone.
Podrocketpwnage 1 year ago
@Podrocketpwnage hey man i was only trying to help juh04 understand why firebug is actualy a good tool and also FYI i am not actualy looking at the vid for the reason you think, ive completed this mission and i was mearly trying to view all the possible ways of completing it, either way it shouldnt matter and i wonder why you would care so much about a conversation that doesnt actualy envolve you?
compoundguy 1 year ago
@compoundguy Now that I know what firebug is, I see your point about how firebug is useful. I used Paros to complete this challenge, which is basically the same tool as firebug. Although, you shouldn't condemn people for trying to learn by watching this video, when you want to learn from this video as well. It's as simple as that. Any comments you post to continue this, I wont reply to, because I've wasted enough time arguing with people I don't know on Youtube. You know what I mean.
Podrocketpwnage 1 year ago
@Juhi04 You're supposed to do the mission doing it with fire bug doesn't mean you haven't learned anything, You learned the same amount of hacking skills as everyone else... Just with firebug.
TheKillasProductions 7 months ago
tamper data will work
coder928 2 years ago
thanks for tutorial 1.. firebug is a very nice add for firefox. (:..
FunnyGreekBoy 2 years ago
if you havent got it, download it ^^
XxPlay9xX 2 years ago
what do we do if we dont have firefox?
failte182 2 years ago
well that's just too easy: I could figure it out myself... that says something...
imfase 2 years ago
what have you for firefox ?? i don't have the same as u got i think cuz i doesn't got the temperated data thing... ofc i have at the swedish version but i can't find it anyways:(
tobias4545 2 years ago
cuz its an add-on too, just like firebug, you add it to firefox...
dikkenicky 1 year ago
Works for fire bug but tamper data don't work
Wolf902 2 years ago
Tamper Data will work...
TheRedSoxAreAwesome 2 years ago
I don't see how it will work
Wolf902 2 years ago
great site but this is not the place to start all over.
EXTRA88PERFECT 2 years ago
If this mission were really realistic, you'd have to change the value back to 5 after voting, right? Otherwise, wouldn't the web admins pick it up?
MuhammadVonRaven 2 years ago
Nope, the copy that Firebug edits is a local copy stored only on your computer. If it was this easy to change a website, the web would have a serious flaw in it (Most sites wouldn't allow this kind of hacking, since smart developers will check for valid values for each input).
TheRedSoxAreAwesome 2 years ago
Wow, that fire bug thing is pretty cool
TwosComplement 2 years ago
How did u get that cursor
LilBOBeight 2 years ago
Couldnt tamper data and fire bug be use to get things cheap of the internet?
cottle9 2 years ago
na, most websites have higher security values and are reviewed by people. Especially if they're selling something.
evilbob0wns 2 years ago
Sorry...most developers check for valid values before executing the data from a form.
TheRedSoxAreAwesome 2 years ago
i jus downloaded opera is there any addons for opera that can do the same as firebug and tamper data?
DanielJennex 2 years ago
ich habs auch mit firebug gemacht ;)
aber hey wie geht das mit tamper data? Kannst du mir das pls erklärn? wär echt nice^^
M4XD4B0ZZ 2 years ago
If it says "require_auth" it just means you need to log back into the site. It took me a minute to figure out, but that's it. This method still works.
hitohiranohanabira 2 years ago
This comment has received too many negative votes show
i really love your tutorials bu you ve fucked up with firefox you have to realise that there re some eole that do not have fireox
PANOS5656 2 years ago
You're on the internet, download it, it's free.
cwade12c 2 years ago 43
@cwade12c Hello, I started off this website using Chrome, and now when i try to go into firefox, when i try and log in with my correct username and password it says my password is incorrect. help?
lalalalolnubed 1 year ago
@cwade12c
i would except ive done something complicated to it so i cant use firefox... :/
CaveofTwoLovers 1 year ago
@cwade12c
i would except ive done something complicated to it so i cant use firefox... :/
i can do the same thing, it just a little more complicated for me, but not really hard. if somone wants to know ill post a comment on how to. (not gonna put up a video)
CaveofTwoLovers 1 year ago
@cwade12c But most people (including me) do not realise the full potential of firefox and its addons, but I have a question which fire fox does tamperdata work on?
airsoftwarrior247 1 year ago
@PANOS5656 You can also do it with Safari.
vgalbin 1 year ago
@PANOS5656 Panopanopanopano.... Some things only firefox can do!
keithpetro 1 year ago
@PANOS5656 at least u regognized u were an asshole
chrimsilva 1 year ago
@PANOS5656 There's no need to be hostile. Learn to work with what you got. If you are using Internet Explorer, you can press F12 and that opens up a window called Developer Tools and you can do the same thing.
BlaineCobban 10 months ago
@BlaineCobban lol just about a year later i have learned so much more, plus firefox is the best browser ever! omg, i was sooo dump..
sorry
PANOS5656 8 months ago
your videos are the best explanations on the web.
keep up the good work man.
igotapochahontas 2 years ago
what should i do it says req_author to????
sbogu06 2 years ago
well i edit the value but with no success because it tells me same as miguelthemexican99 and says require_auth.
IshYaBoyPimpen 2 years ago
can you do it with internet explorer?
frozenchillpill 2 years ago
Tools>Developer Tools>???
IDK whats next but i can get where is the values of 1,2,3,4,5 of Raging Inferno
BrigidaGoneStupid 2 years ago
tamper data doesnt work, nothing appears thats changeable
merc174 2 years ago
The new one is terrible, he's using the old one.
DylanLFS 2 years ago
as soon as he said firebug i was like oh of course!!!!!! and did it myself. i was trying to do it another way that should have work but for some reason it wouldnt ty man
theabyscalls 2 years ago
when i used firefox to change it to 1000, i voted then it said require_auth.
miguelthemexican99 2 years ago
Lol I guset this add on lets you fk around with other people's websites
EazyMixes 2 years ago
can u do this with internet explorer?
J003S3PH 2 years ago
lol...
What i did was:
I used the "Inspect element" item on the right click menu in google chrome.
then i put
javascript:void(document.cookie="Authorized=yes")
into the URL box. But these ways work too.
moosemouse2 2 years ago
WHERE DID YOU GET THAT CURSOR ???
i've been searching my ass off trying to find a cursor like that !!!!
LEMME KNOW WHERE YOU GOT IT !!!!
DarkDant3 2 years ago
its from hypercam, when your recording you can turn it on -_-
poppycritch 2 years ago
baaah , can u keep it always like that ?
DarkDant3 2 years ago
Camtasia studio makes your cursor like that so that it will be easier for people to notice the cursor.
Mordiacr 2 years ago
The cursor is built in with his recording software.
Smt923 2 years ago
you could also do a simple php hack, by changing the values in the url
bem18bem 2 years ago
but my firefox does not have firebug or tamper data so what do i do???
theusedcomputers 2 years ago
download them
themanfromthehouse 2 years ago
search up firefox addon in google :D
HollowSunny69 2 years ago
yeah, i set it to 500000000000 just kept hitting 0 a whole bunch of times... i think they got to the top XD
fireyblackdragon 2 years ago
Comment removed
brutalmagnet 2 years ago
man your tha best
waring1414 2 years ago
Much appreciated. :)
cwade12c 2 years ago 4
i try that and i get an error code saying authorization is erquired... i do i authorize myself? do i have to save whatever i did on firebug?
elvislover718 2 years ago
Could you tell me what addons you use ? like that fire-bug or what you call it. ty
NoShit1005 2 years ago
firebug and tamper data
themanfromthehouse 2 years ago
Is it impossible on IE?
Netinterspace 2 years ago
This might seem stupid but aren't we the only ones to see that the band is number one in the top?!
Okay it is what HackThisSite asks us to do but as it is "realistic missions" how do we show the other guy this?!
Matthtz 2 years ago
Much easier way if you just take a look at the html and work with the sub-directories..
AEonBlue23 2 years ago
got any good videos of paint drying my friend.
johnny45irish 2 years ago
i sense a disturbance in the force
earthtoeric 3 years ago
lol.
johnny45irish 2 years ago
patience Luke.
johnny45irish 2 years ago
thanks man :D
Luukske13 3 years ago
damn im at aprentice now w00t!
hellow533 3 years ago
how do u do this mission with tamper data?
darkgearz 3 years ago
lo, use tamperdate alot
mapumac 3 years ago
dude you fuck around way too much
narutiza375 3 years ago
press on window key and U, cwade to use a better screen zoomer..
OlloX3 3 years ago
boss
CapitalJoe101 3 years ago
would this work for other websites?
pkwithobby 3 years ago
If they have the same vulnerability, sure!
cwade12c 3 years ago
Excellent work, as always C. Much Appreciated :)
sephirothsoul999 3 years ago
Thx much my friend,.
cwade12c 3 years ago
how do i get tamper data?
stuntmanxp 3 years ago
You should get Firebug, but for Tamper Data just google: "Tamper Data Firefox Addon"
cwade12c 3 years ago