본문 바로가기

[+] 유틸리티

IP Random 생성 : IP Random generation

#!/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
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 ... ㅠ ㅠ