Tcket # 123213 go module build failure (#4)

Check out our 18 note long thread on this ticket for more info

Reviewed-on: sniff/slopnet#4
Co-authored-by: hgc <hgc@tcp.direct>
Co-committed-by: hgc <hgc@tcp.direct>
This commit is contained in:
hgc 2022-04-23 10:46:06 +00:00 committed by Dr. Sniff Paquettes
parent bda453c194
commit 4cb4920201
3 changed files with 11 additions and 8 deletions

View File

@ -2,7 +2,7 @@
## behold the notorious slopnet malware
the world's only diarrhea-powered botnet
the world's only diarhea-powered botnet
![slopnet](https://i.imgur.com/aNZqMgi.png)

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.tcp.direct/sniff/slopnet
go 1.18

14
main.go
View File

@ -2,15 +2,15 @@
package main
import (
"fmt"
"log"
"time"
"bufio"
"regexp"
"strings"
"os/exec"
"math/rand"
"crypto/tls"
"fmt"
"log"
"math/rand"
"os/exec"
"regexp"
"strings"
"time"
)
var pingR = regexp.MustCompile(("^PING (?P<code>\\S+)$"))