![Finding websites vulnerable to sql injection without using dorks](http://1.bp.blogspot.com/-htG7vy9vIAA/Tp0KrMUdoWI/AAAAAAAABAU/e7XkFtErqsU/s1600/grey.gif)
1, First open up a proxied browser and visit http://punkspider.hyperiongray.com/ 2, Enter the keyword in the textbox In this case ...
1, First open up a proxied browser and visit http://punkspider.hyperiongray.com/ 2, Enter the keyword in the textbox In this case ...
bai 1: su dung awk in tat ca file /etc/passwd awk '{print}' /etc/passwd hoac co the viet awk '{print $0}' /etc/passwd b...
#!/bin/bash # %CPU a=$(ps -eo pcpu | awk '{tongcpu+=$1} END {print tongcpu}') echo "tong % CPU la: $a" # %MEM b=$(ps ...
#!/bin/bash echo -n "nhap n: " read n for ((i=0; i<n; i++)) do read -p "a[$i]= " a[$i] done max=${a[0]} for ...
#!/bin/bash echo "nhap n tu ban phim: " read n s=0 for ((i=1; i<=$n; i++)) do let s=s+1 done echo "tong s= $s...
#!/bin/bash echo -n "nhap file can tim kiem: " read file name_file=$(find / -name $file) echo "ket qua: $name_file" if ...
#!/bin/bash echo "nhap 3 so a,b,c: " read a read b read c delta=$(echo "$b*$b-4*$a*$c" | bc) if [ $delta -lt 0 ];...
Scripts rename hang loat: #!/bin/sh // đổi hang loạt file.rb.txt thanh file .rb for f in *.rb.txt; do mv "$f" "${f%.txt...
Hẳn là các bạn đang nghĩ đến việc sử dụng những ứng dụng này cho các nhiệm vụ theo dõi đầy “nghẹt thở” như trong phim Điệp viên 007, hãy cẩ...