Skip to content

Commit

Permalink
responder: use always the same port for dcerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
dadevel committed Aug 6, 2024
1 parent d5891bb commit 72e5792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions responder/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package() {
sed -i 's|^netifaces==0\.10\.4$|netifaces==0.10.5|' ./requirements.txt # 0.10.4 fails to install
pip install -r ./requirements.txt
./certs/gen-self-signed-cert.sh
sed -i -E 's|self\.RPCPort.*?=.*?$|self.RPCPort=45001|' ./settings.py
cp -r . "${pkgdir}/opt/archpkgs/${pkgname}/"
cat << EOF > "${pkgdir}/opt/archpkgs/bin/${pkgname}"
#!/bin/sh
Expand Down

0 comments on commit 72e5792

Please sign in to comment.