- 👋 Hi, I’m @obsti8383
- 👀 I’m interested in IT / information security and privacy
- I'm an information security consultant
- I'm based in Germany
Info Sec. Consultant, based in Germany
- Munich
- https://obsti8383.github.io/
Pinned Loading
-
hardentools/hardentools
hardentools/hardentools PublicHardentools simply reduces the attack surface on Microsoft Windows computers by disabling low-hanging fruit risky features.
-
Bookmarklet - download all PDFs in l...
Bookmarklet - download all PDFs in links on a page 1javascript:(() => {
2const items = document.querySelectorAll('a');
3let delay = 0;
4for (let index = 0; index < items.length; index++) {
5const item = items[index];
-
Extracts the RSS Feed URL from a You...
Extracts the RSS Feed URL from a Youtube Channel page and show it in an alert() dialog. 1javascript:(()=>{alert(ytInitialData.metadata.channelMetadataRenderer.rssUrl);})();
-
UniversalMockService
UniversalMockService PublicA universal "mockup" web service that always sends the same response (which ist stored in a text file) to every request.
Go 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.