Jump to content

soulbleed

Active Members
  • Posts

    36
  • Joined

  • Last visited

Recent Profile Visitors

1,768 profile views

soulbleed's Achievements

Newbie

Newbie (1/14)

  1. This is really old. The game is Call of Duty: United Offensive. Died a ton, but was as close as I've ever seen anyone get to 300. Had to uninstall the game because I was banned from every populated server for "cheating". LoL
  2. \\192.168.2.2\$\ isn't a valid path. The $ in network share names means it's a hidden share. It should probably be \\192.168.2.2\C$\ Post your install script.
  3. Are there any free tools that allow you to profile the hardware on a remote host given it's IP address, over the Internet? The reason I ask, is because a lot of game servers providers lie about the hardware they run, and was thinking about switching hosting providers if the hardware and reviews are as good as they say. Thanks
  4. Just got this in an email from hacking-lab.com. Apparently whoever hacked Kevin Mitnick, also hacked Hak.5. http://antilimit.net/CENSORED.txt It's a pretty interesting reading. This might be old news, but I haven't been around on the Hak.5 forums lately. Apparently it was a hacker group called ZF0.
  5. Anyone have this application? The link to it on AnAppADay is dead. Thanks
  6. A friend of mine in college wrote an application exactly like that one, but in VBScript for a final project.
  7. On Windows, something like this would work: for /f %%i in ('dir /b') do ( rename "%%i" "%random%-%%i" ) Edit: Just tried it, but for some reason %random% doesn't change.
  8. Is there anywhere on the site, or any chance of adding one; a complete RSS feed containing all the episodes? The reason I ask is because I use SageTV to stream all my media from my computer to my TV. It has options where you can add custom Podcasts. It would be nice to have a complete listing of all the Hak.5 episodes on demand with a click of the remote button. Thanks, Tony
  9. Why not use whereis and updatedb? http://www.codeproject.com/KB/cs/whereis.aspx
  10. What do you actually need the script to do? There is probably a better way to do what you want, without trying to compare drive labels to drive letters. If not, look into the fsutil command.
  11. There already is a GUI for nmap. There is also a universal GUI for almost all command line apps called TheGUI. http://aluigi.altervista.org/mytoolz/thegui.zip
  12. soulbleed

    Reverse DNS

    Did you add a reverse lookup zone on your DC?
  13. I've been learning VB6 and wrote this little quick connect utility for CoD4. http://rickrolled.my5gb.com/cod4qc.bmp[/img] http://rickrolled.my5gb.com/index.html
  14. Most of you have probably read the great hacking books published by FoundStone. But, if you haven't, check them out. Anyway, I was on their website just now and noticed they have a ton of nice tools, and hacking webcasts. They've also got applications called Hackme's that simulate a banks, or eStore website, that have built in vulnerabilities that allow you to practice things such as SQL injection or CSS attacks. They are essentially hacking challenges. Check out the website at foundstone.com
  15. First of all, you don't need to CLS the screen because it's already clear, second, you don't need to have :labels because the script doesn't need flow control, it's just executed one line after the other to the bottom of the script. I don't know what slim or phat is, but use set /p.
×
×
  • Create New...