Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit32ec216

Browse files
authored
Update wifi_dos_type2.py
1 parente84bf68 commit32ec216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎wifi_dos_type2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def check_for_essid(essid, lst):
7676
# Regex to find wireless interfaces, we're making the assumption they will all be wlan0 or higher.
7777
wlan_pattern=re.compile("^wlan[0-9]+")
7878

79-
# Python allowsis to run system commands by using a function provided by the subprocess module.
79+
# Python allowsus to run system commands by using a function provided by the subprocess module.
8080
# subprocess.run(<list of command line arguments goes here>, <specify if you want the capture_output to be True>)
8181
# We want to capture the output. The output will be in standard UTF-8 and will decode it.
8282
# The script is the parent process and creates a child process which runs the system command, and will only continue once the child process has completed.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp