Skip to content

Commit bbf869e

Browse files
committed
update: make build and owneredit self
1 parent 0d9cffa commit bbf869e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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."

completion_indexer/impacket

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ dcomexec.py -hashes :"$NT_HASH" "$DOMAIN"/"$USER"@"$TARGET"
6868
atexec.py -hashes :"$NT_HASH" "$DOMAIN"/"$USER"@"$TARGET"
6969
changepasswd.py -newpass '123Pentest!!!' "$DOMAIN"/"$USER":"$PASS"@"$DC_HOST"
7070
changepasswd.py -newpass '123Pentest!!!' -hashes :"$NT_HASH" "$DOMAIN"/"$USER"@"$TARGET"
71+
owneredit.py -action write -new-owner "$USER" -target "$TARGET_OBJECT" "$DOMAIN"/"$USER":"$PASS"
7172
owneredit.py -action write -new-owner "$NEW_OWNER" -target "$TARGET_OBJECT" "$DOMAIN"/"$USER":"$PASS"
7273
mssqlclient.py "$DOMAIN"/"$USER":"$PASS"@"$TARGET"
7374
describeTicket.py "$KRB5CCNAME"

0 commit comments

Comments
 (0)