Skip to main content

Posts

Linux Hardware Compatibility Lists & Linux Drivers

Please check the below link for  Linux Hardware Compatibility Lists & Linux Drivers . Link:  http://www.linux-drivers.org/notebooks.html

Kali Linux 1.0.8 released

Kali Linux 1.0.8 has been released with USB EFI boot support. For more, please click here . To Download Kali Linux flavour, please click here .

The Mole for Kali Linux

The Mole is a python based automatic SQL Injection exploitation tool  developed by Nasel. All you need to do is to provide a vulnerable URL and a valid string on the site it and it can detect the injection and exploit it, either by using the union technique or a boolean query based technique. Features Support for injections using Mysql, SQL Server, Postgres and Oracle databases. Command line interface. Different commands trigger different actions. Auto-completion for commands, command arguments and database, table and columns names. Support for filters, in order to bypass certain IPS/IDS rules using generic filters, and the possibility of creating new ones easily. Exploits SQL Injections through GET/POST/Cookie parameters. Developed in python 3. Exploits SQL Injections that return binary data. Powerful command interpreter to simplify its usage. Links: Downloads , The Mole for different platforms. Documentation , How to install  The Mole . Tutorial , How to use The Mole ...

Drivers for Linux

Please checkout this link to find linux drivers. Link:   http://www.linux-drivers.org/

Kali Linux 1.0.7 Released

Kali Linux 1.0.7 released with a new 3.14 kernel. Please click here to know new features of Kali Linux release.

Troubleshooting Wireless Driver

Troubleshooting wireless driver in Linux is a tedious task, if you do not know what to look for. Here is the link that will guide you to do basic troubleshooting to resolve wireless issue. Click here to goto the article page.

How to fix Kali Linux slow update?

When we talk about update, we know that the client system is downloading an update and patches from the source(online- from the network resource or offline- cd/dvd or any other secondary source). Here, we are talking about online update only. Kali Linux is relatively new and have less mirror sites, so the less the mirror sites the more online users to access the server and utilizing all the bandwidth. When you type apt-get update  on the terminal, it searches for the relative links for update from  /etc/apt/sources.list . So, more the number of links in the repository file, the more time it will consume to search for an update. Below are the few necessary steps that you can perform to fix the issue. STEPS: 1. Check if you got the right repositories in  /etc/apt/sources.list . Please remove unwanted and un-necessary repositories from the  sources.list . Click here for more. 2. Run apt-get clean  to clear cache. 3. Run apt-get autoremove  to remove un-succes...