Martin Olivier

Results 22 comments of Martin Olivier

Hello @bugdea1er, Sorry for the long delay, I have implemented the listing of symbols in the `dev` branch. Currently, It has a boolean parameter 'demangle' if you want to get...

Hello @ulises-31, thanks for reporting this issue. Which version of `airgorah` are you using ?

@ulises-31 Mhhh, that's strange, Can you run the following bash script and give me the output ? Replace the value of `IFACE` with the name of your network card interface....

@ulises-31 Since `5200.0 MHz` is present in your output and `airgorah` is doing the same steps as in the shell script I provided to check if 5ghz is supported, I...

@ulises-31 Didn't see your answer

@ulises-31 Can you replace the code of the function `is_5ghz_supported`, located in `src/backend/interface.rs`, by the following code: ```rs pub fn is_5ghz_supported(iface: &str) -> Result { let phy_path = format!("/sys/class/net/{}/phy80211", iface);...

In the source code

Not nessesary, To build the project you need to: Install rust compiler: https://www.rust-lang.org/tools/install download dependencies: ```sh sudo apt install -y build-essential libgtk-4-dev libglib2.0-dev aircrack-ng wireshark-common ``` And then, clone and...

Hello @pavnguyen, Sorry for the delay, I will add this feature on the next release along with `PMKID` support (and maybe it's association attack)

Hello @Romko666, If you are performing a deauth attack, let's say on channel 6, and after that, click on `Hop on all channel...` button, the `aireplay-ng` process will almost not...