{"id":18309098,"url":"https://github.com/typicalam/yarilo","last_synced_at":"2025-04-05T17:32:33.163Z","repository":{"id":215698398,"uuid":"730085473","full_name":"TypicalAM/Yarilo","owner":"TypicalAM","description":"Wireless Network Traffic Decrypter \u0026 Packet Analyzer","archived":false,"fork":false,"pushed_at":"2024-10-25T15:39:58.000Z","size":11330,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-25T16:06:16.025Z","etag":null,"topics":["802-11","cplusplus","libtins","svelte","wireless"],"latest_commit_sha":null,"homepage":"","language":"C++","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/TypicalAM.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2023-12-11T07:09:06.000Z","updated_at":"2024-10-24T10:47:07.000Z","dependencies_parsed_at":"2024-01-31T00:10:11.462Z","dependency_job_id":"4ea818a0-1fbf-4b32-b785-1fccb4d6d8ab","html_url":"https://github.com/TypicalAM/Yarilo","commit_stats":null,"previous_names":["typicalam/sniffsniff","typicalam/yarilo"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypicalAM%2FYarilo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypicalAM%2FYarilo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypicalAM%2FYarilo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypicalAM%2FYarilo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TypicalAM","download_url":"https://codeload.github.com/TypicalAM/Yarilo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247375186,"owners_count":20928966,"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":["802-11","cplusplus","libtins","svelte","wireless"],"created_at":"2024-11-05T16:10:15.822Z","updated_at":"2025-04-05T17:32:28.154Z","avatar_url":"https://github.com/TypicalAM.png","language":"C++","readme":"# Yarilo\n\nYarilo is an offensive security tool and packet sniffer designed for capturing and decrypting encrypted wireless network traffic. This project can analyze and interpret packets on WPA2-protected networks with support for more coming soon. It can aid in network security assessments and understanding of wireless communication protocols.\n\n**Capabilities**:\n- Capturing and decrypting data from nearby networks\n- Transferring data to/from `pcap`\n- Replay attacks (deauth)\n- Efficient channel hopping\n- Brute-forcing passwords (work in progress)\n\n**The project consists of two components**:\n- Sniffer - packet capturing backend written in C++\n- Web Client - controlling the sniffer and viewing data (moving to `sveltekit` soon) \n\n## Release\n\nLet's talk about running the release version of `Yarilo`, we strongly encourage running the sniffer through docker because of the issues that arise while compiling `grpc` by hand (it takes a lot of time on smaller devices).\n\n### Sniffer\n\nYou can use `typicalam/yarilo:latest` as the base docker image. This project has two modes - file mode and interface mode. File mode runs the sniffer and analyzer on file recordings to decrypt existing data. Interface mode allows Yarlilo to take in a NIC (network interface card) and use that to sniff out network traffic captured by the card. You can also provide it a directory (shared volume) to be able to save the decrypted data. An example deployment **docker compose** file achieving is available at [docker-compose.srv.yml](https://github.com/TypicalAM/Yarilo/blob/main/docker-compose.srv.yml). To run it execute the following command in the repo root:\n\n```sh\ndocker compose -f docker-compose.srv.yml up -d\n```\n\n## Development\n\nWhat about running this thing locally?\n\n### Sniffer\n\nRun in the backend directory (`$MY_GRPC_INSTALL_DIR` should be your `grpc` install dir):\n\nPrepare definitions:\n\n```sh\nprotoc -I ../protos --cpp_out=src/proto --grpc_out=src/proto --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` ../protos/service.proto\n```\n\nCompile and run:\n\n```sh\ncmake -DCMAKE_PREFIX_PATH=$MY_GRPC_INSTALL_DIR -G Ninja -B build .\nninja -C build\n./build/yarilo --help\n```\n\nC++ reference documentation is built alongside the project if `-DYARILO_BUILD_DOCS=ON` is specified (requires `doxygen`). Open the `build/doc_doxygen/html/index.html` file in a browser to view. Optionally, for protobuf definitons to also be included in the docs, run the following before building (requires `go`):\n\n```sh\ngo install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@latest\nprotoc -I../protos --doc_opt=markdown,proto.md --doc_out=docs ../protos/service.proto\n```\n\n### Client\n\nTo run the client, enter the `frontend` directory and run:\n\n```sh\nnpm install\nnpm run proto:gen\nnpm run dev\n```\n\nIf your sniffer isn't running in `docker` you should also run [envoy](https://www.envoyproxy.io/) like so: `envoy -c backend/envoy.yaml`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypicalam%2Fyarilo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypicalam%2Fyarilo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypicalam%2Fyarilo/lists"}