mirror of
https://github.com/ffuf/ffuf
synced 2024-11-10 06:04:17 +00:00
Edit comment wordlist go (#528)
* Edited a comment * Added my github to contributors file * edited contributors.md file to sort my name Co-authored-by: Animesh Kumar <animesh.kumar@privafy.com>
This commit is contained in:
parent
d7697943c3
commit
40978ba54a
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,7 @@
|
||||||
* [nnwakelam](https://twitter.com/nnwakelam)
|
* [nnwakelam](https://twitter.com/nnwakelam)
|
||||||
* [noraj](https://pwn.by/noraj)
|
* [noraj](https://pwn.by/noraj)
|
||||||
* [oh6hay](https://github.com/oh6hay)
|
* [oh6hay](https://github.com/oh6hay)
|
||||||
|
* [penguinxoxo](https://github.com/penguinxoxo)
|
||||||
* [putsi](https://github.com/putsi)
|
* [putsi](https://github.com/putsi)
|
||||||
* [SakiiR](https://github.com/SakiiR)
|
* [SakiiR](https://github.com/SakiiR)
|
||||||
* [seblw](https://github.com/seblw)
|
* [seblw](https://github.com/seblw)
|
||||||
|
|
|
@ -55,7 +55,7 @@ func (w *WordlistInput) Keyword() string {
|
||||||
return w.keyword
|
return w.keyword
|
||||||
}
|
}
|
||||||
|
|
||||||
//Next will increment the cursor position, and return a boolean telling if there's words left in the list
|
//Next will return a boolean telling if there's words left in the list
|
||||||
func (w *WordlistInput) Next() bool {
|
func (w *WordlistInput) Next() bool {
|
||||||
return w.position < len(w.data)
|
return w.position < len(w.data)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue