diff --git a/requirements.json b/requirements.json index 17d44db..ee4726c 100644 --- a/requirements.json +++ b/requirements.json @@ -1,7 +1,2 @@ -[ - "pyftpdlib", - "uploadserver", - "wsgidav", - "cheroot" -] +pyftpdlib uploadserver wsgidav cheroot \ No newline at end of file diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..a7c69e9 --- /dev/null +++ b/setup.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +python3 -m pipx install impacket + +$dependencies_file = "cat requirements.txt" + +pip3 install $dependencies_file \ No newline at end of file