Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xAiluros authored Jul 18, 2023
1 parent 0cab6a6 commit 6c70e9e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c70e9e

Please sign in to comment.