Jump to content

JPaulMora

Active Members
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by JPaulMora

  1. Hey guys, I have a JAVA project and I want to add this msfvenom payload to it, but I have no idea how to "execute" this buf. Anyone know how to do this? or is there any other option on injecting code ?

    --the payload was generated with './msfvenom -p osx/x64/say TEXT="it works" -f java'

    thanks.

    buf = new byte[]
    				{
    					(byte) 0x48, (byte) 0x31, (byte) 0xc0, (byte) 0xb8, (byte) 0x3b, (byte) 0x00, (byte) 0x00, (byte) 0x02,
    					(byte) 0xe8, (byte) 0x16, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x2f, (byte) 0x75, (byte) 0x73,
    					(byte) 0x72, (byte) 0x2f, (byte) 0x62, (byte) 0x69, (byte) 0x6e, (byte) 0x2f, (byte) 0x73, (byte) 0x61,
    					(byte) 0x79, (byte) 0x00, (byte) 0x69, (byte) 0x74, (byte) 0x20, (byte) 0x77, (byte) 0x6f, (byte) 0x72,
    					(byte) 0x6b, (byte) 0x73, (byte) 0x00, (byte) 0x48, (byte) 0x8b, (byte) 0x3c, (byte) 0x24, (byte) 0x4c,
    					(byte) 0x8d, (byte) 0x57, (byte) 0x0d, (byte) 0x48, (byte) 0x31, (byte) 0xd2, (byte) 0x52, (byte) 0x41,
    					(byte) 0x52, (byte) 0x57, (byte) 0x48, (byte) 0x89, (byte) 0xe6, (byte) 0x0f, (byte) 0x05
    				};
    
  2. had to jump through a few hoops to get the old version to install with ati graphics card on kali 1.1 ..will this bork my install?

    followed the blackmore ops install tutorial to get it to work previously.

    not really, Pyrit's modular nature lets you update either side of the code wether its a GPU module or the main module. so other than a warning about different module versions, rebuilding Pyrit's core should get you updated (as the GPU modules haven't been updated).

  3. Has there been any work done on the cluster performance?

    My testing with 2 machines...

    Labtop nvidia + intel i7 15000pmks

    Desktop nvidia + amd 1090t. 20000pmks

    During the network cluster testing pyrit provides, I only achieved 25000pmks...

    Did not sufice, so with some math and the supa wpa wordlist I split into proper portions based on percentage in speed difference...

    I would say this is the most important feature...a pyrit cluster!

    I agree that clustering is a very important feature, based on my testing and your tested speeds, I would recommend a wired network. WiFi is simply not fit for the task when it comes to transferring GBs of data really fast, even having one of those 12MB/s WiFi routers, this is pretty slow when you need to transfer huge wordlists back and forth over LAN. I might add a tutorial on the GitHub wiki referring to this topic.

  4. Isn't this still just brute forcing using rainbow tables or GPU based hardware like hashcat unless I'm reading it wrong?

    Yes, ATM there hasn't been discovered any 'universal' weakness to WPA/WPA2 other than bruteforcing the PSK. So as Cooper mentioned, this is just a specialized version of a GPU+CPU cracker with the advantage of storing whatever you have already computed.
  5. Thats right, you may not be pressing yes in the confirmation window, you may wanna check my Ultimate version of bypass-UAC

    It should work on almost any windows computer, even the ones with the confirmation window disabled.

    https://github.com/JPaulMora/BypassUAC

    Also, remember you got the REPEAT command (Zeta's example is great) and you should note that when using it, the first command

    is not executed. ie.

    DOWNARROW

    REPEAT 3

    equals

    DOWNARROW

    DOWNARROW

    DOWNARROW

    and not

    DOWNARROW

    DOWNARROW

    DOWNARROW

    DOWNARROW

×
×
  • Create New...