Finn

Results 32 issues of Finn

I ran wifite on my Mac mini, and it listed the internal BCM4321-based device as "non-mac80211 device? (report this!)" so I am reporting it.

``` (, gaierror(-5, 'No address associated with hostname'), ) ``` no v6 support :(

Not sure if you're still interested in maintaining this or care, but from what I can tell it's not working for GNU Radio 3.7. I hear they switched some APIs...

Installing the package is far less janky than compiling from source every time. Looks like this is available in [Ubuntu Xenial](http://packages.ubuntu.com/xenial/letsencrypt) and [Debian Stretch](https://packages.debian.org/stretch/letsencrypt)

enhancement

Installation of the `virtualenv` package doesn't work on older OSs (older than [Debian jessie](https://packages.debian.org/jessie/virtualenv) or [Ubuntu Vivid](http://packages.ubuntu.com/vivid/virtualenv)), but on newer OSs need it over `python-virtualenv` (see #6). We should improve...

enhancement

A number of `ssh` commands specify `-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no`. It would be far better to retrieve the host's SSH keys from the provider (not sure if that's possible with...

I noticed that `install-coreos.sh` downloads `ct` (and `coreos-install`) from github, explicitly *disabled* certificate validation, and runs it as root. Certificate validation being disabled is questionable at best, but regardless the...

The current behavior appears to be to check for the presence of `~/.ssh/id_rsa` and if it doesn't exist generate it, then set that as the only key that can access...

The `update_synapse_database` script checks for the presence of the `database` key in the config. When multiple databases are used, the rest of synapse expects a different key, `databases`, which is...

``` $ bin/masscan -p80 fc3a:956e:4b69:1c1e:5ebc:11a5:3e71:3e7e FAIL: unknown command-line parameter "fc3a:956e:4b69:1c1e:5ebc:11a5:3e71:3e7e" [hint] did you want "--fc3a:956e:4b69:1c1e:5ebc:11a5:3e71:3e7e"? ``` ``` $ bin/masscan -p80 -6 fc3a:956e:4b69:1c1e:5ebc:11a5:3e71:3e7e nmap(-6): unsupported: maybe one day ``` This is...

enhancement