logo
logo
  • Home
  • Whoami
  • Services
    • Web Application Penetration Testing
    • Social Engineering Penetration Testing
    • Network Penetration Testing
  • Scripts
  • Blog
  • Shop
    • Clothing
    • Tech
    • Gifts
  • Contact
  • Home
  • Whoami
  • Services
    • Web Application Penetration Testing
    • Social Engineering Penetration Testing
    • Network Penetration Testing
  • Scripts
  • Blog
  • Shop
    • Clothing
    • Tech
    • Gifts
  • Contact
logo
  • Home
  • Whoami
  • Services
    • Web Application Penetration Testing
    • Social Engineering Penetration Testing
    • Network Penetration Testing
  • Scripts
  • Blog
  • Shop
    • Clothing
    • Tech
    • Gifts
  • Contact

Enable Monitor Mode

Run this Python script on your terminal to enable monitor mode.

#!/usr/bin/env python

import subprocess

subprocess.call("ifconfig wlan0 down", shell=True)
subprocess.call("iwconfig wlan0 mode monitor", shell=True)
subprocess.call("ifconfig wlan0 up", shell=True)
print("Monitor Mode Enabled")
Found_my_first_bug
All Blogs, Beginners, Hacking, Website
Sceptre
On June 9, 2022
Found My First Bug – Account Takeover With CSRF
Read more
0
deface_login_for_a_social_engeering_attack
All Blogs, Beginners, Hacking, Website
Sceptre
On June 23, 2022
Deface login for a social engineering attack
Read more
0
  • 1
  • …
  • 3
  • 4
  • 5

© 2022 Sceptre Security, All Rights Reserved.

Notifications