Skip to content

Commit

Permalink
remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Apr 12, 2021
1 parent 3b5bdf8 commit ebacdbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/proxy/proxy.go

This file was deleted.

1 change: 1 addition & 0 deletions pkg/raw/raw.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func StartFlooding(dstIpStr string, dstPort, payloadLength int) {
// https://pkg.go.dev/github.com/google/gopacket
// https://github.com/david415/HoneyBadger/blob/021246788e58cedf88dee75ac5dbf7ae60e12514/packetSendTest.go
// mac spoofing -> https://github.com/google/gopacket/issues/153
// free proxies -> https://www.sslproxies.org/

ipPacket := buildIpPacket(srcIps[rand.Intn(len(srcIps))], dstIpStr)
tcpPacket := buildTcpPacket(int(srcPorts[rand.Intn(len(srcPorts))]), dstPort)
Expand Down

0 comments on commit ebacdbd

Please sign in to comment.