Hack Forums

Full Version: How to hack a website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
This was made by StarwizPinch him lol. But, I think it was a really useful tutorial and should be re posted. It was different when he posted it because he had scanning results but it still useful =P.

*Made by Starwiz*
*Reply if you like it, or if there is something wrong, or, just a comment :P*

First, you want to find out as much about it as you can. So, first, you want to port scan it with nmap (I think its the best port scanner)
Code:
nmap -sT -O -p 1-250 -vv www.thesiteyouwishtohackgoesrighthere.xxx

So, me example would be.
Code:
nmap -sT -O -p 1-250 -vv www.mchs.gsacrd.ab.ca

By the way, that is my school site, hack it if you want to :P

Sometimes, it will say that the site is down, if so, put the -P0 at the end (Its a 0 not a o)
So the example would be.
Code:
nmap -sT -O -p 1-250 -vv www.mchs.gsacrd.ab.ca -P0



Alright, now, say that the site has a firewall, so that would mean, that your scan would say 0 open ports :(
But, don't worry. It is still possible to get into the site.

So, next thing you need to do is download netcat
Then, type this is :P
Code:
nc -vv www.mchs.gsacrd.ab.ca 80


Then, when something pops up, you may need to type
Code:
GET test


Finally, we have most of what we need.


Next, we telnet to all of the open ports (If you get any)
So, to search for the exploit, I would search SSH then (Ctrl+F) 2.0
I would do that for every port I could find open.

Then, look for some exploits for the server type.
To do that, you would search for the server type and version.
MY ecample would be.
Code:
Apache

Then, (ctrl+f) 1.3.41
Then, edit the exploit so that it works onto your site (The one you are hacking) then compile the exploit, run it.

And, if you get a good exploit, you will get into the root of the website, and be able to edit any part of the site you want.
The sky is the limit.

(I think this should be made sticky again)
Great
I'v not been able to make this work but i should soon
I don't understand how to use the exploit on the site
just complie them!t-bolt
How do I port scan? Yes, I'm a complete noob.
just download the nmap for your system and put the command and the site you want to hack!simple!
i dont understand anyting about this lol
We will use type of hacking for the biohazard.clanteam.com attack.
How do you compile the exploit? I already got to that, and starwiz was guiding me through pm's but obviously... So can someone tell me?

Thanks in Advance :D
it is up to the exploit.if it is a perl exploit you need to save it as sth.pl and install the active state program then go to cmd and and go to the location where the exploit is.then type perl sth.pl and the exploit will run.
If the exploit is to c++ you need bloodshed to compile them.
If it is python you need the python program if you want to ask me sth more add me ps3fan!
Where can I download the nmap?

And, which version (if I'm correct) do I download at nmap.org
Pages: 1 2 3
Reference URL's