diff --git a/README.md b/README.md index 4def77a..7e1b1c0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # siblinks ## sib -* https://levis.fh-ooe.at/Shared/Login.aspx -* https://ieeexplore-ieee-org.fhooe.idm.oclc.org/Xplore/home.jsp -* https://search-fho.obvsg.at/primo-explore/search?vid=FHO&lang=de_DE&fromRedirectFilter=true -* https://elearning.fh-ooe.at/login/index.php -* https://mail.fh-ooe.at/owa/#path=/mail +* [Levis](https://levis.fh-ooe.at/Shared/Login.aspx) +* [FH Zugang zu IEEE Portal](https://ieeexplore-ieee-org.fhooe.idm.oclc.org/Xplore/home.jsp) +* [Online Bib](https://search-fho.obvsg.at/primo-explore/search?vid=FHO&lang=de_DE&fromRedirectFilter=true) +* [Moodle](https://elearning.fh-ooe.at/login/index.php) +* [Online Mailacc](https://mail.fh-ooe.at/owa/#path=/mail) +* [On-the-Hub - VMware, MS-Office etc.](https://weblogin.fh-ooe.at/idp/profile/SAML2/Redirect/SSO?execution=e2s1) ## sec-news * [wired.com](https://www.wired.com/category/security/) @@ -20,15 +21,23 @@ * [Hacker news](https://news.ycombinator.com/) * [Kuketz-Blog](https://www.kuketz-blog.de/) * [Krebs on Security](https://krebsonsecurity.com/) +* [BleepingComputer](https://www.bleepingcomputer.com/) * [tl;dr sec](https://tldrsec.com/) #newsletter ## thread intelligence -## home server +## mobile +### Apple +* [Apple Platform Security Guide](https://manuals.info.apple.com/MANUALS/1000/MA1902/en_US/apple-platform-security-guide.pdf) +### Android +* [Android Platform Security Model](https://arxiv.org/pdf/1904.05572.pdf) ## linux +### WSL +* [Win-Kex](https://www.kali.org/docs/wsl/win-kex/) - Win-KeX provides a Kali Desktop Experience for Windows Subsystem for Linux (WSL 2) ## latex +* [Latex Vorlagen für wissenschaftliche Arbeiten](https://github.com/Digital-Media/HagenbergThesis) ## CI/CD @@ -38,11 +47,13 @@ * [Publikationen des Büro für Technikfolgen-Abschätzung beim Deutschen Bundestag](https://www.tab-beim-bundestag.de/de/publikationen/index.html) - diverse lesenswerte Berichte (Blackouts, AI, etc.) ## pentesting - ### tools * [SecLists](https://github.com/danielmiessler/SecLists) - SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more. * [replit - free, collaborative, online IDE](https://replit.com/) - quick and easy scripts with custom domain * [webhook.site](https://webhook.site/#!/67f35dd1-a2db-4a0d-b518-915089f6efb9) +* [Statische Code Analyse mit Semgrep (SAST)](https://semgrep.dev/) +### training +* [WebSec Academy by Portswigger](https://portswigger.net/web-security) ## Malware * [vx-underground](https://samples.vx-underground.org/): Malware Samples and writups @@ -52,19 +63,20 @@ ### non-fiction ### biography -## sharing - ## public cloud ## online tools +### design * [drawthe](http://go.drawthe.net/) Tool * [Excalidraw - Hand-drawn look & feel](https://excalidraw.com/) - Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them. +* * [Cryptpad](https://cryptpad.fr/): Google Drive funktionen nur nicht von google und End-to-End Encrypted und mit der Option von Self-hosting +* ### language +* [Duden Mentor](https://mentor.duden.de/) - optimiert Rechtschreibung, Grammatik, Zeichensetzung und Ihren Stil. +* [LanguageTool](https://languagetool.org/de] - Grammatik-, Stil- und Rechtschreibprüfung ist in vielen Sprachen ## online games * https://krunker.io -## jobs - ## subreddits * [r/Selfhosted](https://www.reddit.com/r/selfhosted/) * [r/Hacking Tutorials](https://www.reddit.com/r/Hacking_Tutorials/) @@ -80,6 +92,7 @@ * [GPG/SSH with Yubikey](https://github.com/drduh/YubiKey-Guide) ## cheatsheets +* [AppSecMap](https://appsecmap.com/) - is a live map of vendors and community projects related to application security. ## memes * [xkcd](https://xkcd.com/) @@ -90,21 +103,33 @@ ## privacy ## dev +### Git +* [What's git?](https://www.atlassian.com/en/git/tutorials/what-is-git) +* [eBook about Git](https://git-scm.com/book/de/v2) +### Coding Challenges +* [Advent of Code](https://adventofcode.com/) ### python * [Google Colab](https://colab.research.google.com/) - Python Notebooks online in der GCP * [Memory Management](https://towardsdatascience.com/memory-management-in-python-6bea0c8aecc9) +* [Easy web application framework](https://palletsprojects.com/p/flask/) ### java ## k8s +### tools +* [kind](https://kind.sigs.k8s.io/) - is a tool for running local Kubernetes clusters using Docker container “nodes”. * [Create Virtual Cluster](https://kubernetes.io/de/docs/setup/minikube/) -* [Framework zum umstzen Security Policies in k8s Umgebungen](https://www.openpolicyagent.org/docs/v0.12.2/kubernetes-admission-control/) -* [USeful Policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) -* [Offical Implemation Security Policies](https://github.com/open-policy-agent/gatekeeper-library) * [Lightweight Kubernetes K3s](https://k3s.io/) -* [Rasperry PIs](https://turingpi.com/) also Kubernetes cluster +* [Istio](https://istio.io/latest/) - extends Kubernetes to establish a programmable, application-aware network using the powerful Envoy service proxy. +* [Falco](https://falco.org/) - cloud-native runtime security project, is the de facto Kubernetes threat detection engine +### knowledge +* [Framework zum umsetzen Security Policies in k8s Umgebungen](https://www.openpolicyagent.org/docs/v0.12.2/kubernetes-admission-control/) +* [USeful Policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) +* [Offical Implementation of Security Policies](https://github.com/open-policy-agent/gatekeeper-library) +* [Rasperry PIs](https://turingpi.com/) als Kubernetes cluster * [Kubectl Cheat Sheet](https://linuxacademy.com/site-content/uploads/2019/04/Kubernetes-Cheat-Sheet_07182019.pdf) + ## docker ## podcasts * [Risky.biz](https://risky.biz/)