Jump to content

GonZor

Active Members
  • Posts

    352
  • Joined

  • Last visited

Everything 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. 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. GonZor

    help

    Are these tools (pwdump, produkey, pspv, netpass, mspass, DUH.vbs) in the same folder as your script ?
  4. GonZor

    HALP!

    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.
  5. 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.
  6. If you have MSN add me, it will be easier to communicate. I'd say register then from there I reckon we attempt to get the backend script working properly (updating to the newest files on the server).
  7. 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
  8. 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.
  9. Nice work man when I get a chance I wanna take a look at that update script, Is it just a bunch of wget commands ?
  10. 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.
  11. I'm sorry but please explain how he doesn't have enough information? He has one of the best wiki entries, it is more informative than most, what specifically were you looking for ?
  12. GonZor

    vb help

    Let me see.... 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.
  13. I think we found a new article for analogue.5 "Fashion tips for the geek" by VaKo :P
  14. 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.
  15. Are you sure? I mean what about USBHacker/Panarchys payload :P Cheers man I'll definately take a look.
  16. Anyone else find this style of writing similar to a member that recently got banned ?
  17. To the best of my knowledge no, I have had my ISO > 750mb (don't ask) and still worked perfectly...
  18. GonZor

    Which Episode

    If your talking about the mini ITX then famicoman was right 35:10 mins into S02x10 is the start of the segement. Has everybody forgotten about podzinger?
  19. <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. You will not get any help from me, I agree with SomeoneE1se NO ONE should help you with this.
  20. 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
  21. A - He can't B - He doesn't want to learn how to C - He likes annoying us
  22. 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.
  23. Very useful, thanks I never knew that!
×
×
  • Create New...