#!/usr/bin/perl
# made by MaJ3stY #
########################################################################
system("cls");
sub ranip() {
$ip = join(".", map int(rand(256)), 1..4);
print "IP : $ip \n";
}
while(<>) {
ranip();
print "Continue IP...(Enter)";
print "\n";
print "End is Ctrl + c \n";
}
print "The End";
########################################################################
아이피 랜덤 생성 코드입니다.
사용방법은 컴파일 후 엔터를 쳐주시면 무한대로 생성이 됩니다
랜덤생성일뿐 직접적으로 쓰지는 못합니다.
코드를 조금 수정하면 되겠지만요..
제가 Flooding 도구를 만들때 쓰려고 초창기때 잠깐 짜본 소스입니다.
하지만 지금은 프로젝트가 중단되어 만들지 못하고 있네요... ㅠㅠ
IP is a random generated code.
Follow the instructions on how to use the compilation, you will generate infinite
Follow the instructions on how to use the compilation, you will generate infinite
But will not directly generate a random.
If you're going to be some modifications to the code ..
Flooding tools to create the first time when I try to write code for a second it is this source.
The project has not been stopped, but now it's ... ㅠ ㅠ
If you're going to be some modifications to the code ..
Flooding tools to create the first time when I try to write code for a second it is this source.
The project has not been stopped, but now it's ... ㅠ ㅠ
'[+] 유틸리티' 카테고리의 다른 글
Full MSSQL Injection PWNage (0) | 2009.02.01 |
---|---|
Cygwin : UNIX 에뮬레이터 (0) | 2009.01.29 |
줄 번호 매겨주는 perl 소스 코드 : Perl source code line number attached (0) | 2009.01.29 |
라인 줄 수를 세어주는 perl 소스코드 : Count the number of line to line perl source code (4) | 2009.01.29 |