
설치 방법$ wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz$ tar -xvf afl-latest.tgz$ cd afl-2.49b/ (디렉토리 이름은 다를 수 있음)$ make$ sudo make install 취약한 소스 코드 작성#include #include int main() { char login[16]; char password[16]; printf("Login : "); scanf("%s", login); printf("Password : "); scanf("%s", password); if (strcmp(login,"root") == 0) { if(strcmp(password, "..