Aditya Basu's repositories
name-confusion
Demonstrating name confusion attacks.
akaros-usercbdma
Userspace tool to interact with cbdma
hadoop-nimble
Apache Hadoop with changes to work with Nimble
lsm-trusty-kernel
Ubuntu Trusty (14.04 LTS) kernel patches
adityabasu.me
Has my blog, resume, and about me.
awesome-ctf
A curated list of CTF frameworks, libraries, resources and softwares
awesome-ninja-admins
:dizzy: A collection of awesome lists, manuals, blogs, hacks, one-liners and tools for Awesome Ninja Admins.
awesome-privilege-escalation
A curated list of awesome privilege escalation
dotfiles_deploy
Deploy the dotfiles.
griffin-trace
A version of Griffin used to provide program traces
hdfs
API and command line interface for HDFS
Intellij-Hadoop
Run Hadoop program using Intellij
leetcode-patterns
A curated list of 160+ leetcode questions grouped by their common patterns
mitthu.github.io-archive1
Build a Jekyll blog in minutes, without touching the command line.
private-internet-access-docker
Private internet access openvpn client in a lightweight Docker container
rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
startercode
Code to start small projects, or test out code.
syzkaller
syzkaller is an unsupervised, coverage-guided kernel fuzzer
x86-assembly-cheat
x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/************/x86-bare-metal-examples, ARM cheat at: https://github.com/************/arm-assembly-cheat
x86-bare-metal-examples
Dozens of minimal operating systems to learn x86 system programming. Userland cheat at: https://github.com/************/x86-assembly-cheat ARM baremetal setup at: https://github.com/************/linux-kernel-module-cheat#baremetal-setup Keywords: hello world, bare bones, boot sector, MBR, BIOS, UEFI, VGA, GRUB, Multiboot, QEMU.