Repositories (1)

antisurveillance
2 snippets stored for this repo
// response now contains all of the data which was received from the server...
    // HTTP/1.1 200 etc... the entire response.. now we can modify, insert gzip attacks, etc...
    // fuck shit up essentially... every change, or modification is more stress than the NSA would like to admit
    // on their networks.

    printf("pret %d\n", pret);
while (hptr != NULL) {
        // find connecction by source ports...
        // if it matches another (unlikely) fuck it. who cares. it wont get far.
        if (((hptr->source_port == iptr->source_port) && (hptr->destination_port == iptr->destination_port)) ||
        ((hptr->source_port == iptr->destination_port) && (hptr->destination_port == iptr->source_port)))
            break;