You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,9 @@ _Mapper_ (previously known as Network Adapter) is a Python tool which performs a
81
81
_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.
82
82
83
83
## 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.
0 commit comments