# GitHub Tools

# OSINT

### OSINT namecheckers list

A list of tools to search accounts by username with pros and cons.

[https://github.com/soxoj/osint-namecheckers-list](https://github.com/soxoj/osint-namecheckers-list)

# Hacking

### Power Pwn

Power Pwn is an offensive security toolset for Microsoft 365.  
Install with `pip install powerpwn`.

[https://github.com/mbrg/power-pwn](https://github.com/mbrg/power-pwn)

### Payloads All The Things

A list of useful payloads and bypasses for Web Application Security. Feel free to improve with your payloads and techniques!

[https://github.com/swisskyrepo/PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings)

# Computing

### Build your own &lt;insert-technology-here&gt;

This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.

[https://github.com/codecrafters-io/build-your-own-x](https://github.com/codecrafters-io/build-your-own-x)

### List of Free Learning Resources In Many Languages

[https://github.com/EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books)

### Awesome Python

An opinionated list of awesome Python frameworks, libraries, software and resources.

[https://github.com/vinta/awesome-python](https://github.com/vinta/awesome-python)

### developer-roadmap

Community driven roadmaps, articles and resources for developers

[https://github.com/kamranahmedse/developer-roadmap](https://github.com/kamranahmedse/developer-roadmap)

### 30-seconds-of-code

[https://github.com/Chalarangelo/30-seconds-of-code](https://github.com/Chalarangelo/30-seconds-of-code)