Articles in the Linux Unix Hacking Category
Hacking Windows, Linux Unix Hacking »
When you look at ur collection of old cd’s you fint that almost all of them have some scratches all over it and most of them have become unreadable.
you might want to copy some data out of it but my pc is unable to read from the CD.
so here is a tool for you
CD Recovery Toolbox supports almost all kind of disks like CD, DVD, HD-DVD, Blu-ray disks etc. This tool actually works when it comes to recovering data from physically damaged CDs. So if you have any …
Linux Unix Hacking »
Today’s tip is on performing and automating simple Linux administration tasks from a Windows workstation over SSH… Creating backups, restarting services, rebooting machines, and basically any other simple administrative task can be accomplished securely from the command line in Windows, or from a desktop shortcut…
To accomplish these tasks, we’ll be using plink which is a free command line SSH client from the developers of PuTTY… plink allows you to create SSH connections from the command line, very similar to the way you would use the ssh client on a Linux …
BlackHat, Linux Unix Hacking, Security, Wireless Hacking »
So say somehow somewhere we ended up choosing a target to start wreaking havoc upon. All we need is an IP Address. Theres plenty of papers out there that go into how to obtain an IP Address from the preferred mark of your choice. So I’m not going to go into that subject. Alright so say we got the targets IP Address finally. What do we do with this IP Address. Well first ping the IP Address to make sure that its alive. In otherwords online. Now at the bottom …
Linux Unix Hacking »
We often come across a lot of inquires on Linux systems. One of the most commonly asked questions is how to find the hardware specs /details on Linux. Well, Linux is an intricate system and require some simplification. There are several tools for deriving hard disk specification in Linux. We would like to suggest you hdparm command that can be executed without much fuss. It offers a command line interface to various hard disk ioctls supported by the Linux ATA/IDE device driver subsystem. It provides command read / request identification …
BlackHat, Hacking Computer, Hacking Windows, Linux Unix Hacking, Password Recovery, Windows 7 Hacks »
Latest Updates – Kon-Boot for Windows
Kon-Boot was moved to Windows platforms. So now it provides support for Microsoft Windows systems and also the Linux systems listed below. Kon-Boot for Windows enables logging in to any password protected machine profile without without any knowledge of the password. This tool changes the contents of Windows kernel while booting, everything is done virtually – without any interferences with physical system changes. So far following systems were tested to work correctly with Kon-Boot:
•Windows Server 2008 Standard SP2 (v.275)
•Windows Vista Business SP0
•Windows Vista Ultimate SP1
•Windows …
Cool Tricks, Hacking Windows, Linux Unix Hacking »
Common knowledge on using the Print Screen (at least for me) is that you just press the Print Screen key and paste whatever it is shown on your screen to a graphics editor like Paint, right? This suits you if you intend to print screen the entire screen. But what if you only want to print screen one window? There is a way!
Let me demonstrate:
Step 1 : Activate the desired window to print screen. For this purpose, I made the calculator window active.
Step 2 : Press Alt + Print Screen …
Linux Unix Hacking »
You can easily copy cd in Linux through command line.
the steps are :
1)At the root go to the media directory where all the removable media file system (such as cd-rom, floppy disk, usb drive) are mounted.
2) Type cd /media (to enter the media directory).
3) Type ls -l(This will give you long listing of all media mounted. Remember all spaces and case of letter because Linux is case sensitive.)
4) Just type cd hello (if hello is the name of your media).
OR you can use cd * if only one media is …
