Anuj Kumar
(0 comments, 4 posts)
This user hasn't shared any profile information
Home page: http://www.kyrion.in
Posts by Anuj Kumar
Internet Access In Backtrack Virtual Machine
0Hey Guys,
I’ve found that some people are struggling hard to access internet in there backtrack virtual machine from their USB Modem, so today I am going to tell you how you can access internet in your virtual machine by your datacard.
Open Network Adapter Settings ( Run -> ncpa.cpl )
Right Click on your USB Modem Adapter and go to properties.
Now go to Sharing Tab and check the option ‘Allow other network users to connect through this computer’s Internet Connection’. Click OK if anything pops up. Now Select Home Networking connection as ‘Local Area Network 3’. Click on Yes or OK if More >
Resetting Ubuntu 11.10 Password
1Hey Guys,
If you’ve forgotten your Ubuntu 11.10 Password you can reset it within minutes. I will tell you two methods to reset your Ubuntu Password. The first one is by booting it in recovery mode and second one is by using any Live OS.
Let’s start with the recovery mode first as it takes less time and easy to do in comparison to the second one method:
Boot up your Ubuntu. Press and Hold ‘Shift’ Key while the machine is booting. You will get the GRUB Menu like this:
Select the second option which is ‘Recovery Mode’ and press Enter. After pressing enter system will start booting and More >
URL Based SQL Injection
1Introduction: SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution.
Finding Sites: When talking to find a vulnerable site for SQL Injection you will hear the term Dork a lot, this refers to a google search term targeted at finding vulnerable websites. An example of a google dork is inurl:index.php?id=, entering this string in google search engine would return all sites from google cache with the string news.php?id= in their URL. Ex:
http://www.site.com/news.php?id=4
To be a SQL injection More >

