Jump to content

.jpg

Senior Member
  • Posts

    608
  • Joined

  • Last visited

Everything posted by .jpg

  1. My prediction You: uh hey! I accidently used my friends phone to buy something...but I forgot to sign out! Woops! plz giv me 200$ bous
  2. /* Welcome freedom fighter. The liberation front has gained access to the * source code for a wire transfer program used by FIRST NATIONAL CYBER, a * bank used by the alliance for oppression and we need you to find a * vulnerability in this program and stea... er liberate the funds from an * operative named prince_john. * * The bank programmers have attempted to put in a number of defense checks * to prevent abuse of the bank wire network, but we suspect that deadlines * and corporate training programs have left them without the motivation * required to think of every possibility. * * It is imperative that you find a way to drain the account completely * otherwise they may be able to withdraw the remaining funds and go * underground before we can finish tracking them in the physical world. * * Good luck and as always, should you be detected your actions will be * blamed on the Chinese Government. * * ~~~0xDEADFEED~~~ * * To build and run the wire transfer program: * * $ cc -o wire_transfer wire_transfer.c * $ ./wire_transfer * */ #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAXLEN 255 typedef struct Account { int balance; char owner[MAXLEN]; } Account; Account *init_account(const char *name, int balance); bool wiretransfer(Account *source, Account *dest, int amount); void display_balance(Account *account); void exit_if(bool condition, const char *message); void validate_heist(Account *target); int main(int argc, const char *argv[]) { unsigned int transfer_amount; char input[MAXLEN]; printf("----- WELCOME TO FIRST CYBER BANK -----\n"); printf("username: robin_hood\n"); printf("password: *****************\n"); printf("Logged In Successfully!\n"); printf("account> wiretransfer prince_john\n"); printf("----- BEGIN WIRE TRANSFER SETUP -----\n"); Account *yours = init_account("robin_hood", 10000); Account *theirs = init_account("prince_john", 500000); display_balance(yours); display_balance(theirs); while (true) { printf("Amount to transfer from your account to theirs: "); fgets(input, sizeof(input), stdin); transfer_amount = strtoul(input, NULL, 10); if ((long)transfer_amount > 0) { break; } printf("Invalid transfer amount!\n"); } printf("----- ATTEMPTING WIRE TRANSFER -----\n"); printf("Wire transfer status: "); printf("%s\n", wiretransfer(yours, theirs, transfer_amount) ? "SUCCESS" : "FAILURE"); display_balance(yours); display_balance(theirs); validate_heist(theirs); free(yours); free(theirs); return 0; } Account *init_account(const char *name, int balance) { Account *account = malloc(sizeof(Account)); exit_if(account == NULL, "Problem allocating memory"); if (account != NULL) { strncpy(account->owner, name, sizeof(account->owner) - 1); account->balance = balance; } return account; } bool wiretransfer(Account *source, Account *dest, int amount) { if (source == NULL || dest == NULL) return false; if (source->balance - amount < 0) return false; if (dest->balance + amount < 0) return false; source->balance -= amount; dest->balance += amount; return true; } void display_balance(Account *account) { if (account == NULL) return; printf("%s has $%d in their account.\n", account->owner, account->balance); } void exit_if(bool condition, const char *message) { if (condition) { perror(message); exit(EXIT_FAILURE); } } void validate_heist(Account *target) { if (target->balance == 0) { printf("Target funds liberated: You win \n"); } else { printf("Target still has operating funds, try again.\n"); } }
  3. Say thanks if this gave you a knife (eventually) [hide] Website: https://csgo500.com COUPON1000 <----- use to get the 1$ worth of points [/hide]
  4. < Produce:("Java+HTML"); If[script]=null/error goto[learnbasic?]

  5. MacBook + beats by Dre.. Err you sure do fall for marketing tactics for terrible products.
  6. Memory editing on games isn't
  7. http://www.bleepingcomputer.com/download/adwcleaner/ Download and run
  8. We don't need to go into that type of hacking, for these reasons. -It is BLACK HAT hacking, which is illegal. This includes exploiting their MYSQL database -Members won't wanna do something highly complicated
  9. root@ht:~/hashcat# ./hashcat -m 13800 -w 3 hash.txt -a 3 ?l?l?l?l?l?l?l --powertune-enable hashcat (v3.00-beta-148-g063abab+) starting... Device #1: Graphics Device, 2028/8112 MB allocatable, 20MCU Device #2: Graphics Device, 2028/8113 MB allocatable, 20MCU Device #3: pthread-AMD FX-6100 Six-Core Processor, skipped Hashes: 1 hashes; 1 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Applicable Optimizers: * Zero-Byte * Precompute-Init * Early-Skip * Not-Iterated * Single-Hash * Single-Salt * Brute-Force * Raw-Hash Watchdog: Temperature abort trigger set to 90c Watchdog: Temperature retain trigger disabled 95fc4680bcd2a5f25de3c580cbebadbbf256c1f0ff2e9329c58e36f8b914c11f:4471347156480581513210137061422464818088437334031753080747625028271635402815635172140161077854162657165115624364524648202480341513407048222056541500234214433548175101668212658151115765112202168288664210443352443335235337677853484573107775345675846323265745:hashcat Session.Name...: hashcat Status.........: Cracked Input.Mode.....: Mask (?l?l?l?l?l?l?l) [7] Hash.Target....: 95fc4680bcd2a5f25de3c580cbebadbbf256c1f0f... Hash.Type......: Windows 8+ phone PIN Time.Started...: Fri Jun 10 09:44:52 2016 (6 secs) Speed.Dev.#1...: 539.0 MH/s (98.86ms) Speed.Dev.#2...: 540.7 MH/s (99.02ms) Speed.Dev.#*...: 1079.8 MH/s Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts Progress.......: 5784263680/8031810176 (72.02%) Rejected.......: 0/5784263680 (0.00%) Restore.Point..: 8002560/11881376 (67.35%) Started: Fri Jun 10 09:44:52 2016 Stopped: Fri Jun 10 09:45:07 2016
  10. 0:30-0:34's transition was odd
  11. Atleast it's not babagii spamming black magic sauce
  12. If you accept a very simple, modern one. Sure. I'll give it a shot tomorrow as it is late
  13. Does spider hav puss puss? also, just a opinion...your intro is kinda useless and disorientates the original purpose of showing your name
  14. .jpg

    The End.

    Decrypt it for a surprise in the end! VGhpcyBpcyBqdXN0IGEgZ2FtZQpEbyBub3Qgd29ycnkgYWJvdXQgbWUKV29ycnkgYWJvdXQgQXBwbGUKCkFwcGxlIHdpbGwgZmFsbCB0byB3aWktdQpUaGUgYmVlIG1vdmllIGlzIGdyZWF0CkJ5ZQ==
  15. My sister has just gone into labour this morning!

    1. 0xygen

      0xygen

      Do we really need to know that?

    2. mitosis

      mitosis

      Congrats, you're an uncle now

  16. They give them out here http://www.boman.biz/foi/
  17. https://iosgods.com/topic/26643-game-center-freeze-ios-91/page-2?hl=%2Bgame+%2Bcenter#entry984101 Previous thread ^ Reason I'm making a new one, none of the methods worked. The only *temporary fix is to COMPLETLY reboot iPad with wifi disabled, open the game and wait till Game Center thing appears. Even then, if I exit the game..I gotta do that shit again. Now, I'm for sure not going to restore and update IOS. I can't use crash reporter because nothing is technically crashing.
  18. This nice?
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines