Jump to content

USBHacker

Active Members
  • Posts

    266
  • Joined

  • Last visited

Posts posted by USBHacker

  1. Hello

    Just wondering (the answer is probably yes) if the Realtek RTL8187 that came with my ASUS P5K-E WiFi Motherboard is compatible with Aircrack?

    Is it?

    I know for sure that the RTL8187L is, but I'm uncertain about the RTL8187.

    Please reply telling me whether or not it is compatible.

    Thanks in advance,

    Panarchy

  2. Hello

    Been playing Rising Eagle lately, found it to be pretty good.

    Pretty sure the graphics are better than CS, and well, there are a couple of extra nice features with it (eg Battle Hacker class). Also (this is the BEST PART) it is completely free.

    I think the limit is 32 people to any one 'showdown' (or whatever you're meant to call it!).

    First Person Shooter.

    Also the snipers have very nice scope.

    So, tell me if you're interested, and we'll set a date.

    This is a WAN party (yes, not LAN I said WAN!).

    Hope to see you there (on the game!)

    Panarchy

  3. Hello

    Haven't been around these forums/site for a while and noticed I was missing quite a few eps.

    So what I'm requesting is that someone torrent season 4 episodes.

    Please do this for me, as I want to watch the show!!! :rolleyes:

    Thanks in advance,

    Panarchy

  4. k so if you wanna elevate yourself to SYSTEM priv. use the at command from the command line.

    so open a command prompt. at the command prompt type at then hit enter. this may or may not work depending on the windows installation. if youre able to use the at command then go ahead and type

    at xx:xx /interactive “cmd.exe” (the xx:xx symbolizes the time. you need to pick a time in the future usually 1-2 min should be fine in military time. after it reaches the time you set then a new cmd window should automatically open except this one will have system privileges. now kill explorer.exe from the task manager, then you should be able to restart explorer with the system cmd shell by typing explorer.exe and voila. you are now system priv and shouldnt be denied access to any files folders etc etc. hope that makes sense

    Tried that... got an error: The System cannot find the drive specified.

    _________________________

    Hello

    Attached is a screenshot of running processes.

    DC info will be around shortly.

    Panarchy

    EDIT: Can't tell you my username, soz!

    EDIT2: Sorry, can't get DC info till tomorrow. Please tell me what I can/should do with the current info I have just posted.

    post-8263-1225085000_thumb.jpg

  5. Might already been brought up, was quickly reading through the thread.

    Just flash the admin password or even easier, just bring a copy of Ophcrack from home or.. just bring Cain and Abel on a flashdrive :)

    GLHF.

    Already tried that. OPHCrack couldn't find the hashes. Cain & Abel worked okay I guess. I actually got the admin password by using LoginRecovery. Tried it out, and found out that it had been disabled.

    You don't necessarily have to hack a DC but that can work too. No one asked you what type of services, apps, OS version, open ports, etc that exist on the DC and on your workstation. Also do you have access to debugging, compilers, etc. Hell I have shell code that fits in to 37 bytes. If nothing else you could probably sniff enough info on the wire to get you in eventually. What other platforms if any are authenticating on the domain. Details man, details. Not every hack has a script kiddie solution but everything can be hacked......eventually.

    Tell me what you have on the DC and I may be able to give you some options.

    I do however agree that these guys are right and its probably not worth risking your job over. Do you just want to install drivers or somthin simple or do you need particular access to services and files that require a higher token ? Drivers can be installed if you just disco from the network and use the local admin account.

    k3nNyG

    I have a local admin account (that I created). I'll give you a NMap log of the DC tomorrow. Would that help?

    Panarchy

    PS: Will be ending all my posts with Panarchy, instead of USBHacker from now on.

  6. ^Thanks!

    I had to tab out the originally posted code to get it to work:

    import urllib2
    subs = ["www","wi","wik","wiki","forum","forum"]
    for sub in subs:
            site ="http://"+sub+".hak5.org"
            try:
                    urllib2.urlopen(site).readlines()
                    print site
            except:
                    pass

    But after that it worked like a champ.

    Thanks, I'll give it a go!

  7. k so if you wanna elevate yourself to SYSTEM priv. use the at command from the command line.

    so open a command prompt. at the command prompt type at then hit enter. this may or may not work depending on the windows installation. if youre able to use the at command then go ahead and type

    at xx:xx /interactive “cmd.exe” (the xx:xx symbolizes the time. you need to pick a time in the future usually 1-2 min should be fine in military time. after it reaches the time you set then a new cmd window should automatically open except this one will have system privileges. now kill explorer.exe from the task manager, then you should be able to restart explorer with the system cmd shell by typing explorer.exe and voila. you are now system priv and shouldnt be denied access to any files folders etc etc. hope that makes sense

    Hmm... thanks. I'll give that a go.

    No, he is talking about using a live CD and altering the local permissions. If I were you USB, I wouldn't pursue this any further, but if you must, make yourself a copy of UBCD4WIN, boot your computer up to it and create an alternative administrator account using Sala Password Renew which is a part of UBCD4WIN.

    I would update my resume first though before trying anything though...

    I've already tried a similar program (NT Password Renew). But it only make a local admin, what I need is a DOMAIN admin.

    Please tell me how to create one remotely...

    Thanks in advance,

    USBHacker

  8. If I wanted the python script to work, what would I need to do?

    I'm happy to try it on any of the following OS's;

    XP 64-bit (Microsoft)

    Linux 64-bit (OpenSuSE)

    Mac Leopard (Apple)

    All I need to know is how to get it to work!

    Tell me how!

    Thanks in advance,

    Panarchy

  9. i haven't found a live linux distro thats supported my wireless card yet...but thats my bad i guess.

    i stick to winblows xp..

    netstumbler,

    ethereal

    cain and abel (yeah skiddy tool but meh..harrison backed it lol)

    stuff like that...

    Oh, forgot to thank you for this post!

    Thanks!

    Oh, can people please continue to recommend tools

    Thanks in advance,

    Panarchy

  10. Decided to do some research on my own.

    Hope this will be helpful;

    http://sourceforge.net/projects/pykeylogger/

    Found it, open-source (so you can just edit a few lines of it or rename variables etc. to make it work once it is detected by anti-virus programs))

    It's even written in python! (which I understand much better then C++)

  11. :rolleyes:

    Happy to try bruteforcing the domain, if you can tell me how!

    Oh, and for the readymade python script that ls kindly created for me, I couldn't get it to work. I just tried.

    I created a folder called Coding on my C drive.

    Here is everything that I have done, and attempted (much easier to give a screenshot then to attempt an explanation);

    119xgxu.jpg

    Tell me what to do to get this to work!

    Thanks!

  12. Thanks

    Sorry to sound annoying, but wordlists won't help me. As most of the sites I need to do this against have losts of number, and might, just might have words... I will never know for sure if I am getting all the information.

    I will still use your technique, but if you think of a better way of doing it, please don't hesitate to suggest!

    Thanks in advance,

    USBHacker

  13. Your looking for the irc channels you will never be able to find.

    Most of the "hacker" channels are private/hidden/secret/invite only. Your only gonna get in if you somehow make buddy-buddy with someone nice.

    Or if you hack the channel :lol:

    :P

    BTW: Thanks for the IRC channels listed on this topic, I will give them a look. (the only server I have in my IRC client at the moment is Rizon :D gotta love anime ;))

  14. Not to worry, nonetheless, thanks for putting in the effort.

    ;)

    Oh, and I still haven't completely worked it out. I think that I should use the python script written by ls...

    Thanks, I'll do as much research as I can. But you said that spidering the site won't find pages that aren't directly linked to the domain? Can you please give me a method (name) for what I can use to make this work? (or will the above python code do it for me?)

    Or if someone could give me the name of a technique that could be used to make it work for me...

    And I'll also try the wget method that digip suggested.

    I'll tell you how it goes!

    And if you know/remember/learnt of the name of a technique that could be used for this, please don't hesitate to suggest!

    Thanks in advance, and thanks for all suggestions made so far,

    USBHacker

×
×
  • Create New...