AndrewNohawk

Pastebin

Pastebin Related Entries

CodingPastebinSecurity

PasteLert v2!

The Quick and dirty: New PasteLert lives at http://andrewmohawk.com/pasteLertV2/ Downloads: » Interface -> http://andrewmohawk.com/pasteLertV2/src/pastelertv2_Interface.zip » Cron Tasks -> http://andrewmohawk.com/pasteLertV2/src/pastelertv2_Cron_Tasks.zip » Scraping Script -> http://andrewmohawk.com/pasteLertV2/src/pastelertv2_Python_Scraping_Script.zip And of course if you want everything -> http://andrewmohawk.com/pasteLertV2/src/pastelertv2_all.zip Overview My linode has been pretty much falling over due to the previous version of the pastebin alerts for a number of…

PastebinSecurity

Pastebin DoS + PasteLert

Hey guys, I saw the pastebin guys put out a list of the IP addresses that have been attacking them for people to check if they were, I wrote a quick little script to test this at: http://andrewmohawk.com/pastebinAttack/ Secondly, i see pastelert broke with the new GUI change on pastebin, I’ve fixed it on mine…

CodingPastebinSecurity

pasteLert *facepalm*

Sorry guys, I noticed that I haven’t been getting any pasteLert updates, and i just realised why (see above picture for my reaction). Change line 4 in truncPastes.php from: mysql_query(“truncate pastebin”); To: mysql_query(“delete from pastebin”);   Explanation: Truncate automatically resets the auto-incrementing IDs so that when the table was truncated pastes started from ID 0…

CodingPastebinSecurity

PasteLert Source

Ohhi Archive for pasteLert So i finally got round to putting the source together and writing this out. We’ve been really busy with Blackhat training at work and so on and i’m generally just lazy. Also releasing now mostly because the mysql database on my linode keeps crashing, its just too small a box to…

CodingPastebinSecurity

PasteLert! Pastebin Alerts!

ANDREW I DONT CARE ABOUT YOUR STORIES! JUST GIVE ME THE LINK! >> http://andrewmohawk.com/pasteLert/ Hey guys, So here is my latest project, extending from the previous pasteScraper to do something a little different with the pastebins. Essentially i recreated google alerts but with a bit more searchiness (yes, i make up words now too). How…