Skip to content
View obsti8383's full-sized avatar

Block or report obsti8383

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
obsti8383/README.md
  • 👋 Hi, I’m @obsti8383
  • 👀 I’m interested in IT / information security and privacy
  • I'm an information security consultant
  • I'm based in Germany

Pinned Loading

  1. hardentools/hardentools hardentools/hardentools Public

    Hardentools simply reduces the attack surface on Microsoft Windows computers by disabling low-hanging fruit risky features.

    Go 3.1k 258

  2. Bookmarklet - download all PDFs in l... Bookmarklet - download all PDFs in links on a page
    1
    javascript:(() => {
    2
     const items = document.querySelectorAll('a');
    3
     let delay = 0;
    4
     for (let index = 0; index < items.length; index++) {
    5
     const item = items[index];
  3. 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.
    1
    javascript:(()=>{alert(ytInitialData.metadata.channelMetadataRenderer.rssUrl);})();
  4. UniversalMockService UniversalMockService Public

    A universal "mockup" web service that always sends the same response (which ist stored in a text file) to every request.

    Go 1