AndrewNohawk

Tag: php

CodingSecurity

FireBridges, proxies that burn!

Overview   I’ve always been semi interested in botnets/trojans and targetted attacks and the way they get their data in and out and how the command and control centres work. One of the things i’d usually do is see if I can determine where the traffic is going from the bot (infected machine) and this…

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…

CodingSecurity

Plot wardrives without a GPS

So this is the only entry i have where i’ve built an app that wont work from day 1. “Oh why andrew, why?” you might say, but as I shrug, this was not my fault. So a while back Samy Kamkar produced his geolocation proof of concept code which works awesomely at being able to…