Skip to main content

A Guide to the Easiest Hacking there is

NETWORK TECH WORLD


                          _________  ___  _______      
   \~=._      _.=~/      /   _____/ |   | \      \       \~=._      _.=~/ 
    \   ~=__=~   /       \_____  \  |   | /   |   \       \   ~=__=~   /
     \_.=~  ~=._/        /        \ |   |/    |    \       \_.=~  ~=._/ 
 _.=~ \        / ~=._   /_______  / |___|\____|__  /    .=~ \        / ~=.
L------\------/------7          \/               \/   L------\------/------7
        \    /                                                \    / 
         \  /             http://www.sinnerz.com               \  /   
          \/                                                    \/
OK, this is my mini guide to the easiest 'hacking' there is ( I think ) if any
one knows different then mail me and tell me :) .
Most FTP servers have the directory /pub  which stores all the 'public' information 
for you to download. But along side /pub you will probably find other directorys 
such as /bin and /etc    its the /etc  directory which is important. In this directory 
there is normally a file called passwd.  .   This looks something like this :- 
root:7GHgfHgfhG:1127:20:Superuser
jgibson:7fOsTXF2pA1W2:1128:20:Jim Gibson,,,,,,,:/usr/people/jgibson:/bin/csh
tvr:EUyd5XAAtv2dA:1129:20:Tovar:/usr/people/tvr:/bin/csh
mcn:t3e.QVzvUC1T.:1130:20:Greatbear,,,,,,,:/usr/people/mcn:/bin/csh
mouse:EUyd5XAAtv2dA:1131:20:Melissa P.:/usr/people/mouse:/bin/csh
This is where all the user names and passwords are kept. For example, root is 
the superuser and the rest are normal users on the site. The bit after the word 
root or mcn such as in this example (EUyd5XAAtv2dA) is the password BUT it is 
encrypted. So you use a password cracker....which you can d/l from numerous sites 
which I will give some URL's to at the end of this document. With these password 
crackers you will be asked to supply a passwd. file which you download from the 
\etc directory of the FTP server and a dictionary file which the crackers progam 
will go through and try to see if it can make any match. And as many people use 
simple passwords you can use a 'normal' dictionary file. But when ppl REALLY don't 
want you to break their machines they set their passwords to things such as GHTiCk45 
which Random Word Generator will create (eventually ). Which is where programs such 
as Random Word Generator come in. ( Sorry just pluging my software ) 
BTW the bad news is that new sites NORMALLY have password files which look like this :-
root:x:0:1:0000-Admin(0000):/:/sbin/sh
The x signifies shadowed - you can't use a cracker to crack it because there's nothing 
there to crack, its hidden somewhere else that you can't get to. x is also represented 
as a * or sometimes a .  Ones like the top example are known as un-shadowed password 
files normally found at places with .org domain or .net and prehaps even .edu sites. 
(Also cough .nasa.gov cough sites).
If you want a normal dictionary file i recommend you go to 
http://www.globalkos.org and download kOS Krack which 
has a 3 MEG dictionary file. Then run a .passwd cracking program 
such as jack the ripper or hades or killer crack ( I recommend ) against the 
.passwd file and dictionary file. Depending upon the amount of passwords in 
the .passwd file, the size of the dictionary file and the speed of the processor 
it could be a lengthy process. 
Eventually once you have cracked a password you need a basic knowledge of unix. 
I have included the necassary commands to upload a different index.html file to 
a server :-
Connect to a server through ftp prefably going through a few shells to hide your 
host and login using the hacked account at the Login: Password: part.
Then once connected type 
dir or list 
If there's a directory called public_html@ or something similar change directory 
using the Simple dos cd command ( cd public_html )
Then type binary to set the mode to binary transfer ( so you can send images if 
necassary )
Then type put index.html  or whatever the index file is called.
It will then ask which transfer you wish to use, Z-Modem is the best. 
Select the file at your end you wish to upload and send it.
Thats it !
If you have root delete any log files too.
Please note that this process varys machine to machine.
To change the password file for the account ( very mean ) login in through telnet 
and simply type passwd at the prompt and set the password for the account to anything 
you wish.
Thats it....if ya don't understand it read it about 10x if ya still don't ask someone 
else i am too busy with errrr stuff..
Links :-
http://www.sinnerz.com  Where you got this I hope.
Stay cool and be somebodys fool everyone
Darkfool
darkfool@pancreas.com
http://www.sinnerz.com

Comments

Popular posts from this blog

What is network

NETWORK TECH WORLD What is network  A network is a group of devices, such as computers, servers, and printers, that are connected together and able to communicate with each other. Networks can be classified based on their size and scope, such as a local area network (LAN), which is a network that is confined to a small area, such as a single building or campus, or a wide area network (WAN), which is a network that spans a large geographical area, such as a city or a country. Networks can also be classified based on their communication protocols, such as the Internet, which is a global network that uses the Internet Protocol (IP) to connect devices around the world.

Google Tricks

AA few things you might want to try with Google: Hand type the following prefixes and note their utility: link:url Shows other pages with links to that url. related:url same as "what's related" on serps. site:domain restricts search results to the given domain. allinurl: shows only pages with all terms in the url. inurl: like allinurl, but only for the next query word. allintitle: shows only results with terms in title. intitle: similar to allintitle, but only for the next word. "intitle:webmasterworld google" finds only pages with webmasterworld in the title, and google anywhere on the page. cache:url will show the Google version of the passed url. info:url will show a page containing links to related searches, backlinks, and pages containing the url. This is the same as typing the url into the search box. spell: will spell check your query and search for it. stocks: will lookup the search query in a stock index. filetype: will ...

Network Protocols

NETWORK TECH WORLD A network protocol is a set of rules and standards that define how devices on a network should communicate with each other. Network protocols govern everything from the type of cable that is used to connect devices to the way in which data is transmitted between them. There are many different types of network protocols, each of which serves a specific purpose. Some common examples include: TCP (Transmission Control Protocol): This is a connection-oriented protocol that is responsible for breaking up data into packets, transmitting the packets over the network, and reassembling the packets at the destination. TCP is a reliable protocol that ensures that all packets are delivered to their destination. IP (Internet Protocol): This is a connectionless protocol that is responsible for routing packets between devices on a network. IP is an unreliable protocol that does not guarantee that packets will be delivered to their destination. HTTP (Hypertext Transfer Protocol): Th...