Adding some bookmarks.

This commit is contained in:
Julien Palard 2022-02-15 18:09:32 +01:00
parent 21c0f9a149
commit 89b8ac0e75
1 changed files with 26 additions and 4 deletions

View File

@ -68,6 +68,7 @@ Date: 2021-05-05 15:21:00
# Cybersecurity
- [Top 10 web hacking techniques of 2021](https://portswigger.net/research/top-10-web-hacking-techniques-of-2021)
- - 🔧 [PDF Tools](https://blog.didierstevens.com/programs/pdf-tools/)
- [Yes We Hack — bug bounty](https://www.yeswehack.com)
- 🎮 [IRC Puzzles](https://blog.ircpuzzles.org/)
@ -137,21 +138,35 @@ Date: 2021-05-05 15:21:00
## Cybersecurity/OSINT
- [The OSINT Framework](https://osintframework.com/)
- [Have I been Pwned (« Have them been pwned :D »)](https://haveibeenpwned.com/)
- 🔧 [theHarvester — E-mails, subdomains and names Harvester](https://github.com/laramies/theHarvester)
- 🔧 [SpiderFoot — automates OSINT for threat intelligence and mapping your attack surface.](https://github.com/smicallef/spiderfoot)
- 🔧 [XRay is a tool for recon, mapping and OSINT gathering from public networks.](https://github.com/evilsocket/xray)
- 🔧 [GooHak — Automatically Launch Google Hacking Queries Against A Target Domain](https://github.com/1N3/Goohak/blob/master/goohak)
- 🔧 [TIDos-Framework — The Offensive Manual Web Application Penetration Testing Framework. ](https://github.com/0xInfection/TIDoS-Framework)
- 🔧 [GHunt — Investigate Google emails and documents.](https://github.com/mxrch/GHunt)
- 🔧 [Online tool with IPv4 hosts, domains/whois/site info, ports/banners/protocols, technologies, maintain biggest SSL/TLS db, AS, OS,...](https://spyse.com/)
- [Searchable online database of domains, emails, passwords, ...](https://intelx.io)
- 🧰 [OSINT4ALL](https://start.me/p/L1rEYQ/osint4all)
- 🔧 [FinalRecon — An automatic web reconnaissance tool written in Python](https://github.com/thewhiteh4t/FinalRecon/)
- 🔧 [recon-ng — Open Source Intelligence gathering tool aimed at reducing the time spent harvesting information from open sources.](https://github.com/lanmaster53/recon-ng)
- 📊 [shodan](www.shodan.io), [censys](censys.io), [netcraft](sitereport.netcraft.com)
- 🔧 [RevealIn: Uncover the full name of a target on Linkedin.](https://github.com/mxrch/revealin)
- 🔧 [Bibliogram is a website that takes data from Instagram's public profile views and puts it into a friendlier page](https://bibliogram.snopyta.org/)
- 🔧 [MetaGooFil — Metadata Harvester (old, python2)](https://github.com/laramies/metagoofil)
### Cybersecurity/OSINT/DNS
### Cybersecurity/OSINT/DNS Enumeration
- [SubScraper — Perform subdomain enumeration through various techniques and retrieve detailed output to aid in further testing. ](https://github.com/m8r0wn/subscraper)
- [dnsdumpster.com](https://dnsdumpster.com)
- [dnsrecon](https://github.com/darkoperator/dnsrecon)
- [subscraper](https://github.com/m8r0wn/subscraper)
- [finalrecon](https://github.com/thewhiteh4t/FinalRecon/)
- [domainrecon](https://github.com/realsanjay/DomainRecon)
- [amass](https://owasp-amass.com/)
- [OWASP Amass — In-depth Attack Surface Mapping and Asset Discovery](https://owasp-amass.com/)
### Cybersecurity/OSINT/Certificate transparency search engines
@ -214,7 +229,7 @@ Or from command line with a postgresql client:
- 📑 [Accessibility — Jupyter accessibility working group](https://github.com/jupyter/accessibility)
- 🔧 [Convert slides to videos using ffmpeg](https://framagit.org/numahell/bbb-retrieve-presentation/-/merge_requests/4/diffs)
- 🔧 [n8n: an Open-Source IFTTT (Workflow Automation Tool)](https://github.com/n8n-io/n8n)
- [Tri de l'information et enseignement de l'esprit critique : une carte pour s'y retrouver](https://cortecs.org/secondaire/tri-de-linformation-et-enseignement-de-lesprit-critique-une-carte-pour-sy-retrouver/)
# Math
@ -280,6 +295,7 @@ Or from command line with a postgresql client:
## Programming/Python
- 🔧 [pz — Easily handle day to day CLI operation via Python instead of regular Bash programs.](https://github.com/CZ-NIC/pz)
- 📑 [Quantum Computing in Python](https://iza.ac/pdf/pycon2021.pdf)
- 📑 [setup.py vs requirements.txt](https://caremad.io/posts/2013/07/setup-vs-requirement/)
- 📑 [How type annotations make your code better?](https://igordavydenko.com/talks/de-pycon-2018/)
@ -304,7 +320,8 @@ Or from command line with a postgresql client:
- 📑 [Les secrets d'un code pythonique](https://zestedesavoir.com/articles/1079/les-secrets-dun-code-pythonique/)
- 📑 [These series of posts are an accompaniment to a couple of talks given: Advanced asyncio: Solving Real-world Production Problems](https://www.roguelynn.com/words/asyncio-we-did-it-wrong/)
- 🔧 [Rich — Python library for rich text and beautiful formatting in the terminal](https://pypi.org/project/rich/)
- 🔧 [Mimic is a tool with the intention to defer actions done on objects or classes](https://github.com/maarten-dp/mimics)
- Examples using GTK4/libadwaita and Python: [Giara](https://gitlab.gnome.org/World/giara), [gnome-secrets](https://gitlab.gnome.org/World/secrets)
### Programming/Python/Django
@ -346,6 +363,11 @@ Or from command line with a postgresql client:
- 🔧 [dash — A productive Python framework for building web analytic applications](https://dash.plotly.com/introduction)
### Programming/Python/Tests
- 📑 [Running C unit tests with pytest](https://p403n1x87.github.io/running-c-unit-tests-with-pytest.html)
## Programming/GIT
- [The history of git](https://www.welcometothejungle.com/en/articles/btc-history-git)