silvervalley's Stars
keras-team/keras
Deep Learning for humans
gentilkiwi/mimikatz
A little tool to play with Windows security
carpedm20/awesome-hacking
A curated list of awesome Hacking tutorials, tools and resources
shadowsocks/shadowsocks-go
go port of shadowsocks (Deprecated)
bethgelab/foolbox
A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX
emeryberger/CSrankings
A web app for ranking computer science departments according to their research output in selective venues, and for finding active faculty across a wide range of areas.
googleprojectzero/winafl
A fork of AFL for fuzzing Windows binaries
ctfs/write-ups-2017
Wiki-like CTF write-ups repository, maintained by the community. 2017
OpenRCE/sulley
A pure-python fully automated and unattended fuzzing framework.
advboxes/AdvBox
Advbox is a toolbox to generate adversarial examples that fool neural networks in PaddlePaddle、PyTorch、Caffe2、MxNet、Keras、TensorFlow and Advbox can benchmark the robustness of machine learning models. Advbox give a command line tool to generate adversarial examples with Zero-Coding.
zardus/wargame-nexus
A sorted and updated list of security wargame sites.
shellphish/driller
Driller: augmenting AFL with symbolic execution!
susers/Writeups
国内各大CTF赛题及writeup整理
sec-deadlines/sec-deadlines.github.io
Deadline countdowns for academic conferences in Security and Privacy
shellphish/fuzzer
A Python interface to AFL, allowing for easy injection of testcases and other functionality.
RUB-SysSec/kAFL
Code for the USENIX 2017 paper: kAFL: Hardware-Assisted Feedback Fuzzing for OS Kernels
balsn/ctf_writeup
CTF writeups from Balsn
gehaxelt/Python-dsstore
A library for parsing .DS_Store files and extracting file names
shiltemann/CTF-writeups-public
Writeups for infosec Capture the Flag events by team Galaxians
BrieflyX/ctf-pwns
Some pwn challenges selected for training and education.
andikleen/simple-pt
Simple Intel CPU processor tracing on Linux
sixstars/starctf2019
official source code of *CTF2019
mo-xiaoxi/CTF_Web_docker
dockers for CTF_Web.
mo-xiaoxi/CTFtools
本项目主要搜集一些关于信息安全攻防相关的知识与工具,便于个人的渗透工作。
momalab/ICSREF
A tool for reverse engineering industrial control systems binaries.
sixstars/starctf2018
Official repository containing files related to *ctf 2018
guilhermeferreira/spikepp
SPIKE is a protocol fuzzer creation kit. It provides an API that allows a user to create their own fuzzers for network based protocols using the C++ programming language. The tool defines a number of primitives that it makes available to C coders, which allows it to construct fuzzed messages called “SPIKES” that can be sent to a network service to hopefully induce errors. SPIKE was specifically designed to focus on finding exploitable bugs, so it’s an excellent choice for our purposes. SPIKE also includes a simple scripting capability, and within the SPIKE distribution, there are a few command line tools which can act as interpreters to simple text files containing SPIKE primitives.
mo-xiaoxi/AOS_Paper_reading
清华高级操作系统课程论文阅读笔记
sixstars/ctf-tools
Some setup scripts for security research tools.
silvervalley/how2heap
A repository for learning various heap exploitation techniques.