Jared Burrows Blog
Software Development and Course Notes
Pages
(Move to ...)
Home
Burrows Apps
Course Notes
▼
Friday, April 27, 2012
Android - Text Bomber/Spammer
›
A Simple Text Spamming App This is only for proof of concept, please only use for educational purposes only. Make sure the app con...
Thursday, April 5, 2012
HelloWorld in Assembly
›
Assembly - HelloWorld [bits 64] global _start section .data message db "Hello, World!" section .text _start: mov ...
Sunday, February 19, 2012
What is Wifi Security?
›
Everyone's on Wifi In today's society almost every one has a cell phone and/or laptop or tablet. Either way everyone has used a w...
Saturday, February 11, 2012
How to Spoof Processes
›
Creating a Fake Process This can be easily done in plenty of languages, however I believe this is easily implemented in Perl: process.pl...
Monday, February 6, 2012
How to hack the Facebook for Android App
›
Source Code I always liked to poke around at things to see how they worked. A while ago I wanted to look inside some of my favorite apps s...
3 comments:
Wednesday, February 1, 2012
How to capture packets using Wireshark/Aircrack/TCPDump
›
Capturing Packets Analyzing packets is very important in order to see where your data is being sent and received. Here are some good too...
Friday, December 16, 2011
How to use libcurl in C/C++
›
libcurl Newer languages such as Java and newer scripting languages such as Python come with good libraries to download files and do onlin...
Saturday, December 10, 2011
How to hack Facebook accounts with a Phishing Scam
›
Facebook phishing scam Its so amazing how easily people's emails and passwords are stolen in a matter of seconds. Phishing scams hap...
1 comment:
‹
›
Home
View web version