I hereby claim:
- I am clevero on github.
- I am clevero (https://keybase.io/clevero) on keybase.
- I have a public key ASAxLdeCM4pqdYztgCqGDsxNMXvEhVdCxgbSKC5rCg9wyQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| PAST_TIMESTAMP="$(date +%s -d '5 min ago')000" | |
| mongoexport \ | |
| --csv --quiet \ | |
| --fields timestamp,source_ip,source_port,destination_ip,destination_port,honeypot \ | |
| --db mnemosyne \ | |
| --collection session \ | |
| --query "{ timestamp: {\$gt: new Date($PAST_TIMESTAMP)}}" > /tmp/mhn-report.txt |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace ConsoleApp2 | |
| { | |
| class Program | |
| { |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.IO; | |
| namespace Adds_.wToFilenamesOnDesktop | |
| { | |
| class Program |
| param([string]$title) | |
| "Called with parameter: $title" | Write-Output | |
| New-Item new_file.txt -ItemType file | |
| echo "You have been hacked" >> .\new_file.txt | |
| echo "Please call your IT department for more information" >> .\new_file.txt |