Quantcast
Channel: TechMeOut.tv | Blog » PHP
Browsing latest articles
Browse All 10 View Live

PHP Traceroute + Netstat Example

Below are some examples on how to do traceroute and netstat analysis in PHP on a Linux Server. This data could be incredibly useful if collected and analyzed or a script could be written to...

View Article



PHP + Linux Remotely Monitor Server Network Connections & Traffic Statistics

For security purposes it might be asked of someone in the security information field or system administrator field to be aware of all connections running in a production environment. Being as PHP is my...

View Article

ARIN Database PHP Class for Doing an IP Address Lookup

In some previous posts I have explained how to look-up information for a particular IP address from the Neustar IP Intelligence API. Well, Neustar IPI can be quite expensive so if you are not a multi...

View Article

MaxMind Downloadable GeoIP Database PHP Class

MaxMind provides a free downloadable GeoIP database that gets updated the first Tuesday of every month. I have found this data to be incredibly accurate for being free. Some of the data returned from...

View Article

PHP Encryption Function 256-bit Encryption Decryption

Encrypting sensitive information in a database is a very important especially since everyday there are new 0day exploits discovered allowing black hat hackers to exploit your applications and access...

View Article


Crunchbase API PHP Class

CrunchBase is the free database of technology companies, people, and investors that anyone can edit. Crunchbase has a lot of good data on business organizations and for that reason I quickly put...

View Article

FreeGeoIP.net PHP IP Lookup Class

While continuing my research on GeoIP look-up resources, I stumbled upon freegeoip.net It’s another accurate look-up service comparable to MaxMind and it might in fact use MaxMind on the back-end. The...

View Article

PHP Writing Secure Code to Fight MySQL Injection

Writing secure code becomes more important everyday as hackers innovate new ways to gain access to your server or data sets. In today’s world, security has to be a top priority while developing a web...

View Article


Simple PHP SSH BruteForce Tutorial

Lets take a trip to the dark side and write something in PHP that you could be bad with I understand that the odds of cracking passwords with brute-force word-lists is very unlikely assuming strong...

View Article


PHP Application MySQL Injection Example

Here is a short video I put together to show the perspective of a PHP developer writing an application that makes MySQL queries as well as a BlackHat hacker who wants to steal data utilizing MySQL...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images