Skip to content

Instantly share code, notes, and snippets.

View avraampiperidis's full-sized avatar

Avraam Piperidis avraampiperidis

View GitHub Profile
@avraampiperidis
avraampiperidis / gist:5807355
Created June 18, 2013 17:14
im trying to make a general purpose simple php network script with network and system functions i tryed to put as much as i could. i want to put telnet and netcat and an auto scan and connect function but i have some hard time in coding.
<?php
//php network script
//works only on cli
//by zeron abraham piperidis3@yahoo.gr (any response would be appreciate)
/*im trying to make a general purpose simple php network script with network and system functions
i tryed to put as much as i could.
i want to put telnet and netcat and an auto scan and connect function but i have some hard time in coding.*/
// curl extension must enable!!!,for ubuntu-mint... apt-get install php5-curl