#代码审计 使用AFLPlusplus进行C项目代码审计 https://www.youtube.com/watch?v=9wRVo0kYSlc&feature=share
YouTube
[Fuzzing with AFLplusplus] How to install and use AFLplusplus to fuzz a simple C program
In this video we will see following:
1. How to install AFLplusplus?
2. What are the different build options it have?
3. How to fuzz a simple C program with it.
Download AFLplusplus from here:
https://github.com/AFLplusplus/AFLplusplus
Sample C program mentioned…
1. How to install AFLplusplus?
2. What are the different build options it have?
3. How to fuzz a simple C program with it.
Download AFLplusplus from here:
https://github.com/AFLplusplus/AFLplusplus
Sample C program mentioned…
Detecting Access Token Manipulation
https://www.youtube.com/watch?v=RMVyYvt0bLY
https://www.youtube.com/watch?v=RMVyYvt0bLY
YouTube
Detecting Access Token Manipulation
Windows access token manipulation attacks are well known and abused from an offensive perspective, but rely on an extensive body of arcane Windows security internals: logon sessions, access tokens, UAC, and network authentication protocols, such as Kerberos…