File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1-
2- install :
3- @echo " Installing the project..."
1+ build :
2+ @echo " Building the project..."
43 uv run ./craft.py
54 uv run ./completion_creator.py
5+ @echo " Build complete."
6+
7+ install : build
68 @echo " Preparing the environment..."
79 WEAPON_LOCATION=$(shell pwd) /weapon_test ./installer.sh
810 @echo " Installation complete."
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ dcomexec.py -hashes :"$NT_HASH" "$DOMAIN"/"$USER"@"$TARGET"
6868atexec.py -hashes :"$NT_HASH" "$DOMAIN"/"$USER"@"$TARGET"
6969changepasswd.py -newpass '123Pentest!!!' "$DOMAIN"/"$USER":"$PASS"@"$DC_HOST"
7070changepasswd.py -newpass '123Pentest!!!' -hashes :"$NT_HASH" "$DOMAIN"/"$USER"@"$TARGET"
71+ owneredit.py -action write -new-owner "$USER" -target "$TARGET_OBJECT" "$DOMAIN"/"$USER":"$PASS"
7172owneredit.py -action write -new-owner "$NEW_OWNER" -target "$TARGET_OBJECT" "$DOMAIN"/"$USER":"$PASS"
7273mssqlclient.py "$DOMAIN"/"$USER":"$PASS"@"$TARGET"
7374describeTicket.py "$KRB5CCNAME"
You can’t perform that action at this time.
0 commit comments