Brian Smith

Results 24 comments of Brian Smith

@piratepro `wifiphisher` will create a virtual interface if your device supports it and that is why you are seeing two interfaces.

@llazzaro Based on the information [here](https://pypi.python.org/pypi/dbus-python/1.2.4) it does support `python3` as well.

@vay3t Interesting ideas but unfortunately I personally don't have much experience in web so perhaps someone can help you implement these ideas. >Taking advantage of this I would like to...

@themakerman You can use the `-nJ` to skip deauthentication. I'm not really familiar with android so I need to do more research on this.

@themakerman I have no idea how he did it :cry: . I'm sorry I don't have `nethunter` so maybe someone else can help you in this thread.

yes `pylint` works from CLI.

Here is the output of `pylint` from terminal: ```bash blackhatmonkey@Desktop1:~/workspace/wifiphisher$ pylint --rcfile=pylintrc wifiphisher/ ************* Module wifiphisher.phishingpage I: 1, 0: Ignoring entire file (file-ignored) ************* Module wifiphisher.constants I: 3, 0: Ignoring...

@Arcanemagus I was able to narrow this problem down to using the `Rc File` field. Using either `%p` or `%f` will cause this problem. Not specifying anything works as expected.

@Arcanemagus Thanks for you hard work :smile: :+1: .

I do still get the error after upgrading to the latest version. I also included a log from the `console` so it might help you: [error.txt](https://github.com/AtomLinter/linter-pylint/files/882579/error.txt)