Skip to content

Commit 5b7e892

Browse files
authored
Update acknowledgements
1 parent 05a90db commit 5b7e892

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ _Mapper_ (previously known as Network Adapter) is a Python tool which performs a
8181
_TCP Entity_ is your TCP stack, which at present can only be a server (client support WIP). _TCP Adapter_ envelops a _TCP Entity_, and is used to perform socket commands on it.
8282

8383
## Acknowledgements
84-
The tool was originally developed by Isaac Westerman as part of his Bachelor's thesis. The code is based on [tcp-learner](https://github.com/pfg666/tcp-learner), a TCP protocol-state fuzzer developed by Paul Fiterau and Ramon Janssen.
84+
- Paul Fiterau (pfg666) and Ramon Janssen built the first incarnation of this tool, called [tcp-learner](https://github.com/pfg666/tcp-learner);
85+
- Isaac Westerman, as part of his [Bachelor's thesis](https://www.diva-portal.org/smash/record.jsf?pid=diva2%3A1994746&dswid=8161), significantly revamped it, porting it to Python 3.x, newer version of Java and basing it on PSF, with the resulting code available [here](https://github.com/GhishNchips/TCP-Fuzzer);
86+
- The tool is now being developed by Behnaz Daneshkhah and Paul Fiterau.
8587

8688
[psf]:https://github.com/protocol-fuzzing/protocol-state-fuzzer/
8789
[tcplearner]:https://github.com/pfg666/tcp-learner

0 commit comments

Comments
 (0)