Archive

Archive for March, 2011

Hacking Webleague Sites

March 24, 2011 Leave a comment

Hacking Webleague Sites

Google for “Powered By Webleague

Choose a site & select Your Taget Site In A New Page.

For Example You Got This Site

http://www.cyberpranay.de/WebLeague

Now Add “install.php” at the End Of The URL And Hit Enter.

You Get A New Page

http://www.cyberpranay.de/WebLeague/install.php

Enter A New Admin And Password And Submit

Then Type “/Admin/index.php” In The End And Hit Enter

http://www.cyberpranay.de/WebLeague/Admin/index.php

Login With The Admin Account You Created

Go To Settings And Make The Changes.

~

Categories: Hacks, Web

Hack the Paypal

March 16, 2011 1 comment

Hack The Paypal

Works only with sites which provide, download an application (or anything like PDF files, etc.,.) from sites which has an paypal order page & link to start you off.

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

1) Open “Source” of Paypal order page of that site, in an Notepad. (Proceed through the normal steps till you reach this page)
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

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

~

Categories: Hacks, Web

Batch Code to show BLUE SCREEN OF DEATH

March 8, 2011 Leave a comment

Batch Code to show BLUE SCREEN OF DEATH

When your windows computer shows the BLUE SCREEN (BSOD) it means that a boot virus has infected your computer or Internal working of computer is at risk, this also comes when you are running multiple RAM’s and of different frequencies.

Now here is a code for Virus that shows the “Blue Screen of Death” when you run it.

Copy and paste the following code in notepad & save the file as “bsod.bat”. Then run it.

@echo off
cd /
cls
color 1f
echo A problem has been detected and Windows has been shut down to prevent damage
echo to your computer.
echo.
echo The problem seems to be caused by the following file: SPCMDCON.SYS
echo.
echo PAGE_FAULT_IN_NONPAGED_AREA
echo.
echo If this is the first time you’ve seen this stop error screen,
echo restart your computer. If this screen appears again, follow
echo these steps:
echo.
echo Check to make sure any new hardware or software is properly installed.
echo If this is a new installation, ask your hardware or software manufacturer
echo for any Windows updates you might need.
echo.
echo If problems continue, disable or remove any newly installed hardware
echo or software. Disable BIOS memory options such as caching or shadowing.
echo If you need to use Safe Mode to remove or disable components, restart
echo your computer, press F8 to select Advanced Startup Options, and then
echo select Safe Mode.
echo.
echo Technical information:
echo.
echo *** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x0000 0000)
echo.
echo.
echo *** SPCMDCON.SYS – Address FBFE7617 base at FBFE5000, DateStamp 3d6dd67c
pause :nul
cls
echo Downloading viruses . . .
ping localhost -n 5 :nul
dir /s
pause :nul

More: Convert bat to exe and paste the file in startup folder of target system.

~

Categories: Programming, Virus

Check storage capacity of fake USB Flash drive

March 2, 2011 Leave a comment

>Check storage capacity of fake USB flash drive

This can be done in case you find that the USB drive you purchased does not have prescribed capacity, written on the pack.

Here are the steps to find whether the real capasity is 8GB or not. (Works pretty well for other storage capacities too).

Normally The product shows itself as 8GB under Windows XP.

To find the stick’s capacity, read & write speeds:

1. Download the free version of the tool
Bart’s Stuff Test 5
Version 5.1.4
(Search in Google)

2. Before plugging in your flash drive, Disable the Autorun feature of Windows XP.

3. Plug the stick into an USB port (Warning: Make sure you have your AntiVirus updated).

4. Don’t open anything on the stick. Do not doubleclick on the stick.

5. Format the stick to get rid of any potential viruses or malicious tools.

6. Run Bart’s Stuff and select the stick under “Folder”

7. Start the test. It will write a sequential file that will fill the stick up to > 90% of it’s capacity and then it does read back the written data.

8. Check the Bart’s stuff status written total when you get an error message like this: “An Error occurred. WriteFile returned an Error. There is not enough space on the disk”.

If the stick ran out of space at 4 GB exactly, Bart’s Stuff filled the stick up to 52 % of it’s fake capacity. But: Since the FAT32 maximum supported file size is 4GB, this method would not work on flash drives with more than 4GB of capacity. Larger size sticks should be filled up with large files that are compared against their originals to see if some errors occur.

Hence it shows that the USB stick is fake.

Here is an another indication that proves the stick is fake:

Windows XP sees it as 7.95 GB capacity with 8,539,680,768 bytes. This is too much reported space.

Normally, 8GB stick is reported by Windows XP has 7.73 GB capacity with 8,304,717,824 bytes. Since flash drives always give you less than the advertised storage space.

There is another very useful utility that can help to check for fake USB sticks, it’s called H2testw ( Can be be downloaded at the downloads section of heise.de ). The program Measures the write and read speed. On fake 8 GB stick, You only get about 1 to 3 MB/s write speed which is an indication that there is something really weird going on here. the Utility sees the USB stick as 8144 MB in size when empty which is totally impossible, another hint that it was manipulated.

~

Categories: Errors, Hacks, Hardware