2011. október 30., vasárnap

Vodafone Hack for Free GPRS

Followng are the Settings you require to configure on your Mobile:

Account Name: Vodafone_gprs
Homepage: http://live.vodafone.in
User Name: (no need)
Pass: (no need)

Access Point Settings:

Proxy: Enabled
Proxy Address: 10.10.1.100
Proxy Port: 9401
Data Bearer: Packet Data

Bearer Settings:

Packet Data Access Point: portalnmms
Network type: IPV4
Authentication: normal
User Name: (no need)
Password: (no need)

*IF that happen this settings is not working then change the proxy port number to:-

Proxy Port: 9401

2011. október 20., csütörtök

How to Hack 80% of every website?

Hello guys!

You want to learn to hack, stop asking stupid questions.

There is ONE tool, that was created originally to protect from hackers. Unfortunately, it's one of the best friends a hacker will ever have :

It's called Acunetix.

Acunetix is a tool that scans websites for known vulnerabilities. It will list all possible sql, xss, html injections, all java injections, all passwords and database weaknesses, all ftp weaknesses, etc. All form submissions exploits that the website can be targeted with. Remote upload and download vulnerabilities.

It will work in 80% of the cases, its database is updated regularly, but websites with latest updates and a good admin might not be targetable.

[Image: cwl-ico.png]

Download link (torrent/isohunt): http://isohunt.com/torrent_details/22323...ab=summary

Enjoy!

2011. október 17., hétfő

How to add 1-999 Fake Subscribers onto your Youtube Channel

What you need:

- A Youtube Account
- Inspect Element Option (Firebug [firefox] ect..)

Step 1.
Goto your Youtube Channel and find 'Themes and Colours'
Choose any colour and then select 'Show Advanced Options'

Step 2.
Right click on the Drop down box where the fonts are showing
and select Inspect Element (This is why you need firebug ect.)
You should then see something a little like this:

[Image: tut1r.png]

Step 3.
Right click on the (in blue) and press Edit at HTML. then change it to look just as:
Hackforums
Then go back on the Select font drop box and you should see a "Hackforums" like below:

[Image: ytube.png]
Select this and press 'Save Changes'

Step 4.
You should now see all the text on your channel is bold
Now goto 'Modules' next to Themes and Colours and UN-TICK the "Subscribers" and "Subscriptions" box's
~Save changes

Step 5.
Scroll down until you see 'Profile' and press the Edit button.

[Image: capturepyu.png]
I already done the subscriber thingy on this account thats why this shows 800 and odd subs
Now on edit you should see an option in the box called 'Channel Description:' Enable this if not already enabled and inside the box you MUST copy and paste the following:

Subscribers:                                          828
You can change the last 3 numbers but NOTHING else, as the spaces inbetween "Subscribers" and the Number "828" are not actual spaces.

Final time to press Save changes and you should have a good fake amount of subscribers.

2011. október 16., vasárnap

Premium Accounts…!! { 16 Download Sites

1.) www.divxcrawler.com {download movies fastly}

Username : divx273
Password : 8342729

2.) www.butterflydownloadnetwork.com {movies, music, Pc Games, Tv shows}

Username : cinemanetwork20
Password : butterfly20

3.) www.downloadprofessional.com {movies,Pc softwares, Pc Games, Tv shows}

Username : lo886Ees
Password : zAgt88er

4.) www.sharingzone.net {movies, Pc softwares, Pc Games}

Username : LODMQYHX
Password : 375021402
Receipt : 4T5W89RD

5.) www.unlimitedgamedownloads.com {movies, Pc Games, psp softwares}

Username : ga20me
Password : ke01feb

6.) www.watchdirect.tv {movies, music, Pc Games, online Tv}

Username : cinemanetwork20
Password : butterfly20

7.) www.fullreleasez.com {Greatly Every thing}

Username : Af872HskL
Password : XjsdH28N

8.) www.fulldownloads.us {Greatly Every thing}

Username : Af872HskL
Password : XjsdH28N

9.) www.pirateaccess.com {Every thing}

Username : yourfrienddalat@gmail.com
Password : CHh5LKPI

Username : xxx_heel_xxx@yahoo.com
Password : MJY0BUY

Username : i_l0ve_u_786@yahoo.com
Password : rYvLgPrt

Username : mubashar_siddique@yahoo.com
Password : F9Gzgwb5

10.) www.warezquality.com {Every thing}

Username : ageg2020
Password : z8fsDfg3

11.) wwww.warezreleases.com {All Stuff}

Username : HnRPxKQz
Password : a59KBV7

Username : a25bipZP
Password : 1TeVnoJb

Username : SHYyJfWU
Password : P4K20uO

12.) www.fulldownloadaccess.com {All Stuff}

Username : mpuv3y
Password : umvpy3x

13.) www.alphaload.com {All Stuff}

Username : AL3429352
Password : ykbcKTNS

Username : AL3429355
Password : RCHAbhKM

Username : AL3429350
Password : gMZNFcyS

Username : AL3429351
Password : cTAkWAxc

Username : AL3429352
Password : ykbcKTNS

14) www.gamedownloadnow.com {All Stuff}

Username : ga20me
Password : ke01feb

15.) www.unlimiteddownloadcenter.com {All Stuff}

Username : cu20me
Password : ke01feb

16.) www.tvadvanced.com {online Tv}

Username : mv03dl
Password : frmvdl

Sql Injection attack with Havij

SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution. Any procedure that constructs SQL statements should be reviewed for injection vulnerabilities because SQL Server will execute all syntactically valid queries that it receives. Even parameterized data can be manipulated by a skilled and determined attacker.

SQL Injection can be done by manually injection or via automatic tools. Automatic tools are easy to use and do not require much technical knowledge.

In this tutorial we will discuss Havij. Havij is an automated SQL Injection tool that helps penetration testers to find and exploit SQL Injection vulnerabilities on a web page.

  • You can download havij from here.
  • We will use google dorks to find the vulnerable websites, there is a big list of google dorks which I will post in my future articles but at this time we will only use the following:

inurl:index.php?id=

inurl:trainers.php?id=

inurl:buy.php?category=

inurl:article.php?ID=

  • Just search google using one of the dork and you will see a lot of vulnerable websites.
  • Open any one of the website than put after the link look:
  • If you get the following SQL error, that means the website is vulnerable to SQL-injection attack.

  • Now open Havij and paste the link without ‘

  • Now we have to find the columns of the database.

  • After this you will be able to find the admin id or password but remember normally web server uses MD5 encryption technique, you have to decrypt this password use havij option MD5 or you may read our tutorial on Cracking MD5.

  • After decrypting the password, you have to find the admin login page of the website. To do that use Havij options.
  • Now you may login as the admin user and control the website as you want.
  • H@ppy H@cking

How to Hack Gmail or Yahoo or Hotmail or Any Other

First of all you need to create an account in a form handling service. In the registration form enter your email address in the field “Where to send Data” and in redirect enter the URL of the site whose account is to be hacked( For Yahoo it will be http://mail.yahoo.com and for google it is mail.google.com/mail). After registering you will get an email from the web form designer with your form id.

Now follow the following steps :

  1. Open the website of HotMail or GMail or YahooMail, its your wish. If you want to HACK yahoo id, then goto www.yahoomail.com
  2. Now press “CTRL+U”, you will get the source code of yahoo page. NOw press “CTRL+A” copy all the text.
  3. Open NOTEPAD, now paste it here. SAVE it as YAHOOFAKE.HTML
  4. Now open the the file yahoofake.html using noepad, here you ll find a code which starts with
    ( This code is for Yahoo. For any other site this code will be different but you need to find the code starting with (form method=”post” action=”xxxxxxxxxxxxx”))
  5. Now in place of (form method=”post” action=”xxxxxxxxxxxxx”)
    put the following code after placing your form id:

Now Save the yahoofake.html.

To hack the victim’s password and username the victim has to login through this page. Many people had sent me queries about how to make someone login through your link in the previous version. I have the solution for that also.

First of all upload your page using some free webhosting services. Tip: Register to those webhost which don’t give their own ads and which gives URL of type “your site name.webhost.com”.

Now select your site name as mail.yahoo.com/support. You can also add some rubbish numbers and make is very long so that the victim does not see the name of webhost in the link.

Now send a fake mail from support_yahoo@yahoo.com to the victim’s email address with subject ” Account Frozen” and in the mail write that Due to some technical errors in yahoo we need you to login through this link otherwise your account will be frozen.

After reading this your victim will click and login through the page you created and as you have give the redirection URL as the URL of the site itself so it will goto the login page again and the victim will think that he might have given wrong password so the page came again but in reallity the username and password has been sent to your email account you specified and the victim is still not knowing that his account is hacked.

If you have your own ideas plz write it as comment to this post. Your participation is always appreciated. Good Luck !

How to Control a Remote Computer using Lost Door

Remote Administration tools also known as RAT are windows Trojans or in simple terms programs used by a Hacker to get administrative privileges on the victim’s computer. Using a RAT you can do a lot of cool things such as “Upload, delete or modify data” , “Edit registry”, “Capture victim’s screen shot”, “Take control of victim’s Computer”or “Execute a virus” just with a click of a button.

Throughout this article I will teach you how to use Lost Door, a Windows RAT, to control and monitor a victim’s computer remotely.

Disclaimer: Coder and related sites are not responsible for any abuse done using this software.

Follow the steps below to setup a server for Lost Door.

  • Download Lost Door from here . (Update: In case the given download link doesn’t work, use this secondary download link. The password to unzip this file is “ehacking.nethungry-hacker.com” without double quotes.)
  • On executing the download file, you will see the following screen. Accept it

  • After it is open, right click on the window and click on create server

  • Now enter your IP address and DNS here. Leave the rest of the field as it is.

  • Now click on the ‘Options’ tab and choose the options as you want. To activate an offline keylogger is a good practice.

  • Now go to ‘Advanced’ Tab. There will options related to spreading. This will be used in case you have more than 1 victim.

  • Now just go to the ‘Create’ tab and click on create server. Your server is ready for use now and now send it to the victim.

Sending the server file to your victim

This is the most important thing after you have created your server file. If you want to take control on a single computer than you have to send this server file to the desired victim but if you want to affect more and more people than you have to use some spreading techniques.

  • If you have physical access to the victim’s computer then take the server file in a pen drive and just double click on your server file once you have injected the pen drive into that computer.
  • For those who don’t have physical access can use social engineering in order to get the victim execute that file on his computer.

Using Spreading to affect multiple victims

If you have more than one victim, then you have an option of using spreading technique. You might think that by creating multiple server files you can control multiple users. But here is a secret about spreading. When you select the spreading option, the server file will act as a worm which will spread itself across different computers via Email or any other channel. So your burden will be only to get one victim to execute that file on his computer, the remaining job of getting other victims will be done on its own.

Free Unlimited 3G Service on Tata Docomo


Hello Friends,

Are you tired of using the low speed 2G service? I know your answer is ‘YES’. We all want to lay our hands on the latest high speed 3G service which gives a download speed of 500 kbps to 1000 kbps. Today I will show a trick using which you can use unlimited 3G service for free.

Requirements

  1. Tata Docomo SIM Card with a balance of more than Rs. 1
  2. 3G enabled cellphone

Steps

  1. Create New Access Point Using Below Configuration and restart your cellphone.
    • Name : Tata Docomo or any
    • Access Point ( APN ) – tata.docomo.dive.in
    • Homepage : www.google.com or any
    • Proxy : 202.87.41.147
    • Proxy Port : 8080
    • Username : leave blank
    • Password : leave blank
  2. Download Operamini 4.2 Handler Browser
  3. Open your Opera mini handler and do the following changes in the Setiings:
    • Set Divein Settings as Default Settings For Opera Mini
    • Set http in Custom Field in your Opera Mini handler
    • Set Socket Server to http://203.115.112.5.server4.operamini.com ORhttp://10.124.72.171.server4.operamini.com
    • Keep Proxy Type as blank (Don’t Enter Anything in Proxy Server Field)
  4. Done!! Now use your free unlimited 3G service. Enjoy!!

Hack Your Victim Fully

Ok Guys Nows Your Day Today Hope its Good ,Well Em Going to Post A Tut For My Fans Coz all are Requesting Again & Again so Here is the tut Begin
Author : Mr.MindfReak
Title : Hacked Your Victim Fully [Totally]
Our Blog : http://hackguide4u.blogspot.com

Description[Read Carefully]:
Ok So The Trick From Which You Are Going to Learn "Title : Hacked Your Victim Fully [Totally]" Is Called 'Rat'
Rat:''Remote Administrative Tool''

So For Using Rat U Have Speacial Thing To Be Which Is ''Open Port'' Which u can open by Routers Or See Below How To Port Farward And Make "Open Port"
Note : "If You Dont Have Router To open Port use Vpn Coz Vpn Open All Ports"

Ok So how To Setup Rat see,

First you need to download these two files:

No-ip DUC : DOWNLOAD
Spy-Net RAT: DOWNLOAD [Password is Spy-Net]

Second We Need To Setup No-ip Account:
1. Go to www.no-ip.com
2. Create a new account
3. Confirm it from your E-Mail
4. Login To No-IP website
5. Select Add a host
6. Click Create Host
7. Write what you want the name of your No-IP address to be

[Image: igQE.png]
8. Click Create Host
9. Download No-IP DUC , Install it , then login with your Email and password.
10. Once you do You will see your server there. Click on the icon and it will be smiling. (:D)


Port forwarding.

I Will not explain that much ,
1. Go to http://www.portforward.com
2. Click CTRL+F
3. Select Your Route

4. Follow the guide and do this with the port 81


Now How to Setup SpyNet[Rat]

[Image: spynet26989.png]

1.First of all , Open the Spy-Net , you will get a popup with some weird language , click NO.
2.On Spy-Net , click START and then Opces -> Idioma -> English.ini (thats for changing language of spynet , Default is spanish or something)

Okay so now , I uploaded pics for it to be easier.

1.Go to File -> Create Server -> Select any of the profiles

Connection
[Image: icvK1s.png]

Where it says "Your_Dns_here" Click once on it and click DELETE. Then click ADD and write your No-ip adress , and click Add or OK i dont know what it was

Installation
[Image: icvM90.png]

Leave everything as it is... ( these the options i use personally)

KeyLogger
[Image: icvSXO.png]

Okay , so i guess everyone wants the keylogger , so select it.
And i prefer using the Backspace option too , as if someone logins to facebook , and his email is mrmindfreak@hotmail.com , and he misspelled something and it showed as mrmindfreak@hotmail.com , im sure he will use backspace and fix it , so this will be recorded on your keylogger and you can get the passwords easier :)

Anti-Debug
[Image: icv1qi.png]

Okay select all of them , if you want to test it on sandboxie , unselect the first one :)

Final Step
[Image: icrzVc.png]

Chose anything you want , for changing the icon click on the Picture icon on there and select any .exe or .ico files...And Click On Creat Server You Done , Now Gave u Server to Your Victim And When He Opened it u will Get His Pc On 'Rat' Like Below Pic.

[Image: spynet26989.png]
Note : Your Server is DAetecable Coz its A Trojen So Make it Fud By Using Some Crypters And Bind it And Spread You Can Search Binding Tut On Blog

Thanx,
Mr.MindfReak

Google trick to find private pictures!

Maybe you are a "voyeur".

Maybe you need some pictures for your school work.

Of course you can go to a dedicated website where you can find lot of free pictures.

But you can also dig some private pictures directories.

Try this little code in Google, you may find lot of Non public pictures
Quote:
intitle:index.of +"Indexed by Apache::Gallery"
search by adding a word at the end, for example:

Quote:
intitle:index.of +"Indexed by Apache::Gallery" +paris
I just realise that maybe some of you guys use Apache Gallery for your own private pictures.

If you want to verify if your own private pictures ares indexed, just paste this code in Google.

Quote:
site:www.YourSite intitle:index.of +"Indexed by Apache::Gallery"
(Replace YourSite by the server hosting your pictures (your URL.)