Skip to content
View obsti8383's full-sized avatar
Block or Report

Block or report obsti8383

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 2.9k 252

  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