Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


how to deface a website filter_list
Author
Message
RE: how to deface a website #11
My pleasure man Smile
[Image: IRlys.png]

Reply

RE: how to deface a website #12
dang.. now i would like to test my school website too XD
The statement below is true,
The statement above is false.
[Image: icanseeyou1234.jpg]
I am The ONE Who Cannot Resolve R.A.T. Setting Since 2011!

Reply

RE: how to deface a website #13
dang.. now i would like to test my school website too XD
The statement below is true,
The statement above is false.
[Image: icanseeyou1234.jpg]
I am The ONE Who Cannot Resolve R.A.T. Setting Since 2011!

Reply

RE: how to deface a website #14
hahaha go.Smile)

Reply

RE: how to deface a website #15
First of all if you are on this forum, i think you already have installed a linux distro on your system.
so here we go step by step :
1. Use port scanner tools like nmap, W3af, Nessus and many more. (These can also be used further not limited to port scanning)

2. Use Nikto to find vulnerabilities on a webserver.

3. Regarding your question about "How to find admin page" If the target website is nothing more than a simple HTML doc then you can find OS of the webserver using nmap (nmap -sV www.target.com) and try going to cpanel directly by puting port number next to URL in address bar like:
(my school's website is www.ngfssaket.com) - (In the address bar : http://www.ngfssaket.com:2082) you are lucky if it works else try using ADMIN FINDER Software. Most easy to use is HAVIJ (Google it and download).

you can use havij for SQL Injection if the website pattern goes like : www.target.com/anything.php?q=1234 can also be used if the website is in .asp or .aspx

4. About Nikto it is useful in case you are planning to a do a serious attack on your target. It can help you in finding various vulnerabilities including HTTP methods, CGI, Database etc.

5. you can also use NETCAT to do HTTP attacks
COMMAND (Post installation)
nc www.target.com [PORT] usually the port is 80 i.e., TCP
after that you write OPTIONS / HTTP/1.1

Though OPTIONS method is not counted as a vulnerability but it can help you in finding other lot of vulnerabilities. This is what makes OPTIONS method enabled on a webserver a dangerous thing.

Hope this helped you Smile Good Luck
Don't do any black hat activities unless you feel comfortable with it.
[Image: cooltext980231940.gif]

Reply

RE: how to deface a website #16
man.. i have uploaded a shell to a website but i don't know how to access this shell i don't know its link in website.. please help me...

Reply

RE: how to deface a website #17
(04-03-2013, 02:05 PM)crazydude Wrote: man.. i have uploaded a shell to a website but i don't know how to access this shell i don't know its link in website.. please help me...

Use black widow to scan website and select download file while scanning this will show you all the files that are present on webserver, checkout the folders to make url out of this like

target.com > httpdocs > shell > shell.php
so the url will be www.target.com/shell/shell.php

It may help you in confirming whether the shell has been successfully uploaded or not.
[Image: cooltext980231940.gif]

Reply

RE: how to deface a website #18
a big thanks virusreloaded,Smile i will practice it.Smile

Reply

RE: how to deface a website #19
I learned some new things from this thread, good luck to you OP.

Reply

RE: how to deface a website #20
I learned some new things from this thread, good luck to you OP.

Reply







Users browsing this thread: 1 Guest(s)