AndrewNohawk

General

General Ramblings

CodingGeneral

Arduino IPCam – Part 1 (The Circuit)

So i see its been forever since i have posted anything, figured its about time, and i wanted to show some of the stuff ive done with my Arduino. The first thing i tried to do with it was create my own budget IPCam with a webcam and some arduino parts. Basic stuff that make…

CodingGeneral

Facebook GraphAPI Waterfall!

ANDREW I DONT CARE ABOUT YOUR STORIES! JUST GIVE ME THE LINK! >> http://andrewmohawk.com/facefall/ So its been a long weekend, but i had a lot of time to myself this weekend, and decided to play a bit with some of the side projects i’ve been interested in. With regards to the previous posts, the code…

General

Facebook GraphAPI and Maltego

So a while back facebook released their graph API a way for websites and other to integrate with facebook, things like: Searching Profile enumeration ( status / feed / info ) Friend enumeration You can read the entirety of the functions at the Graph API documentation section on facebook. So the first thing you notice…