# Host ssh keyssudo/bin/rm-v/etc/ssh/ssh_host_*sudodpkg-reconfigureopenssh-serversudosystemctlrestartssh# User ssh key paircdmkdir-p.sshcd.ssh# Generate SSH Key Pair for User Authenticationssh-keygen-ted25519# Set appropriate permissionschmod700~/.sshchmod600~/.ssh/*
# KALI Linux XFCE Theme mod #echo-ne"\n--------Kali Theme Mod--------\n"## Login: Kali-Dark + Wallpaper + User ##sudoaptinstallkali-wallpapers-2020.4sudoln-sf/usr/share/backgrounds/kali/kali-neon-16x9.png/usr/share/desktop-base/kali-theme/login/backgroundsudoseds:"Kali-Light":"Kali-Dark":g-i/etc/lightdm/lightdm-gtk-greeter.confsudosed'/#greeter-hide-users=false/s/^#//g'-i/etc/lightdm/lightdm.conf## Set autologin for <username> ### sudo nano /etc/lightdm/lightdm.conf# # In the [Seat:*] section of the file, set the following values:# autologin-user=<username># autologin-user-timeout=0# Set Adwaita-dark Themexfconf-query-cxsettings-p/Net/ThemeName-s"Adwaita-dark"## Desktop Wallpaper ##xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitorVirtual1/workspace0/last-image -s /usr/share/backgrounds/kali/kali-neon-16x9.png
## Show Panel on primary display ##xfconf-query-c'xfce4-panel'-p'/panels/panel-1/output-name'-tstring-s"Primary"--create## Turn Numlock ONxfconf-query-ckeyboards-p/Default/Numlock-tbool-strue--create
## Set Keybindings - Print, Alt+Shift+D, Win+E, Alt+T ##nano~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml# Insert those lines under the first <property name="custom" type="empty"><propertyname="<Alt>t"type="string"value="terminator"/><propertyname="<Super>e"type="string"value="/usr/bin/Thunar"/><propertyname="<Shift><Alt>s"type="string"value="/usr/bin/flameshot gui --clipboard"/><propertyname="Print"type="string"value="/usr/bin/flameshot gui --clipboard"/>
Go to Preferences - Global and set Window state to Maximized
Go to Preferences - Profiles - Background and set the Background transparency as you like.
Go to Preferences - Profiles - Scrolling and set the checkmark on Infinite Scrollback.
Go to Preferences - Layouts and click on Add button to create a new layout and give it a name.
This should create the ~/.config/terminator/config file.
Now you can start terminator using the saved layout using:
terminator-l<yourLayout>
Edit the ~/.config/terminator/config file, rename yourLayout to default and remove/rename the previous default layout. Now, when Terminator starts without any parameters, it will load your custom [[default]] layout!
Edit the [[[terminalx]]]/ command = neofetch;zsh for the desired terminal, so that it will run your custom command during startup!!
AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services. It is intended as a time-saving tool for use in CTFs and other penetration testing environments (e.g. OSCP). It may also be useful in real-world engagements.
# ./results/target Directory Structure.âââexploit/âââloot/âââreport/â  âââlocal.txtâ  ââânotes.txtâ  âââproof.txtâ  âââscreenshots/âââscans/âââ_commands.logâââ_manual_commands.txtâââtcp80/âââudp53/âââxml/
Pwntools is a CTF framework and exploit development library. Written in Python, it is designed for rapid prototyping and development, and intended to make exploit writing as simple as possible.