Skip to content

Commit

Permalink
updating link to Certego blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele-Pippi committed Jan 26, 2020
1 parent 6df2958 commit 92f96b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Netscaler/README.md
Expand Up @@ -39,4 +39,6 @@ bash
curl 'https://raw.githubusercontent.com/certego/incident_response/master/Netscaler/netscaler_threathunter.sh' 2>/dev/null| bash -s -- -a -l 2>netscaler_threathunter_error.log
fetch -qo - 'https://raw.githubusercontent.com/certego/incident_response/master/Netscaler/netscaler_threathunter.sh' 2>/dev/null| bash -s -- -a -l 2>netscaler_threathunter_error.log
wget -qO - 'https://raw.githubusercontent.com/certego/incident_response/master/Netscaler/netscaler_threathunter.sh' 2>/dev/null | bash -s -- -a -l 2>/tmp/netscaler_threathunter_error.log
```
```

https://www.certego.net/en/news/netscaler-threathunter-sh-a-bash2-compatible-script-to-digital-forensic-and-incident-response-on-citrix-adc/
6 changes: 3 additions & 3 deletions Netscaler/netscaler_threathunter.sh
Expand Up @@ -10,8 +10,8 @@
# License: AGPL-3.0
#
## links:
# https://www.certego.net/en/news/
# httpx://github.com/xxx
# https://www.certego.net/en/news/netscaler-threathunter-sh-a-bash2-compatible-script-to-digital-forensic-and-incident-response-on-citrix-adc/
# https://github.com/certego/incident_response/blob/master/Netscaler/README.md
# https://twitter.com/gabriele_pippi
# https://twitter.com/certego_irt
#
Expand Down Expand Up @@ -1059,4 +1059,4 @@ all_users_recents_files_find="`echo "$all_users_recents_files_find" | sed -r "s/
fi
}

threat_seeker
threat_seeker

0 comments on commit 92f96b9

Please sign in to comment.