{"id":13539803,"url":"https://github.com/abeluck/stegdetect","last_synced_at":"2025-04-02T06:31:32.885Z","repository":{"id":38290628,"uuid":"9317679","full_name":"abeluck/stegdetect","owner":"abeluck","description":"UNMAINTAINED. USE AT OWN RISK. Stegdetect is an automated tool for detecting steganographic content in images.","archived":true,"fork":false,"pushed_at":"2018-10-31T08:44:08.000Z","size":1435,"stargazers_count":405,"open_issues_count":3,"forks_count":111,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-11-03T04:32:44.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://web.archive.org/web/20150415213536/http://www.outguess.org/detection.php","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abeluck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-09T09:32:34.000Z","updated_at":"2024-11-02T07:21:05.000Z","dependencies_parsed_at":"2022-07-12T02:02:07.421Z","dependency_job_id":null,"html_url":"https://github.com/abeluck/stegdetect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abeluck%2Fstegdetect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abeluck%2Fstegdetect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abeluck%2Fstegdetect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abeluck%2Fstegdetect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abeluck","download_url":"https://codeload.github.com/abeluck/stegdetect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246768011,"owners_count":20830590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-08-01T09:01:32.127Z","updated_at":"2025-04-02T06:31:27.869Z","avatar_url":"https://github.com/abeluck.png","language":"C","funding_links":[],"categories":["\u003ca id=\"8f92ead9997a4b68d06a9acf9b01ef63\"\u003e\u003c/a\u003e扫描器\u0026\u0026安全扫描\u0026\u0026App扫描\u0026\u0026漏洞扫描","C (61)","Tools","\u003ca id=\"132036452bfacf61471e3ea0b7bf7a55\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"1927ed0a77ff4f176b0b7f7abc551e4a\"\u003e\u003c/a\u003e隐私存储","Steganography"],"readme":"stegdetect\n==========\n\n**Note**: This repo is a code mirror of [the original source](http://www.outguess.org/detection.php) which is now dead. Here is a working [archive](https://web.archive.org/web/20150415213536/http://www.outguess.org/detection.php) of the page.\n\nStegdetect and Stegbreak have been developed by [Niels Provos](http://niels.xtdnet.nl/).\n\n[Copyright 2002 Niels Provos \u003cprovos@citi.umich.edu\u003e](LICENSE)\n\n**This repo is not maintained. Use at your own risk (there are known issues)**\n\n---\n\nStegdetect is an automated tool for detecting steganographic content in images.\n\nThis repo has been updated to compile cleanly on Ubuntu since the original project appears to be abandoned and no longer accepts pull requests.\n\nTested on Ubuntu 16.04 and 18.04 only(17.x likely works though)\n\n### Building on 64-bit Systemgs\n\n```bash\n    $ linux32 ./configure\n    $ linux32 make\n```\n\nYou can now run stegdetect from the local directory: `./stegdetect`\n\n### Build for Android\n\nThis Android build is sort of fragile, there are many compile warnings.\n\nYou must set the environment variable `NDK_BASE` to the root location of your\nAndroid NDK.\n\n```bash\n    $ make clean\n    $ make -f Makefile.android\n```\n\n### Usage\n\nStegdetect does two types of F5 detection, simple and \"slow\". Simple merely\nlooks for a comment in the header, which any savy coder has removed. This\nmethod is enabled with the \"`-tf`\" option.\n\nThe \"slow\" F5 detection is enabled with \"`-tF`\"\n\nTo run detection on a directory of JPEGs use:\n\n```bash\n    for img in `find /path/to/images/ -iname \"*jpg\"`; do\n        ./stegdetect -tF $img;\n    done\n```\n\n**Android**\n\n\n```bash\n    $ adb push stegdetect /data/local/tmp\n    $ adb shell\n        for img in `ls /sdcard/PixelKnot/*jpg`; do\n            /data/local/tmp/stegdetect -tF $img\n        done\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabeluck%2Fstegdetect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabeluck%2Fstegdetect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabeluck%2Fstegdetect/lists"}