This is Virus Community

Your Ultimate Tech Destination On My Web.

Monday, 14 November 2016

USB Thief This Self Projecting USB Trojan Can Give You Nightmares

USB Thief This Self Projecting USB Trojan Can Give You Nightmares USB Thief This Self Projecting USB Trojan CanSecurity researchers have identified a new malware named USB Thief that has the ability to steal data from air-gapped computers without leaving its trace. The malware uses a unique method of protecting itself with AES128-encryption and renaming the files in each new instance. Imagine a malware that spreads through USB drives, steals...

Monday, 10 October 2016

Some Useful Websites For Hacking.

Some Useful Websites For Hacking. To check if a port is open:   http://www.canyouseeme.org/ To multiple scan a file for viruses:http://vscan.novirusthanks.org/ To check if a site is down:http://www.downforeveryoneorjustme.com/ A place to get newest exploits:http://www.exploit-db.com/ Lets other people view your inserted text:http://pastebin.com/ The free online crypting + decrypting service:http://www.crypo.com/ An online MD5 decrypter:http://www.md5decrypter.com/ The...

Friday, 1 July 2016

Five Common Mistakes That Fresh Hackers Make

Five Common Mistakes That Fresh Hackers Make Starting out as a beginner in hacking can be a lot of fun, but there are some common mistakes that most make. If you’re reading this, then you have the unique advantage of avoiding these mistakes when you’re still news. The following five points will tell you what not to do in your journey towards becoming a true hacker. 1. If you see a website offering hacking software or offering to hack email...

Sunday, 15 May 2016

Hacking Facebook & WhatsApp Signals To Track 4G/LTE Smartphone’s Precise Locations

Hacking Facebook & WhatsApp Signals To Track 4G/LTE Smartphone’s Precise Locations Researchers have made a low-cost gadget to track the precise location of smartphones using 4G/LTE by hacking Facebook and WhatsApp signals. It was earlier thought that though such attacks could be targeted against the 2G and 3G enabled smartphones and 4G/LTE enabled smartphones are immune. to such attacks Security researchers have revealed how simply...

Friday, 5 February 2016

Some Library Of C, C++ Programming & It's Description

Some Library Of C, C++ Programming & It's Description 1. <stdio.h>: input and output function in program. 2. <conio.h>: to clear screen and pause information function. 3. <ctype.h>: function for testing characters 4. <string.h>: function for manipulating string 5. <math.h>: mathematical function  6. <stdlib.h>: utility function for number, conversion, storage allocation 7. <assert.h>:...