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

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")
				
			
how to secure your home network
All Blogs, Beginners, Defend, Network, Protect, Uncategorized
Sceptre
On April 23, 2022
Secure your home network – router settings
Read more
0
how-to-protect-your-privacy-1
All Blogs, Beginners, Privacy, Protect
Sceptre
On April 30, 2022
How To Protect Your Online Privacy
Read more
0
how-to-protect-your-privacy-with-iot
All Blogs, Beginners, Defend, Network, Privacy, Protect
Sceptre
On May 4, 2022
How To Protect Your Privacy With IOT
Read more
0
  • 1
  • 2
  • 3
  • 4
  • 5

© 2022 Sceptre Security, All Rights Reserved.