7 lines
124 B
Bash
7 lines
124 B
Bash
#! /bin/bash
|
|
|
|
python3 -m pipx install impacket
|
|
|
|
$dependencies_file = "cat requirements.txt"
|
|
|
|
pip3 install $dependencies_file |