diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-08-02 13:02:43 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-08-02 13:02:43 -0500 |
commit | b598a79d270b3a91b0e6d5f3b9dca4aecca2dd4c (patch) | |
tree | 5faf22af7a20ea6f7639fa3bdbde5210144959e6 /os | |
parent | a24b16d1c04f396209d1e80168f5df12e79bc438 (diff) | |
download | audit-tools-b598a79d270b3a91b0e6d5f3b9dca4aecca2dd4c.tar.gz audit-tools-b598a79d270b3a91b0e6d5f3b9dca4aecca2dd4c.tar.bz2 audit-tools-b598a79d270b3a91b0e6d5f3b9dca4aecca2dd4c.zip |
fix: convert README.org to README.md
Diffstat (limited to 'os')
-rw-r--r-- | os/linux/README.md | 56 | ||||
-rw-r--r-- | os/linux/README.org | 64 |
2 files changed, 56 insertions, 64 deletions
diff --git a/os/linux/README.md b/os/linux/README.md new file mode 100644 index 0000000..c7578eb --- /dev/null +++ b/os/linux/README.md @@ -0,0 +1,56 @@ +# `report/linux.sh` + +``` shell +./report/linux.sh +``` + + _ ___ _ _ _ ___ __ ___ ____ ____ _____ ____ ___ ____ _____ + | | |_ _| \ | | | | \ \/ / / _ \/ ___| | _ \| ____| _ \ / _ \| _ \_ _| + | | | || \| | | | |\ / | | | \___ \ | |_) | _| | |_) | | | | |_) || | + | |___ | || |\ | |_| |/ \ | |_| |___) | | _ <| |___| __/| |_| | _ < | | + |_____|___|_| \_|\___//_/\_\ \___/|____/ |_| \_\_____|_| \___/|_| \_\|_| + + + + ========================================== + # SECTION 00: Script Info + ========================================== + Execution Date and Time: Wed May 7 11:35:52 AM CDT 2025 + Script Name: ./linux.sh + User Running the Script: root (called by: cmc) + + + + ========================================== + # SECTION 01: System Info + ========================================== + ## Hostname + hera + ## Kernel Version + 6.14.4-400.asahi.fc42.aarch64+16k + ## os-release + NAME="Fedora Linux Asahi Remix" + VERSION="42 (Forty Two [Adams])" + RELEASE_TYPE=stable + ID=fedora-asahi-remix + ID_LIKE=fedora + +# `ssh_root_login.sh` + +``` shell +./ssh_root_login.sh +``` + + PermitRootLogin no + +# `passwords.sh` + +``` shell +./passwords.sh +``` + + Starting analysis of authentication and login parameters... + Checking /etc/pam.d/system-auth for password parameters... + /etc/pam.d/system-auth file not found. + Analyzing /etc/login.defs... + Contents of /etc/login.defs: diff --git a/os/linux/README.org b/os/linux/README.org deleted file mode 100644 index 67f8169..0000000 --- a/os/linux/README.org +++ /dev/null @@ -1,64 +0,0 @@ -#+title: Linux - -* =report/linux.sh= - -#+begin_src shell -./report/linux.sh -#+end_src - -#+begin_src -_ ___ _ _ _ ___ __ ___ ____ ____ _____ ____ ___ ____ _____ -| | |_ _| \ | | | | \ \/ / / _ \/ ___| | _ \| ____| _ \ / _ \| _ \_ _| -| | | || \| | | | |\ / | | | \___ \ | |_) | _| | |_) | | | | |_) || | -| |___ | || |\ | |_| |/ \ | |_| |___) | | _ <| |___| __/| |_| | _ < | | -|_____|___|_| \_|\___//_/\_\ \___/|____/ |_| \_\_____|_| \___/|_| \_\|_| - - - -========================================== -# SECTION 00: Script Info -========================================== -Execution Date and Time: Wed May 7 11:35:52 AM CDT 2025 -Script Name: ./linux.sh -User Running the Script: root (called by: cmc) - - - -========================================== -# SECTION 01: System Info -========================================== -## Hostname -hera -## Kernel Version -6.14.4-400.asahi.fc42.aarch64+16k -## os-release -NAME="Fedora Linux Asahi Remix" -VERSION="42 (Forty Two [Adams])" -RELEASE_TYPE=stable -ID=fedora-asahi-remix -ID_LIKE=fedora -#+end_src - -* =ssh_root_login.sh= - -#+begin_src shell -./ssh_root_login.sh -#+end_src - -#+begin_src -PermitRootLogin no -#+end_src - -* =passwords.sh= - -#+begin_src shell -./passwords.sh -#+end_src - -#+begin_src -Starting analysis of authentication and login parameters... -Checking /etc/pam.d/system-auth for password parameters... -/etc/pam.d/system-auth file not found. -Analyzing /etc/login.defs... -Contents of /etc/login.defs: -#+end_src |