우분투에서 ifconfig로 ip 확인하기! user@ubuntu20: ~$ ifcconfig Command 'ifconfig' not found, but can be installed with: sudo apt install net-tools user@ubuntu20: ~$ ip a 1: lo: mtu 56636 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/B scope host lo ... 2: ens33: ssh-keygen -R 192.168.@@@.@@@ # Host 192.168.@@@.@@@ found: line 1 # H..
Fuzzing

[Fuzzing 101] Excersise 1 - Xpdf 환경 구축하기!! https://github.com/antonio-morales/Fuzzing101/tree/main/Exercise%201 GitHub - antonio-morales/Fuzzing101: An step by step fuzzing tutorial. A GitHub Security Lab initiative An step by step fuzzing tutorial. A GitHub Security Lab initiative - GitHub - antonio-morales/Fuzzing101: An step by step fuzzing tutorial. A GitHub Security Lab initiative github.co..
[논문 리뷰] 원문: https://arxiv.org/abs/1812.00140 The Art, Science, and Engineering of Fuzzing: A Survey Among the many software vulnerability discovery techniques available today, fuzzing has remained highly popular due to its conceptual simplicity, its low barrier to deployment, and its vast amount of empirical evidence in discovering real-world software vu arxiv.org [파일] [참고 블로그] 해당 논문은 영어인데 티스토리에..