Skip to content

Instantly share code, notes, and snippets.

@gnebbia
gnebbia / pt_to_install.txt
Last active September 23, 2021 21:54
Pentest/CTF Tools
# Tools
nmap
metasploit
wpscan
burpsuite
rustscan
python
hydra
ncrack
john
@gnebbia
gnebbia / scapy.txt
Created November 5, 2021 12:42
scapy tutorial
# scapy
# scapy is cool and works flawlessly
# If you ever think about using pyshark, as of september 2020 don't!
# pyshark, although supporting a lot of protocols, has a lot of bugs.
# NOTE: A high level network sniffer reporting some stats is YAS:
# https://github.com/redcode-labs/YAS
## Getting Help
@gnebbia
gnebbia / riscv.md
Created June 22, 2025 19:12 — forked from cb372/riscv.md
Writing an OS in Rust to run on RISC-V

(This is a translation of the original article in Japanese by moratorium08.)

(UPDATE (22/3/2019): Added some corrections provided by the original author.)

Writing your own OS to run on a handmade CPU is a pretty ambitious project, but I've managed to get it working pretty well so I'm going to write some notes about how I did it.