Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinsyo/cybersec
Cyber Security Collections
https://github.com/chinsyo/cybersec
Last synced: about 1 month ago
JSON representation
Cyber Security Collections
- Host: GitHub
- URL: https://github.com/chinsyo/cybersec
- Owner: chinsyo
- Created: 2024-10-15T09:53:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T05:26:33.000Z (3 months ago)
- Last Synced: 2024-10-20T19:03:11.399Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cyber Security Collection
### Blogs
- [Project Zero](https://googleprojectzero.blogspot.com)
- [Google Security](https://security.googleblog.com)
- [Quarkslab's blog](https://blog.quarkslab.com)
- [Kaspersky Blog](https://kaspersky.com/blog/)
- [Cloudflare Blog](https://blog.cloudflare.com/tag/security/)
- [Blackhat](https://blackhat.com)- [Xuanwu Lab](https://xlab.tencent.com/cn/)
- [Siguza](https://siguza.net)
- [Joe Grand](https://grandideastudio.com)
- [Phillip Tennen](https://axleos.com)
- [cocomelonc](https://cocomelonc.github.io)
- [n1ghtw0lf](https://n1ghtw0lf.github.io)
- [Fernweh](https://blog.wohin.me/)### Vulnerabilities
- [Meltdown & Spectre](https://meltdownattack.com)- [Heartbleed](https://heartbleed.com/)
- [Retbleed](https://)
- [iPhone Wiki](https://theiphonewiki.com/wiki/Main_Page)- [DirtyCOW](https://dirtycow.ninja)
- [DirtyPipe](https://dirtypipe.cm4all.com/)
- [DirtyCred](https://zplin.me/papers/DirtyCred.pdf)### Commandline Tools
- gcc
- gdb- file
- strings
- ldd
- readelf / objdump / objcopy / hexdump
- [radare2](https://github.com/radareorg/radare2)
- [pmap](https://www.redhat.com/en/blog/pmap-command)
- [checksec](https://github.com/slimm609/checksec)
- strace / ltrace / mtrace / vmstat
- diff / cmp / [vbindiff](https://github.com/madsen/vbindiff)
- nmap / tcpdump
- dmesg
- afl++ / honggfuzz / libfuzzer
- [binwalk](https://github.com/ReFirmLabs/binwalk)
- metasploit
- [preeny](https://github.com/ReFirmLabs/binwalk)
- angr / unicorn / qemu / ghrida / capstone
- [pin](https://www.intel.com/content/www/us/en/developer/articles/tool/pin-a-binary-instrumentation-tool-downloads.html)### Software
- VMware Workstation Pro (Free for personal use)
- System Installer Image (Windows / Ubuntu)
- PEStudio
- Jadx
- IDA 9.0 Pro (beta)
- Wireshark
- x64dbg / windbg