#
mitigations
Here are 7 public repositories matching this topic...
Academic papers related to fuzzing, binary analysis, and exploit dev, which I want to read or have already read
-
Updated
Aug 10, 2020
Function order shuffling to defend against ROP and other types of code reuse
-
Updated
Dec 16, 2019 - C++
WinDbg extension to display Windows process mitigations
windbg
windbg-extension
iris
acg
cfg
mitigations
aslr
dep
seh
exploit-development
windbg-preview
exploitdev
rfg
-
Updated
Jan 3, 2020 - C++
Research on UDP/TCP amplification vectors, payloads and mitigations against their use in DDoS Attacks
-
Updated
Aug 18, 2020 - C
Fully-featured tool that combines state-of-the-art TLS analyzers with a report system that suggests appropriate mitigations and shows the full set of viable attacks.
tls
hsts
robot
https
crime
rc4
certificate-transparency
poodle
attack-trees
mitigations
breach
sloth
drown
sweet32
3shake
bar-mitzvah
lucky13
-
Updated
May 20, 2020 - Shell
simeononsecurity
commented
Aug 7, 2020
.Net Script "machine.config" when installed, breaks all .net application
Specifically breaks powershell.
Improve this page
Add a description, image, and links to the mitigations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mitigations topic, visit your repo's landing page and select "manage topics."
We currently use
WinVerifyTrustto validate in-binary Authenticode signatures, but this doesn't work for externally signed binaries (i.e., those that come with a separate.catfile). Many core WIndows binaries are signed externally, so we should support this case.Some initial research: