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

The mac address and channel input rule is what? #1

Closed
henryxie2093 opened this issue Jun 16, 2017 · 2 comments
Closed

The mac address and channel input rule is what? #1

henryxie2093 opened this issue Jun 16, 2017 · 2 comments

Comments

@henryxie2093
Copy link

could you please give me an example? thanks.

@henryxie2093
Copy link
Author

bssid = input("please input your target bssid you want to crack:>")

@3xp10it
Copy link
Owner

3xp10it commented Jun 16, 2017

The link code is:

if crackway == '1':
    tmp=get_string_from_command("airport -s")
    if tmp=="":
        os.system("cat /tmp/macOSwifi")
    else:
        print(tmp)
        with open("/tmp/macOSwifi","a+") as f:
f.write(tmp)

you can input some bssid like below:
a8:bd:27:24:e5:a4

or you can execute:airport -s to find any bssid in the second column from the result.

@3xp10it 3xp10it closed this as completed Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants