Thirteen Years of Service
Posts: 9
Threads: 0
RE: how to deface a website 10-23-2013, 08:38 PM
#31
Learn the vulnerability xss & sqli & rfi & lfi basing vuln
•
Thirteen Years of Service
Posts: 9
Threads: 0
RE: how to deface a website 10-23-2013, 08:38 PM
#32
Learn the vulnerability xss & sqli & rfi & lfi basing vuln
•
Thirteen Years of Service
Posts: 9
Threads: 0
RE: how to deface a website 10-23-2013, 08:38 PM
#33
Learn the vulnerability xss & sqli & rfi & lfi basing vuln
•
Twelve Years of Service
Posts: 34
Threads: 2
RE: how to deface a website 12-30-2013, 12:39 PM
#34
get access to the ftp server of the website, edit the files inside the folder that contains, php and html files. Its not easy to do it on a real website. but if you have your own website you can try scanning it with nmap, brute-force the ftp login. and then once you get the login credentials you have access to the php and html files. this is much useful because you can also execute php codes that could harm the system.
you would need the ff to to what i said above:
nmap
thc-hydra
a good list of possible passwords written in a textfile
a lot of time
a lot of effort
•
Twelve Years of Service
Posts: 34
Threads: 2
RE: how to deface a website 01-02-2014, 01:42 AM
#37
Here's what I do when I want to deface a site.
1. scan for open ports on the website. small sites have port 21 (ftp) or port 22 (ssh) or port 3306 (mysql) open.
2. if i see those port open i try to bruteforce passwords for root.
3. while waiting for brute force results or if ports are not open then i try sql injection
4. if sql injection fails i try to find other vulnerabilities on the server.
5. worst case scenario would be no vulnerabilities are exploitable on the server, in that case I would create a virus and wait for it to reach the server.
•
Twelve Years of Service
Posts: 81
Threads: 12
RE: how to deface a website 03-06-2014, 03:48 AM
#38
there are so many post online to learn. manual sqli is incredibly fun. its like a chess game, but you can always start with havij just torrent it and try it out. Good Luck
•
Ten Years of Service
Posts: 26
Threads: 3
RE: how to deface a website 08-24-2018, 12:13 AM
#39
check havij tutorial here.
•