Skip to content

Commit

Permalink
Fix spelling which prevented commands to be run by the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
NeffIsBack committed Oct 4, 2024
1 parent ed01873 commit 567b2bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/e2e_commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ netexec ftp TARGET_HOST -u TEST_USER_FILE -p TEST_PASSWORD_FILE --no-bruteforce
netexec ftp TARGET_HOST -u TEST_USER_FILE -p TEST_PASSWORD_FILE --no-bruteforce --continue-on-success
netexec ftp TARGET_HOST -u TEST_USER_FILE -p TEST_PASSWORD_FILE
##### NFS
netexec nfs TARGETHOST -u "" -p "" --shares
netexec nfs TARGETHOST -u "" -p "" --enum-shares
netexec nfs TARGETHOST -u "" -p "" --get-file /NFStest/test/test.txt ../test.txt
netexec nfs TARGETHOST -u "" -p "" --put-file ../test.txt /NFStest/test
netexec nfs TARGET_HOST -u "" -p "" --shares
netexec nfs TARGET_HOST -u "" -p "" --enum-shares
netexec nfs TARGET_HOST -u "" -p "" --get-file /NFStest/test/test.txt ../test.txt
netexec nfs TARGET_HOST -u "" -p "" --put-file ../test.txt /NFStest/test

0 comments on commit 567b2bf

Please sign in to comment.