diff --git a/README.md b/README.md index d882612..f63f173 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### A 802.11 Attack tool built in Rust 🦀 ! -[![Builds and Release](https://github.com/Ragnt/AngryOxide/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Ragnt/AngryOxide/actions/workflows/ci.yml) ![GitHub commit activity](https://img.shields.io/github/commit-activity/w/Ragnt/AngryOxide) [![Discord](https://img.shields.io/discord/1194365883099922643)](https://discord.gg/QsEgaFndsQ) +[![Builds and Release](https://github.com/Ragnt/AngryOxide/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Ragnt/AngryOxide/actions/workflows/ci.yml) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/Ragnt/AngryOxide) [![Discord](https://img.shields.io/discord/1194365883099922643)](https://discord.gg/QsEgaFndsQ) **This tool is for research purposes only. I am not responsible for anything you do or damage you cause while using AngryOxide. Only use against networks that you have permission.** diff --git a/src/targets.rs b/src/targets.rs index 48fac81..69dfa00 100644 --- a/src/targets.rs +++ b/src/targets.rs @@ -100,7 +100,7 @@ impl TargetList { self.targets.is_empty() } - /// Will check if the AP is a target, but will also mark the + /// Will check if the AP is a target pub fn is_target(&mut self, ap: &mut AccessPoint) -> bool { if self.empty() { return true;