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!!
nano ~/.config/terminator/config
[global_config]
window_state = maximise
suppress_multiple_term_dialog = True
[keybindings]
[profiles]
[[default]]
background_darkness = 0.99
background_type = transparent
scrollback_infinite = True
palette = "#1f2229:#d41919:#5ebdab:#fea44c:#367bf0:#9755b3:#49aee6:#e6e6e6:#198388:#ec0101:#47d4b9:#ff8a18:#277fff:#962ac3:#05a1f7:#ffffff"
use_theme_colors = True
title_transmit_bg_color = "#1c71d8"
title_receive_bg_color = "#3584e4"
[layouts]
# [[default]]
# [[[window0]]]
# type = Window
# parent = ""
# [[[child1]]]
# type = Terminal
# parent = window0
# profile = default
[[default]]
[[[child0]]]
type = Window
parent = ""
order = 0
position = 0:35
maximised = True
fullscreen = False
size = 2550, 1529
title = syselement@syskali: ~
last_active_term = bad1ac94-7015-4914-b44a-dbeb25a78357
last_active_window = True
[[[child1]]]
type = VPaned
parent = child0
order = 0
position = 762
ratio = 0.5
[[[terminal2]]]
type = Terminal
parent = child1
order = 0
profile = default
uuid = bad1ac94-7015-4914-b44a-dbeb25a78357
command = fastfetch;zsh
[[[child3]]]
type = HPaned
parent = child1
order = 1
position = 1272
ratio = 0.499803536345776
[[[terminal4]]]
type = Terminal
parent = child3
order = 0
profile = default
uuid = f9bdedfc-607c-4975-abaa-7c64fc7076b2
[[[terminal5]]]
type = Terminal
parent = child3
order = 1
profile = default
uuid = e7f2289c-ce5b-4b54-ba1c-59cdad3b77c3
[plugins]
CTRL+ALT+T is a keyboard shortcut already configured in Kali. It should open the terminator with your configured layout.
â Read docs before running it! It may contains mods that you do not want.
cd /opt
sudo rm -rf pimpmykali/
sudo git clone https://github.com/Dewalt-arch/pimpmykali
sudo /opt/pimpmykali/pimpmykali.sh
# For a new kali vm, run menu option N
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.
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.