Jump to content

GonZor

Active Members
  • Posts

    352
  • Joined

  • Last visited

Posts posted by GonZor

  1. VNC only worked from version 2.0 onwards, there is quite a confusion about the password, if all ports are forwarded correctly then the password in theory should be 'easy', people have also reported easy not working but alternates being 'hacked' and 'yougothacked'. During testing VNC was working fro the dev team with the password 'easy'. Please be sure that you have the correct ports forwarded not only on your side but the victims side, the payload will not do this automatically.

  2. GonZor i was just wondering if you knew anything about ".job" files or there file format or anything. a few of my buddies are working on a Windows hack that works in a limited account and so far it works just crashes in a limited account. Anyways the hack uses the "System" Login Expliot using an At Command and ect if you would like to help us work on this send me a message.

    You cant use the AT command from a limited account that would be why it is crashing. Basically you are trying to elevate your privileges using an exploit that needs elevated privileges... You need to find another way to elevate your privileges.

  3. I hate to put it this way, but thanks for telling the world you broke the law!

    Really, if you're determined to get yourself in jail, please don't incriminate the developers, we're liable too y'know.

    *Grumbles

    "My client wasn't enough of an expert to know that what he was doing was breaking the law..."

    That's really about the only thing that could get a developer here sent to jail, our code is very clearly marked as proof of concept and I'm sure the developers themselves wouldn't actually use the code unless they had permission.

    I ONLY use my switchblade on my computers or networks where I have written permission, I do not recommend using this on any computer where you do not have permission for the above reason.

  4. Also for those looking for a non-U3 version I have a temporary solution, follow the simple instructions below. . .

        * 1.  Extract the ISO to the root of your flash drive.

        * 2.  Edit the AUTORUN. INF

        * 3.  Run SBConfig from your flash drive.

    After we've run SBConfig from the flash drive and configured and saved our payload, is there any necessity to keep it on the flash drive after for the payload to remain working?

    No sbconfig is only used to customize the payload (eg turn options on or off) if you remove sbconfig.exe the payload will still function the way it is set up but I recommend keeping a copy of sbconfig somewhere in case you need to configure the payload again.

  5. Yeah that should be enough, you dont really need to host the update file on your server (although it could make things simpler) but even if you decide to you will have plenty of room. If you want I can help you with this, its been something I have thought about but never implemented into my payload because you would need to re flash every time you update.

    EDIT - Just checked out 50megs.com and I think your better off going with 110mb.com

  6. ok, yeah I figured thats what it would be like. Another way you could do it is post the version numbers of the updated progs to a server somewhere, then compare versions of current (on the stick) and newest (from the version number file) and update  anything if necessary. To make the system completely automated you could create a script that gets the latest file version number of each app and upload the list to your server.

  7. Universal customizer on vista always causes problems, your best bet is to find a 2K/XP machine and use that for 5 mins. I will also suggest backup your data first and delete everything on the flash drive, it will be much quicker and have less chance of an error occurring.

  8. I remember ages ago reading something about getting a computer to prove its a computer rather than getting a human to prove its human, Basically the concept was create a hidden field that a spambot would fill in and a human wouldn't, obviously that would be enough proof that its not a human.

    I just searched the forums but couldn't find anything it may not have been on these forums but I think it was TomB who wrote it. There was some example code to help explain but I cant seem to find it anymore, sorry.

  9. lol i kind of write it i had to fix a few fings but i think there might be a few things still wrong with the code

    Let me see....

    the  ecomy does not work

    Yep I'd say there might be a few things still wrong with the code. Would you like to enlighten us as to what you are on about ?

    I figure I'll be nice anyway, your problem is in here...

    If cboTypeOfUnderlay = "Economy" Then
        sngUnderlay = sngArea * 1.75
    Else
    If cboTypeOfUnderlay = "Luxury" Then
        sngUnderlay = sngArea * 2.15
    End If
    sngPrice = txtPricePerSqMetre
    sngFitting = sngArea * 2.5
    sngTotal = (sngArea * sngPrice) + Fitting + Underlay
    
    'Use the FORMAT function to change the final value into currency
    txtTotalCosts = Format(sngTotal, "currency")
    End If

    It should look like this

    If cboTypeOfUnderlay = "Economy" Then
        sngUnderlay = sngArea * 1.75
    ElseIf cboTypeOfUnderlay = "Luxury" Then
        sngUnderlay = sngArea * 2.15
    End If
    sngPrice = txtPricePerSqMetre
    sngFitting = sngArea * 2.5
    sngTotal = (sngArea * sngPrice) + Fitting + Underlay
    
    'Use the FORMAT function to change the final value into currency
    txtTotalCosts = Format(sngTotal, "currency")

    Notice the change from

    Else
    If cboTypeOfUnderlay = "Luxury" Then

    To...

    ElseIf cboTypeOfUnderlay = "Luxury" Then

    I'm gonna assume your learning VB in school, I find most teachers actually don't know VB apart from the basics, If you need help remember Google is your friend and If you post here (coherently) you will get help.

  10. Edit:

    Heh, looking at the stats it appears I still have the 4th highest total time online after all these months. And these forums had only been up a few months too.

    Heh, I just realised i have the fifth highest total time online... Looking at my post count of 284 285 I'm gonna guess I read a lot more than I thought I did.

  11. ^FU

    <flame war>Fuck off and die prick I've been one of the only ones who has not been calling for a perma ban on you, so do a little work yourself for a change and stop acting like the dumb shit that you are.  As much as I have been willing to help out I'm done I'm going to try to screw you over at every turn</flame war>

    this is the last I'll post in this thread I'll make because I don't want gonzors payload thread to get locked becasue if n00bs

    Thanks man, but I completely agree with you, he needs to grow up and learn for himself. "Give someone a fish and they will eat for a day, teach them to fish and they will eat for a lifetime" - I think this quote is quite relevant.

    PS: Can anyone be bothered teaching me how to add the gmail thing to my payload? So that it sends everything in logfiles, then deletes logfiles?

    You will not get any help from me, I agree with SomeoneE1se NO ONE should help you with this.

  12. ^hehehehe

    So...

    I don't want a U3 USB.

    I want a 'hacking' USB, that is non-u3.

    Panarchy

    PS: can't you read?

    This is my final try at helping you with this, I dont know if it could be made any simpler...

    READ THIS POST! - http://forums.hak5.org/index.php/topic,660...7.html#msg75477

    If you cannot figure out it out from that post I ask you please to leave and go learn before coming back because your obviously in over your head, I don't really care if this sounds mean but you must learn to crawl before you can walk.

    P.S. - Yes me and rpk5000 can read, we have tried to help you as much as possible but you are obviously not reading the post we have told you to. In case you somehow didn't see the link here it is AGAIN!

    http://forums.hak5.org/index.php/topic,660...7.html#msg75477

    http://forums.hak5.org/index.php/topic,660...7.html#msg75477

    http://forums.hak5.org/index.php/topic,660...7.html#msg75477

    http://forums.hak5.org/index.php/topic,660...7.html#msg75477

    http://forums.hak5.org/index.php/topic,660...7.html#msg75477

    http://forums.hak5.org/index.php/topic,660...7.html#msg75477

    http://forums.hak5.org/index.php/topic,660...7.html#msg75477

  13. Is there a non-u3 version of this?

    If not please make one!

    Thanks in advance,

    USBHacker

    I'm not even going to answer that for several reasons,

    1- Another member of the Dev team (rpk5000)  has told you several times the exact post to look at to find your answer.

    2- You need to learn to read before you post, how are you going to learn anything if we feed you the information?

    3- Even after you were given the link to the exact post you need to read, you ask us the same question again.

    4- I (and many others) are sick of you and your crap!

    Some of you may think this is unfair others may completely agree with what i just stated, to others who are looking for help i as well as the rest of the dev team are always willing to help If you are willing to learn.

×
×
  • Create New...