Skip to content

Commit

Permalink
remove slowloris in favor of packetgen impl
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Apr 16, 2022
1 parent 853980b commit 3f43ab9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 291 deletions.
199 changes: 0 additions & 199 deletions src/core/slowloris/slowloris.go

This file was deleted.

2 changes: 0 additions & 2 deletions src/job/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ func Get(t string) Job {
return tcpJob
case "udp":
return udpJob
case "slow-loris":
return slowLorisJob
case "packetgen":
return packetgenJob
case "dns-blast":
Expand Down
84 changes: 0 additions & 84 deletions src/job/slowloris.go

This file was deleted.

6 changes: 0 additions & 6 deletions testconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@
"parallel_queries": 3,
"interval_ms": 100
}
},
{
"type": "slow-loris",
"args": {
"path": "https://localhost:9090/inc2/common/js/doo/modules/searchSite/u.php"
}
}
]
}

0 comments on commit 3f43ab9

Please sign in to comment.