Add NETfishing discovery service
This commit is contained in:
commit
b5b3cc0211
13 changed files with 1013 additions and 0 deletions
5
netfishing_discovery/__main__.py
Normal file
5
netfishing_discovery/__main__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from .server import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue