{"id":13907318,"url":"https://github.com/3xploitGuy/lazyaircrack","last_synced_at":"2025-07-18T05:31:12.165Z","repository":{"id":45359437,"uuid":"241439002","full_name":"3xploitGuy/lazyaircrack","owner":"3xploitGuy","description":"Automated tool for WiFi hacking.","archived":false,"fork":false,"pushed_at":"2021-12-18T08:10:53.000Z","size":91,"stargazers_count":741,"open_issues_count":4,"forks_count":86,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-05-24T14:23:34.499Z","etag":null,"topics":["aircrack-ng","bash-script","hacking","handshake","linux-shell","penetration-testing","wifi","wifi-hacking"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3xploitGuy.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-02-18T18:40:41.000Z","updated_at":"2025-05-24T13:40:52.000Z","dependencies_parsed_at":"2022-09-07T09:33:55.388Z","dependency_job_id":null,"html_url":"https://github.com/3xploitGuy/lazyaircrack","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/3xploitGuy/lazyaircrack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xploitGuy%2Flazyaircrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xploitGuy%2Flazyaircrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xploitGuy%2Flazyaircrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xploitGuy%2Flazyaircrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3xploitGuy","download_url":"https://codeload.github.com/3xploitGuy/lazyaircrack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3xploitGuy%2Flazyaircrack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265705322,"owners_count":23814423,"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":["aircrack-ng","bash-script","hacking","handshake","linux-shell","penetration-testing","wifi","wifi-hacking"],"created_at":"2024-08-06T23:01:53.254Z","updated_at":"2025-07-18T05:31:11.896Z","avatar_url":"https://github.com/3xploitGuy.png","language":"Shell","funding_links":[],"categories":["HarmonyOS","📦 Legacy \u0026 Inactive Projects"],"sub_categories":["Windows Manager"],"readme":"\u003cp align=\"left\"\u003e\n \u003ca\u003e\u003cimg title=\"Built With Love\" src=\"https://forthebadge.com/images/badges/built-with-love.svg\" \u003e\u003c/a\u003e\n \u003c/p\u003e\n\n# LazyAircrack ![License](https://img.shields.io/badge/License-MIT-yellow.svg) ![Version](https://img.shields.io/badge/Version-2.0-red.svg)\nThe main purpose of the tool is automating wifi attack. It is a automated bash script for aircrack-ng. Crack the four way handshake and get into the network.\u003cbr/\u003e\n\n\n## Screenshots\n\n\u003cimg src=\"https://user-images.githubusercontent.com/46316908/103147425-ea743a80-477a-11eb-999c-f590f5165ffc.png\" width=\"100%\"\u003e\u003c/img\u003e\n\n## This tool uses 2 methods:\n**1.Wifi Hacking:**\nGet all the wireless traffic around you listed, select the victim and crack the password using handshake packet. \nThe by default wordlist for cracking passowrd is rockyou.txt from linux, don't forget to replace it with your custom dictionary as per the target or you can still choose to use the default one. \n\u003cbr\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/46316908/103164836-3cc66180-4836-11eb-9d50-2e312c93acec.png\" width=\"100%\"\u003e\u003c/img\u003e\n\n**2.Wifi Jammer:**\nIt creates denial of service (DoS) condition against any wifi router by continously sending the deauthentication packets resulting in disrupted connection of all connected users to it.\n\u003cbr\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/46316908/103164841-5798d600-4836-11eb-918f-f67847d2837f.png\" width=\"100%\"\u003e\u003c/img\u003e\n\n\u003cb\u003eNote:\u003c/b\u003e\n+ To get a handshake, there should be at least one active user using the wifi. By default the script waits 2 mins for handshake packet and checks every 20 seconds if found or not. You can change the waiting time by modifying value of variable \"handshakeWait\" present at line number 10 in script.\n+ If the password is not found in default wordlist try using custom wordlist, you can use tools like crunch and cupp for generating wordlist.\n+ Don't waste your time trying to attack wifi networks without password, since there is no password protection the script will not be able to determine encryption type and will exit with message \"Can't find Handshake\".\n\n## Installing and requirements\n- aircrack-ng\n- Linux or Unix-based system (Currently tested only on Kali Linux rolling)\n- Root access\n\n### Installing\n+ **For Linux :**\n```\n~ ❯❯❯ git clone https://github.com/3xploitGuy/lazyaircrack.git\n\n~ ❯❯❯ cd lazyaircrack\n\n~/lazyaircrack ❯❯❯ chmod +x lazyaircrack.sh\n\n~/lazyaircrack ❯❯❯ ./lazyaircrack.sh\n```\n\n## Basics\n\n\u003e BSSID: Basic service set identifiers, it recognizes the access point or router uniquely because it has address which creates the wireless network.\n\n\u003e Channel: As Wi-Fi data is digital, the signals are transmited and received on a certain frequency also known as channel.\n\n\n## Contact\n[Gmail](mailto:3xploitguy@gmail.com)\n\n## Disclaimer\n\nLazyAircrack is created to help in penetration testing and it's not responsible for any misuse or illegal purposes.\n\nFeel free to discuss any issue or new feature at GitHub's new [Discussions](https://github.com/3xploitGuy/lazyaircrack/discussions).\n\nPull requests are always welcomed.\n\n## License\n\nLazyAircrack is under the terms of the [MIT License](https://www.tldrlegal.com/l/mit).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3xploitGuy%2Flazyaircrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3xploitGuy%2Flazyaircrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3xploitGuy%2Flazyaircrack/lists"}