This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo systemctl list-unit-files --type=service --state=enabled --all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process_args = ['perl', 'nikto.pl', '-T', 'x1', '-D', '3', '-C', 'all', '-e', '1', '-h', HOST] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/fstab: static file system information. | |
# | |
# Use 'blkid' to print the universally unique identifier for a | |
# device; this may be used with UUID= as a more robust way to name devices | |
# that works even if disks are added and removed. See fstab(5). | |
# | |
# systemd generates mount units based on this file, see systemd.mount(5). | |
# Please run 'systemctl daemon-reload' after making changes here. | |
# | |
# <file system> <mount point> <type> <options> <dump> <pass> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install amap amass arp-scan dmitry dnsenum dnsmap | |
Source: parrot-tools | |
Priority: optional | |
Maintainer: Parrot Team <[email protected]> | |
Uploaders: | |
Lorenzo "Palinuro" Faletra <[email protected]> | |
Nong Hoang "Dmknght" Tu <[email protected]> | |
Standards-Version: 4.5.1 | |
Section: metapackages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get update | |
sudo apt-get install -y arpwatch beef-xss bettercap burpsuite chromium dnsmap greenbone-security-assistant gsad gvm | |
gvm-tools hwinfo hydra-gtk imagemagick joplin metagoofil netpbm osrframework powersploit python3-requests | |
python3-virtualenv sqlninja uniscan zaproxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include /usr/share/nano/*.nanrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# aliases i always forget :( | |
alias sqlite='sqlite3' | |
alias vi='vim' | |
alias rm='rm -i' | |
alias mv="mv -i" | |
alias ll='ls -lF' | |
alias lll='ls -lFt' | |
alias cl='clear' # or <CTRL-l> !!! | |
alias q='exit' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Remap prefix from 'C-b' to 'C-f' | |
unbind C-b | |
set-option -g prefix C-f | |
bind-key C-f send-prefix | |
# Improve colors | |
set -g default-terminal 'xterm-256color' | |
# Set scrollback buffer to 10000 | |
set -g history-limit 10000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
behave mswin | |
filetype on | |
filetype plugin on | |
"set lines=40 columns=120 | |
set ai | |
set backspace=indent,eol,start | |
set dir=. | |
set expandtab | |
set foldmethod=marker |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# cqpack-bullseye-build.sh | |
# | |
# image: 20230102_raspi_3_bullseye | |
# | |
# initial boot - headless remote | |
# ------------------------------ | |
# 1. add id_rsa.pub to /boot/sysconfig.txt | |
# | |
# 2. change hostname |
NewerOlder