From 6c70e9e511ca075aa19cfc0ae06901947c5f736f Mon Sep 17 00:00:00 2001 From: xAiluros <51412484+xAiluros@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:56:31 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 664d640..69a12af 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,19 @@ If the exception is still there: pip install -U PyYAML ``` +-- + +If you an exception similar to the following (contains TIOCSTI in strace) when running Arsenal: +``` +[...] + fcntl.ioctl(stdin, termios.TIOCSTI, c) +OSError: [Errno 5] Input/output error +``` +Then you may need to re-enable TIOCSTI: +``` +sudo sysctl -w dev.tty.legacy_tiocsti=1 +``` + ## Mindmap - Active directory mindmap - Due to csp on github when you open the svg, we moved the AD mindmap and the source to this repository : [https://github.com/Orange-Cyberdefense/ocd-mindmaps](https://github.com/Orange-Cyberdefense/ocd-mindmaps) From 7a688fdb6175410f9fa94088241886805956c25f Mon Sep 17 00:00:00 2001 From: xAiluros <51412484+xAiluros@users.noreply.github.com> Date: Tue, 18 Jul 2023 18:59:35 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69a12af..f14b2ab 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ pip install -U PyYAML -- -If you an exception similar to the following (contains TIOCSTI in strace) when running Arsenal: +If you encounter an exception similar to the following (contains TIOCSTI in strace) when running Arsenal: ``` [...] fcntl.ioctl(stdin, termios.TIOCSTI, c)