{"id":21675258,"url":"https://github.com/jwilk/security-research","last_synced_at":"2026-01-27T13:32:42.301Z","repository":{"id":41344714,"uuid":"60247454","full_name":"jwilk/security-research","owner":"jwilk","description":"Jakub's security research","archived":false,"fork":false,"pushed_at":"2025-12-29T12:31:55.000Z","size":286,"stargazers_count":13,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-01T13:09:50.712Z","etag":null,"topics":["security"],"latest_commit_sha":null,"homepage":"","language":"reStructuredText","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwilk.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-02T08:43:31.000Z","updated_at":"2025-12-31T14:46:10.000Z","dependencies_parsed_at":"2025-05-31T15:58:20.147Z","dependency_job_id":"b8112609-1474-4bad-ac0b-4c4bcacaa162","html_url":"https://github.com/jwilk/security-research","commit_stats":{"total_commits":693,"total_committers":1,"mean_commits":693.0,"dds":0.0,"last_synced_commit":"218d80204b8e3b6cb57b13054b59fdd6f62ed90e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jwilk/security-research","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwilk%2Fsecurity-research","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwilk%2Fsecurity-research/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwilk%2Fsecurity-research/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwilk%2Fsecurity-research/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwilk","download_url":"https://codeload.github.com/jwilk/security-research/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwilk%2Fsecurity-research/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["security"],"created_at":"2024-11-25T13:51:44.493Z","updated_at":"2026-01-27T13:32:42.296Z","avatar_url":"https://github.com/jwilk.png","language":"reStructuredText","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository documents security research of a *certain individual*.\n\nHere, threshold for what is considered a security issue is intentionally very low.\n\nSome security-related stuff is hosted separately:\n\n* `python-afl \u003chttps://github.com/jwilk/python-afl\u003e`_,\n  which enables `American fuzzy lop`_ instrumentation of Python code\n* `detsan \u003chttps://github.com/jwilk/detsan\u003e`_,\n  which helps you find sources of non-determinism in C (or C++) programs\n* `longutf8 \u003chttps://github.com/jwilk/longutf8\u003e`_ —\n  overlong UTF-8 sequence generator\n* `traversal-archives \u003chttps://github.com/jwilk/traversal-archives\u003e`_ —\n  archive file samples for testing against directory traversal\n* `fuzzing \u003chttps://github.com/jwilk/fuzzing\u003e`_ goodies\n* `ttyjack \u003chttps://github.com/jwilk/ttyjack\u003e`_ —\n  proof-of-concept tty hijacking\n* `vcsnoop \u003chttps://github.com/jwilk/vcsnoop\u003e`_ —\n  Linux virtual console snooping via TIOCLINUX\n* `getenvy \u003chttps://github.com/jwilk/getenvy\u003e`_ —\n  LD_PRELOAD library to snoop on ``getenv()`` calls\n* `stopgp32 \u003chttps://github.com/jwilk/stopgp32\u003e`_ —\n  tool to brute-force 32-bit OpenPGP key IDs\n* `docbook-xsl-mitm \u003chttps://github.com/jwilk/docbook-xsl-mitm\u003e`_ —\n  DocBook XSL MitM proxy\n* `git-landmine \u003chttps://github.com/jwilk/git-landmine\u003e`_ —\n  tool to create local malicious git repos\n* `unfaithful-less \u003chttps://github.com/jwilk/unfaithful-less\u003e`_ —\n  demonstration that less(1) is not a faithful pager\n* `url.sh \u003chttps://github.com/jwilk/url.sh\u003e`_ —\n  URL/shell-script hybrid\n* `abmagick \u003chttps://github.com/jwilk/abmagick\u003e`_ —\n  demonstration that ImageMagick can be abused to create arbitrary files\n* `cdhttpd \u003chttps://github.com/jwilk/cdhttpd\u003e`_ —\n  HTTP server for testing Content-Disposition\n* `crafted.deb \u003chttps://github.com/jwilk/crafted.deb\u003e`_ —\n  various generators of crafted \\*.deb packages\n* `surrealpath \u003chttps://codeberg.org/jwilk/surrealpath\u003e`_ —\n  demonstration of ``realpath()`` spoofing\n\n.. _American fuzzy lop:\n   https://lcamtuf.coredump.cx/afl/\n\n.. vim:ts=3 sts=3 sw=3 et ft=rst\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwilk%2Fsecurity-research","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwilk%2Fsecurity-research","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwilk%2Fsecurity-research/lists"}