{"id":18863438,"url":"https://github.com/blackarrowsec/wappy","last_synced_at":"2025-07-29T01:07:49.288Z","repository":{"id":46038475,"uuid":"294071270","full_name":"blackarrowsec/wappy","owner":"blackarrowsec","description":"Discover web technologies in web applications from your terminal","archived":false,"fork":false,"pushed_at":"2021-11-18T11:25:29.000Z","size":438,"stargazers_count":53,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T05:17:44.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackarrowsec.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":"2020-09-09T09:51:14.000Z","updated_at":"2025-04-13T11:35:42.000Z","dependencies_parsed_at":"2022-08-30T21:21:02.384Z","dependency_job_id":null,"html_url":"https://github.com/blackarrowsec/wappy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blackarrowsec/wappy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackarrowsec%2Fwappy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackarrowsec%2Fwappy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackarrowsec%2Fwappy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackarrowsec%2Fwappy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackarrowsec","download_url":"https://codeload.github.com/blackarrowsec/wappy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackarrowsec%2Fwappy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265945596,"owners_count":23853347,"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-11-08T04:37:32.517Z","updated_at":"2025-07-29T01:07:49.254Z","avatar_url":"https://github.com/blackarrowsec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wappy\n\n[![](https://img.shields.io/badge/Category-Recon-E5A505?style=flat-square)]() [![](https://img.shields.io/badge/Language-Python-E5A505?style=flat-square)]()\n\n\nA tool to discover technologies in web applications from your terminal. It uses the\n[wap library](https://github.com/blackarrowsec/wap), that is a python implementation of the great \n[Wappalyzer](https://www.wappalyzer.com) browser extension. In fact, it uses \nthe rules defined in the file \n[technologies.json](https://github.com/AliasIO/wappalyzer/blob/master/src/technologies.json) \nof the [Wappalyzer repository](https://github.com/AliasIO/wappalyzer).\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"wappy.png\" width=\"720\" \u003e\n\u003c/p\u003e\n\n\nNote that results could not be exactly the same as the [Wappalyzer](https://www.wappalyzer.com) extension. This is because part of the information collected by wappy comes from the raw html, before being modified by javascript, as would be the case in a browser.\n\n## Setup\n\nTo install from pypi:\n```shell\npip3 install wappy\n```\n\nTo install from repo:\n```shell\ngit clone https://github.com/blackarrowsec/wappy\ncd wappy/\nmake install\n```\n\nTo install dependencies:\n```shell\ngit clone https://github.com/blackarrowsec/wappy\ncd wappy/\nmake\npython3 wappy.py -h\n```\n\nTo update technologies.json file:\n```shell\nwappy-update\n```\n\n\n## Usage\n\nAs input, you should provide urls, and wappy will make a request and identify \ntechnologies based on the response.\n\n\nTo get technologies from url:\n```shell\n$ wappy https://twitter.com\nhttps://twitter.com/ Express\nhttps://twitter.com/ Node.js\n```\n\nTo get technologies from several urls you can provide a file or send \nurls for stdin:\n```shell\n$ cat urls.txt | wappy\n$ wappy urls.txt\nhttps://www.google.com/ Google Web Server\nhttps://twitter.com/ Express\nhttps://twitter.com/ Node.js\nhttps://www.reddit.com/ Varnish\nhttps://www.reddit.com/ Reddit\nhttps://www.reddit.com/ Python\n```\n\nIn json format:\n```shell\n$ wappy urls.txt -j\n[{\"name\": \"Google Web Server\", \"url\": \"https://www.google.com/\"}, {\"name\": \"Express\", \"url\": \"https://twitter.com/\"}, {\"name\": \"Node.js\", \"url\": \"https://twitter.com/\"}, {\"name\": \"Reddit\", \"url\": \"https://www.reddit.com/\"}, {\"name\": \"Python\", \"url\": \"https://www.reddit.com/\"}, {\"name\": \"Varnish\", \"url\": \"https://www.reddit.com/\"}]\n```\nIn [schema.json](./schema.json) you have the schema of the json output.\n\nShow version (`-b`), categories (`-k`) and confidence (`-c`) with `;` \nas delimiter (`-d`):\n```shell\n$ wappy https://python.org -kbc -d ';'\nhttps://www.python.org/;jQuery;1.8.2;100;JavaScript libraries\nhttps://www.python.org/;Varnish;;100;Caching\nhttps://www.python.org/;Modernizr;;100;JavaScript libraries\nhttps://www.python.org/;Nginx;;100;Web servers,Reverse proxies\n```\n\nIn json format:\n```shell\n$ wappy https://python.org -kbc -j\n[{\"name\": \"Modernizr\", \"url\": \"https://www.python.org/\", \"version\": \"\", \"confidence\": 100, \"categories\": [\"JavaScript libraries\"]}, {\"name\": \"jQuery\", \"url\": \"https://www.python.org/\", \"version\": \"1.8.2\", \"confidence\": 100, \"categories\": [\"JavaScript libraries\"]}, {\"name\": \"Varnish\", \"url\": \"https://www.python.org/\", \"version\": \"\", \"confidence\": 100, \"categories\": [\"Caching\"]}, {\"name\": \"Nginx\", \"url\": \"https://www.python.org/\", \"version\": \"\", \"confidence\": 100, \"categories\": [\"Web servers\", \"Reverse proxies\"]}]\n```\n\n\n## Adding new technologies\n\nIf you want that wappy detects a new technology, you can add your rules to the \n[technologies.json](https://github.com/AliasIO/wappalyzer/blob/master/src/technologies.json) \nfile and load it with wappy. \n\nPlease, consider to do a pull request to \n[Wappalyzer repo](https://github.com/AliasIO/wappalyzer)\nand share your rules with the community. Follow the rules in \n[Adding a new technology](https://www.wappalyzer.com/docs/dev/contributing#adding-a-new-technology).\n\nPlease do not submit pull requests related to technologies.json, since this repository is \nnot related with Wappalyzer.\n\n\n## Author\nEloy Pérez ([@Zer1t0](https://github.com/Zer1t0)) [ [www.blackarrow.net](http://blackarrow.net/) - [www.tarlogic.com](https://www.tarlogic.com/en/) ]\n\n\n## License\nAll the code included in this project is licensed under the terms of the GNU GPLv3 license.\n\n#\n\n[![](https://img.shields.io/badge/www-blackarrow.net-E5A505?style=flat-square)](https://www.blackarrow.net) [![](https://img.shields.io/badge/twitter-@BlackArrowSec-00aced?style=flat-square\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/BlackArrowSec) [![](https://img.shields.io/badge/linkedin-@BlackArrowSec-0084b4?style=flat-square\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/company/blackarrowsec/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackarrowsec%2Fwappy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackarrowsec%2Fwappy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackarrowsec%2Fwappy/lists"}