Skip to main content

Posts

Learn Advanced Hacking Techniques

I have answered a lot of questions about hacking. If you are on this page, I assume you already know some basic techniques but want to move to more “advanced” methods. Well, here are some popular advanced techniques: For web hacking: DDoS, SQL injections, XSS, php bots, DNS spoofing and generally all these: These are web hacking attacks. For program vulnerabilities the most popular one is buffer overflow (by far) Buffer overflow - Wikipedia Also, there is reverse engineering, which basically is finding the source code of applications (so you can find buffer overflow vulnerabilities) which requires great Assembly knowledge. In order to write your own exploits and tools (which is considered advanced) you need to know C/C++ or python. Long story short, to practice advanced hacking you need to know programming, networking, server & database knowledge. SQLi  - Requires programming, server & database knowledge XSS  - Requires programming knowledge Buffer o
Recent posts

IT Security Interview Questions

Introduction to IT Security Interview Questions and Answers IT Security is one of the biggest words for the last couple of years in entire world media. It is one of the big noise for all the offices including government offices, a lot of special norms has been introduced by central audit forum for especially in IT security. Special concern area is in the digital area. In today’s current scenario, every people are well aware of some common IT security especially in the digital environment needs to follow. IT security is day by day getting very faster changes and all the involved people are really very concerned on the same. If we follow everyday headlines, this is one of the common headlines of any of the hacking incident or IT security breaking incident in anywhere government or private sector. A big problem is entirely 100% secure IT system is absolutely not possible, as the security system change every day without any prior intimation properly. So people should need to be more

Play High Graphics Games Without Graphics Card

How To Play High Graphics Games Without Graphics Card:  Everyone loves to play a game on their computer and on smartphones. If you are a gamer and want to play all types of games on your PC then you need to have a decent graphics card. However, not everyone can afford a graphics card because they are expensive. Sometimes, we have compatibility issues while running high-end games on our low-end computer.  Do you know, you can run high graphics games on your Windows computer without a graphics card? Well, there are some softwares available on the web that can optimize the game for you. How To Play High Graphics Games Without Graphics Card Here are the two best software available on the internet that will help you to optimize the graphics of your game. 1) 3D Analyze 3D-Analyze is a utility for transform and lightning hardware emulation. This software allows users to optimize efficiency above what their CPU permits. This program supports Direct3D as much as OpenGL, whi

Compilation of Best Hacking Tricks PDF (Free Download)

Hello guys, Its being a while since I have written any post related to hacking tricks or tips. As most of you want to learn hacking tricks (ethical) so in this post I am providing you the Best Hacking tricks PDF for free. In this download you will get the compilation of Best hacking tricks and eBooks that are free to download. I have made your task of becoming a Pro Hacker easy as in order to learn ethical hacking you have to search eBooks and PDF on internet one by one so I have compiled them in one folder so that you can have all these hacking eBooks and hacking tricks PDF with a single click. I have tried to include all the hacking tips and tricks  related to internet, PC , Mobile, Server’s many more… The list of some of the Hacking Tricks and Tips compiled in this download  are: PC tricks cmd tricks windows tricks networks tricks Phreaking server hijacking server attacks Client to prior attacks Router tricks Mobile tricks WiFi pin hijacking and lots more to make

Here’s Why Your Downloading Speed Is Always Lesser Than What Your Service Provider Promises.!!

Internet connection is a must for every household today. It is worth saying that – in today’s generation a person can live without food but can’t survive without a smart phone and obviously the internet connection. It has become so important that we carefully choose the pack and pay for the desired pack from the Internet Service Provider (ISP). But have you ever wondered or checked why your downloading speed is always lesser than what your ISP promises? Actually it is myth that our speed is always lesser than what our ISP promises. Confused? Smart marketing stratergy of Internet Service Providers: The Internet Service Provider (ISP) always lures people by their marketing strategy so as to buy their service. In other words ISP always gives you the speed in terms of Bits per second but when downloading a file from internet, the downloading speed will be shown in Bytes per second. This leads to so much confusion in the mind of a common man and he thinks I have been cheated. To make it

How To Download A Website For Offline Access Using HTTrack?

How to download a website for offline use? There are many software which facilitate offline viewing of a website. In this article, I will bring to the spotlight the open source offline browser HTTrack Website Copier. It is a well-liked software used for offline browsing of websites. HTTrack (WinHTTrack for Windows) can download an entire website. And entire means entire–all the text, images, videos, GIFs, all of it. Although HTTrack is available for different operating systems, I have used Windows OS to explain the working of HTTrack as it is preferred by many users over other operating systems. Follow these steps to download a website for offline viewing using HTTracks: Follow the link given ahead and download  WinHTTrack . 1. Click  Next  on the welcome page. 2. Type  Project  and  Category  name (choose any name as per your liking) in the field and click  Next . 3. From the drop-down menu in front of Action, select  Download web site(s) . In future, if you want to update th

How to Turn Off Your PC Using Your Smartphone

Do you want to turn off your PC at your home and save some electricity. Or may be try to shutdown your PC from outside just because it looks cool. We got you covered. If you ever walked away from your computer and remembered that you forgot to turn it off, you can actually do it from your smart phone! To begin with, you need to download Unified Remote app on your smartphone ( iOS ,  Android ), and you then need to download it’s server to your computer from  this website  right here. You can go through the installation process on your PC  and it is easy, straightforward and there is no spyware or any nonsense which comes with it. Once you are finished, make sure the server app is running on your computer, and then open the app on your mobile. It will scan for a server on your local network. Once it finds the server it will let you control your computer. Now, the way the app works is with a bunch of different remotes. There are remotes that’ll let you control your PC as if it was a

How to Remove a Virus from Android Without a Factory Reset

Desktops aren’t the only gadgets that can be affected by a virus. Android devices have a malware problem and it’s growing every day. If you do get a virus, you could perform a factory reset to get rid of it, but that means you’d lose all your data — those photos you shot, the saved games, the text messages, and everything else. Obviously, you want a factory reset to be your last option. So what can you do to remove a virus from Android without a factory reset? Is It Really a Virus? If your phone isn’t functioning the way it should be, there’s a chance you have some malware on it. One wrong tap somewhere and a malicious file might have been downloaded on your phone, which is leeching battery life, Internet resources, or your personal data. But it could be something else. Suppose your Android refuses to boot or crashes every time it starts up. Or maybe you can’t seem to download apps from the Play Store. These are not necessarily caused by a virus. So don’t panic! First, check our

Linux Commands Cheat Sheet

Kali Linux commands cheat sheet. All basic commands from A to Z in Kali Linux has been listed below. Any command is wrong kindly comment below.  Download Cheat Sheet: Kali Linux Commands Download Cheat Sheet: Kali Linux Commands

7 algorithms and data structures every programmer must know

In programmers life algorithms and data structures is most important subject if they want to go out in the programming world and make some bucks. Today, We will see what they do and where they are used with simplest examples. This list is prepared keeping in mind their use in competitive programming and current development practices. 1. Sort Algorithms Sorting is the most heavily studied concept in Computer Science. Idea is to arrange the items of a list in a specific order. Though every major programming language has built-in sorting libraries, it comes in handy if you know how they work. Depending upon requirement you may want to use any of these. Merge Sort Quick Sort Bucket Sort Heap Sort Counting Sort More importantly one should know  when and where to use  them. Some examples where you can find direct application of sorting techniques include: Sorting by price, popularity etc in e-commerce websites 2. Search Algorithms Binary Search  (in linear data structures) Binary se

Top 5 Bootable USB Tools For Windows Operating System

In this article, I have created a list of the top 5 bootable USB tools for Windows operating system. You can create ISO files for different Windows operating systems, Linux distros, and also make Linux Live USB drives. All these bootable USB tools have their advantages and disadvantages. One of the most common methods of installing an operating system on a computer is to create a bootable media. We can also install an OS using the inbuilt features, for instance, the Reset option present in Microsoft Windows 8 and later. For that, an already running operating system on your machine is a pre-requisite. On the other hand, that’s not the case with the bootable media, you can use it even if your computer doesn’t have any operating system installed at all. Primarily, we create a bootable media using a CD/DVD or a USB drive. However, the former one has become obsolete because it is technologically backward than the USB drive-based bootable media. Now, there are many tools available to crea