Jump to content

ArkNinja

Active Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by ArkNinja

  1. LUA is a scripting language, so you wouldn't really be able to program a game in it (as far as I know), I would seriously suggest to learn C++, not only is it an extremely versatile language, it is also the language for many Game Engines. Out of all the C++ Game Engines, I would recommend OGRE, due to the fact that it is simple, has great tutorials and resources and great community support. It will also run on Linux and Windows (I think Mac as-well, but I am unsure), and the code is really no different for each platform so you don't need to program a new game for each platform.

  2. Well, you did give them access, that's what happened. And here's how to prevent it: Don't give people access! Your passwords were stored in plain-text so they gained complete access, and they could upload any file that they desired to you web server which would allow them to do anything.

  3. The thing is that this 'feature' is enabled by default on XP and lower as far as I can tell (maybe Vista too), so there is a plethora of available targets for this, although you really would need to be on their network for this exploit to work due to the fact that I doubt anyone has the NetBIOS port forwarded. Pineapple anyone?

  4. You would be surprised how many systems are compromised by this, you can upload/download files to the computer without knowledge of the computer operator/owner. The only issue with it from a hackers perspective is that Microsoft (for once) made it secure by not allowing programs to be executed from within the Samba command line. What I did to see the potential of this is to upload a Windows Shortcut file to the C:\Documents and Settings\All Users\Start Menu\Programs\Startup folder and upload a backdoor to the drive and I pointed the shortcut to the backdoor so that on system startup it starts the backdoor. This means I have actual access to the machine, not just read/write access.

  5. I can imagine the cool stuff with a pineapple on a plane, or an airport. Are some of the flight booking computers wireless? That would be interesting...

  6. Hello all,

    I was looking into NetBIOS hacking, and attempted to do it on an XP Box, and I was successful to connect to it, and I had full samba control. Now I am wonder how this could do any damage, because as far as I could tell, you cannot execute programs with samba, so it is essentially like FTP. I was thinking you could maybe add something to the start-up folder in the Start Menu and have it execute something on system start up like spawning a shell or VNC access. I was wondering what all of your views on this.

    ./Ark

  7. Hello all,

    I am running Arch Linux with Wicd managing my wireless connections. At system startup it requires me to enter my password to get it to start up properly with access to the wireless interfaces, this can be a pain, especially when I incorrectly enter my password, and I have to manually start Wicd. This is in no way a necessity, but something that would make my life easier, and something that would be good to know in the future, as I can see different things that this could be useful for. My question is: Is there any way to permanently give root access to a program without it being reset at reboot. I think doing a chmod might work, but I am unsure.

    Thank you in advance,

    ArkNinja

  8. This project looks fantastic, but I think some (hopefully not most) of the games will use this very poorly. I can also foresee damage to property, or people, especially with those nasty boxing games, lol. Don't walk in front of the TV while im playing, or you'll get it.

  9. That just seems to be a horribly coded exploit, ill download and compile to see if I get those errors or not. It also looks like there may be some pre-reqs missing, not sure though.

    Edit: Like m0u53 said, it looks like it is supposed to be compiled in *nix, so I think that should solve your problem.

  10. I would just make a simple program to ping it every 2 days, or any other interval for that matter, then send out the email if the ping is not successful. I would probably do it in Python, but im not sure what the actual code would be, probably would be extremely simple however.

×
×
  • Create New...