diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..b0289a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,27 @@ + + + + +- [ ] I have carefully read the [README](https://github.com/k4m4/kickthemout/blob/master/README.rst) file and haven't managed to resolve my issue. +- [ ] I have searched the [issues](https://github.com/k4m4/kickthemout/issues?utf8=%E2%9C%93&q=is%3Aissue) of this repo and believe that this is not a duplicate. +- [ ] I am running the latest version of KickThemOut. + + + +- **OS name & version**: +- **Python version**: +- **Scapy version**: +- **Nmap version**: +- **Link of a [Gist](https://gist.github.com/) with the response of a `$ sudo python -vvv kickthemout.py` command`**: + +## Issue + diff --git a/scan.py b/scan.py index 5889d16..6aab984 100644 --- a/scan.py +++ b/scan.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -.- coding: utf-8 -.- # scan.py -# author: xdavidhu +# authors: k4m4 & xdavidhu def scanNetwork(network): returnlist = []