Delicious Digg Stumble Technorati Reddit Yahoo
Showing posts with label Hacking. Show all posts
Showing posts with label Hacking. Show all posts

Anti Leech Hacking Tutorial

I was just asking to know if there is some audiance before
here is my methode
for hacking anti leech
we gona use a soft calde proxo mitron
proxomitron is an anti bull script web proxy it' works buy applying some rules to elliuminte pop up and many other thing but for our cas we need to desactive all this filtring first goto
w-w.proxomitron.info
download a copy of the soft
then you need to unselect all the option of the soft
and clik on log window
no go to a anti leech web site
use the plug in and not netpumper
in the plugin
add a proxy
you must put this proxy adress
127.0.0.1 8080 for http
the same for ftp
now select the file to download a click download
watch in proximitron log winodws you will see many internal forwarding
if the file are located in a ftp server
proximitron dont handel them
and you will find an error
in a ftp adress
if it's a http adress
you will find some thing like
get /blablalma/bla/file
site tr.com
and you have foudn the adress
it' tr.com/blabla/file

Free Access To Websites Without Registering

Go to

-http://bugmenot.com/

and type the URL of the website you want to log into.
Examples:

-http://www.nytimes.com/, -http://www.winnetmag.com/
etcetera.

Another (and better) way is changing the user agent of your browser to:
Googlebot/2.1+

-http://www.googlebot.com/bot.html

This is very easy in Mozilla's Firefox. Download and install the User Agent Switcher from

-http://www.chrispederick.com/work/firefox/useragentswitcher/
and add the Googlebot user agent.

Have fun, Dead Dreamer!

-]Edit[- Now this kicks ass, was just browsing entire forum without even needing to login to view restricted areas, and it works on other sites
And no, you cant access the hidden forums either, already tried that.

Get Unlimited Bandwidth From Your Host For Free

NOTE: This applies only to specific hosting companies, due to the specific setup needed and does have its drawbacks.

While setting up hosting space with a specific company I often deal with, I noticed that they used a shared IP. (IP shared by two or more websites/domains.) Well, the rates for unlimited bandwidth were around $50+ per month, which I found unreasonable. I didnt require much space, and didnt want to be limited to a mere 3 gig of traffic per month.

Back on track... When setting up the acct, the hosting company needs to know the domain name so that they can direct it accordingly.
(example: 'http://www.123.4.567.890/~user1/ , 'http://www.123.4.567.890/~user2/ etc)

At this point you can give a url that doesnt belong to you at all. As long as the nameservers dont change, that should have absolutly no negative effects on you or your site whatsoever.

How it works is this:
The host propogates you a certain amount space on its servers, and monitors the traffic that enters their space through the domain its registered under. Being that the domain isn't connected to the site at all, it registers ZERO traffic.

Zero traffic registered = can't possibly go over bandwidth restrictions can't possibly go over bandwidth restrictions = free unlimited bandwidth

Now the problems with this (besides the ethical ones) is that your host may offer X amount of mail addys with the acct (you@y...) and these will not work, as the name isnt on their DNS. However, some domain companies allow you to set it up regardless. Another problem seems to be strictly cosmetic, but can be
highly problematic... Once you attach the domain you want onto the site, each page comes up/w the ip/UN the host propagated to your acct. Its at this point where you have to have a phenominal 10-15 character alphanumerical or better (#, &, etc) pw, or your site will be vulnerable to attack since the attacker already has your UN. This only gives attackers a slight advantage as the amount of time it would take to brute force a 10 character pw @ a rate of 1,000,000 per second is 10 years. Add numbers and case sensitivity to that and it
becomes approx 26,980 years.

While I'm on it, I may as well add that if you use this method, obviously you are going to be using the lowest cost hosting plan available, which in turn will offer the least amount of space. Thats why free hosts were invented.

Free hosts suck as a general rule. Who wants a site smothered in ads? However, if you upload all your programs, graphics and other large files (have a backup of course) to a reliable free host and target
them accordingly from your site you have just freed up a significant amount of space. The only setback/w this is having to keep an index card or file around/w your pws, as you should never use the same one
twice, and want to use complicated ones.

How To Download Directly From Crackdb.com

Some of you may not know this, others may already knew it, however, because of Sod rules which do no not allow indirect crack links, and because CrackDB is a very good resource for cracks, i will show how to post links that lead to a direct download from CrackDB.

The CrackDB server sends the archive of a crack as an attachment to the respond for an HTTP request made by your browser, this means you (and your browser) will never know the real location of the file, because of this you can't post a direct link to the crack in your topic.

Using the Referer variable we can overcome this problem, but what referer to use? if you used the domain name http://www.crackdb.com/ you will get nothing but a useless image file.

The correct refere is shown on your browser address bar. For example, if you want the crack for IsoBuster Pro v1.6 you just type the name in the search box and press Enter, the next page displays a list of items that match or nearly match your search keywords, click on IsoBuster Pro v1.6 from the list and you are now in the download page, the hyperlink named "Download" is the link that initiates the request to the server to download the file, which looks like this:

http://www.crackdb.com/x.php?id=12356

The referer is now displayed on your browser address bar, which looks like this:

http://www.crackdb.com/get.php?id=12356

Now, you use both links to refer to a direct crack download from CrackDB, like this
Fix:
http://www.crackdb.com/x.php?id=12356
Use this referer:
http://www.crackdb.com/get.php?id=12356

Any member now can copy & paste the links into his/her download manager and start downloading immediately.

I hope you find something usefull here. Thanx for reading this.

Awesome Javascript Tricks!

Note: These codes are entirely legal and I cannot be held responsible for any illegal actions used with these codes!

Let me explain,
You take a code you find on here, you copy & paste it into your web-address bar  Press enter, and it "preforms" a trick!
If you like these codes, please post containing some of your javascript codes. If there is a space between java and script, please remove the space.
What I have so far:

Code:
javascript: contentBodyEditable="true".DesignMode="message"
Enter this in the web-address bar and press enter, it deletes everything on the page a replaces it with what you entered for "message" (Leave the quotes in)
I actually found that last one on accident...While trying to remember this one:

Code:
javascript: document.body.contentEditable ='true' document.designMode='on'; void 0
This will allow to resize all of the images on the page, and add and remove text without entering any code! - All credits of the finding of this code to GreenDiamond Worlds :: Forums.
Next.

Code:
javascript: alert('message here');
Replace 'message here' with your message (Example: 'hi') While leaving the 's in. This will make a pop-up message saying your message.

Code:
javascript: back();
OR
Code:
javascript: forward();
These take you forward or back one page.

Ok this is a long one, so just copy & paste, NO EDITING:

Code:
javascript: R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

Use this one to make all the pictures on the page fly around the screen! (Works on any page)

Download From A Paypal Site Without Paying A Penny

Just a little basic html tip for those who are trying to download an application from sites which has an paypal order page

Use a proxy when you try this to hide your ip as some sites will record your ip when you connect for security.

1) Rightclick your mouse (ctrl+click) viewsource and open the source of the site in an a texteditor
2) Search for the word "return"
3) Next to it you can find the url for the thank you page
4) Copy the url and paste it in your browser and you will see the download link

This works only if you can download instantly after payment, it will not work if the link needs to be emailed to you.

Enter Any Website's Vip Section Without Password

This summary is not available. Please click here to view the post.

Hack Your Broadband!!No Risk!

Step 1: Download any port Scanner (i preffer Super Scan or IPscanner)

Step 2: First Get your ip from
CODE www.whatismyip.com
Asume your IP to be 59.x.x.17

Step 3: copy your ip in IPscanner Software and scan for alive IPs in the below range
start:59.x.x.1 to End:59.x.x.255


Step 4: Then check in your scanner which alive IPs has the port 80 open

Step 5: Enter that alive IP in your web browser

Step 6: It asks for user , pass
Type u
User=admin
Password=admin or password
It is the default password for most of the routers.

if denied then use on another alive IP

Step 7: If success then it will show router settings page of tht IP user
There goto Home -> Wan Setting and the username and password of his account will appear there.

Step 8: use ShowPassword or Revelation software to view the password in asterisks

Now You have Username/Password
Use Asterisk Key Software For Revelation Of Passwords.
Enjoy!!

Windows 7's Secret | 'GodMode'

Although its name suggests perhaps even grander capabilities, Windows enthusiasts are excited over the discovery of a hidden "GodMode" feature that lets users access all of the operating system's control panels from within a single folder.

By creating a new folder in Windows 7 and renaming it with a certain text string at the end, users are able to have a single place to do everything from changing the look of the mouse pointer to making a new hard-drive partition.

The trick is also said to work in Windows Vista, although some are warning that although it works fine in 32-bit versions of Vista, it can cause 64-bit versions of that operating system to crash.

To enter "GodMode," one need only create a new folder and then rename the folder to the following:

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}


Once that is done, the folder's icon will change to resemble a control panel and will contain dozens of control options. I'm not sure it's my idea of playing God, but it is a handy way to get to all kinds of controls.

Enjoy.... wink

View Hidden files With Google

You can view documents that are suppose to be kept quiet, and the public are not suppose to read, all you got to do is………

1. Go to Google

2. Type this into the search bar "not for public release" -.edu -.gov -.mil

3. Exactly the way it is, along with your search quotes!

Example, say you want to know about UFO's, and if there are UFO's sighted, the government wont want the public to know about it.
Go to Google search and type in,
"not for public release" -.edu -.gov -.mil UFO
and press the search button.
Enjoy!!