Search



Categories

News

Videos

Underground

Vblogs

Hacking Challenges



Servers

Server.InfinityExists.com
  -IRC Server (Java Client)
    (#Infinity_Exists Port 6667)
  -Vent Server (Port 3784)



Affiliates

Security Distro

LCN Crew

Security Override

SecurityTube

Underground – Home Made Lock Picks

November 22nd, 2008 by Patchy
In this Underground video, Crash explains how to make some very simple lock picks utilizing house hold items. He shows how to convert a bobby pin into a short hook pick, and a paper clip or pen clip into a tension wrench. Check out Crash’s YouTube page to watch him pick locks with his home made lock picks. Full Scale Video Here
Download Here

If you would like to submit a video to Infinity Exists Underground send an email describing your video to underground@infinityexists.com

Posted in Underground | No Comments

Installing Backtrack 3

November 14th, 2008 by Patchy
In this Vblog, I explain how to manually install Backtrack 3 to your hard drive. This demonstration assumes that you have a single blank hard drive, and you want to install BT3 to the entire drive. Any data stored on the hard drive will be overwritten, so backup any files you want to keep! Unlike most tutorials on install BT3, I explain each command and its purpose, so that way you can learn a little about the Linux OS. Hope you enjoy the video! Full Scale Video Here
Download Here

Posted in Vblog | 1 Comment

Underground – Downfalls of Anti-Virus Software Part 2

November 7th, 2008 by Patchy
In the second part of Overide’s Underground Video, he explains how to encode an executable so that it is not detected by most Anti-Virus Software. Overide expands the NetCat executable to allow him to add a few extra lines of code which will encode/decode the program. He encodes the executable by XORing (Exclusive OR) each instruction with a specific value. Once encoded, NetCat’s Assembly code does not make any sense; therefore, it is difficult for Anti-Virus Software to identify the executable as a threat. Whenever the encoded NetCat program is executed, the Instructions are first decoded with the exact same code that Overide used to encode the program. This is possible because when you XOR data with a specific value, you can retrieve the original data by XORing the encode data with the same value. After the Instructions are decoded NetCat will run normally. Full Scale Video Here
Download Here

NetCat
LordPE
OllyDbg

If you would like to submit a video to Infinity Exists Underground send an email describing your video to underground@infinityexists.com

Posted in Underground | 2 Comments