Skip to content

Instantly share code, notes, and snippets.

View aptitudepi's full-sized avatar
:octocat:

Devkumar Banerjee aptitudepi

:octocat:
View GitHub Profile
@aptitudepi
aptitudepi / checklist.md
Last active September 24, 2023 04:18 — forked from bobpaw/checklist.md
Linux Checklist for Cyberpatriot idk

Install updates (Covered)

apt-get update && apt-get upgrade && apt-get dist-upgrade

Automatic updates in GUI (Not covered)

Firewall (Covered)

apt-get install ufw && ufw enable

SSH settings

Turn off root in sshd_config (Covered)

if grep -qF 'PermitRootLogin' /etc/ssh/sshd_config; then sed -i 's/^.*PermitRootLogin.*$/PermitRootLogin no/' /etc/ssh/sshd_config; else echo 'PermitRootLogin no' >> /etc/ssh/sshd_config; fi

PermitRootLogin no

@aptitudepi
aptitudepi / all.txt
Created November 22, 2023 06:12 — forked from jhaddix/all.txt
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎
@aptitudepi
aptitudepi / all.txt
Created November 22, 2023 06:12 — forked from jhaddix/all.txt
all wordlists from every dns enumeration tool... ever. Please excuse the lewd entries =/
This file has been truncated, but you can view the full file.
.
..
........
@
*
*.*
*.*.*
🐎