Robin Wood
Robin Wood
Missed this coming in, should be easy to add, will have a look
I've added command line flags to do this, may actually write the code this time: https://github.com/digininja/CeWL/blob/capture_paths/cewl.rb I think I might just do paths to start with, trying to spot subdomains...
it already does sort by frequency, the `--count` just adds the count to the output: ``` 1067 sorted_wordlist = word_hash.sort_by do |word, count| 1068 -count 1069 end 1070 1071 sorted_wordlist.each...
Sorry, I can't make a change like that as it would break any automated scripts or workflows that people have. On Fri, 26 Jun 2020, 10:50 T13nn3s, wrote: > Feature...
I'll start with yes, all improvements are welcome and I'd love to see this be accessible by a larger audience. But, I'll add these caveats: * As I don't know...
Seems like a good plan to me. Feel free to rename the README from ch to zh if that is how it is supposed to be, I just assumed ch,...
@Basyaact I like the enthusiasm, but trying to keep this up to date with the live version isn't going to be easy doing it the way you've done it. If...
Have a read through what has been done here so far and feel free to join in. The general plan is to have a switch somewhere which lets you chose...
@songzy12 write up, thanks. I'm about to do some work on SQLi and blind SQLi to add some new features, so best start with something else till I get that...
Talk to @seizadi, he is trying to add Kubernetes support which needs Docker. I suggested using this https://github.com/opsxcq/docker-vulnerable-dvwa but found out it isn't supported any more so we would probably...