Malin / zsh.prompt
0 j'aimes
0 forks
1 fichiers
Dernière activité
1 | PROMPT="%(?:%F{${catppuccin_green}}%1{CloudHost.es ➜%} :%F{${catppuccin_red}}%1{➜%} )" |
2 | if [ "$CATPPUCCIN_SHOW_TIME" = true ]; |
3 | then |
4 | PROMPT+="%F{${catppuccin_mauve}}%T% - %w " |
5 | fi |
6 | |
7 | PROMPT+="%F{${catppuccin_pink}}%n% @ " |
8 | PROMPT+="%F{${catppuccin_teal}}%m% " |
9 | PROMPT+="%F{${catppuccin_blue}}%c%{$reset_color%} " |
10 | PROMPT+=' $(git_prompt_info)' |
Malin / fastfetch.sh
0 j'aimes
0 forks
1 fichiers
Dernière activité
1 | wget https://github.com/fastfetch-cli/fastfetch/releases/download/2.46.0/fastfetch-linux-amd64.deb && dpkg -i fastfetch-linux-amd64.deb && fastfetch |
Malin / unbloat.ps1
0 j'aimes
0 forks
1 fichiers
Dernière activité
1 | # Windows 10/11 Debloat Script for Microsoft 365 Workstations |
2 | # Run as Administrator |
3 | |
4 | # Create a restore point |
5 | Enable-ComputerRestore -Drive "C:\" |
6 | Checkpoint-Computer -Description "Before Debloat" -RestorePointType "MODIFY_SETTINGS" |
7 | |
8 | # Function to remove Windows Apps |
9 | Function Remove-WindowsApps { |
10 | $apps = @( |
Malin / proxmox-sshd_config
0 j'aimes
0 forks
1 fichiers
Dernière activité
1 | # Listen on port 79 for external connections |
2 | Port 79 |
3 | # Also listen on port 22, but only on localhost |
4 | Port 22 |
5 | ListenAddress 127.0.0.1:22 |
Malin / filtro-seguridad-bc.txt
0 j'aimes
0 forks
1 fichiers
Dernière activité
1 | <>465*&<>640*&<>642*&<>1*&<>2*&<>3*&<>5*&<>62*&<>63*&<>65*&<>66*&<>67*&<>68*&<>69* |
Malin / reverse.conf
0 j'aimes
0 forks
1 fichiers
Dernière activité
1 | set_real_ip_from 194.56.239.153; |
2 | set_real_ip_from 195.20.235.141; |
3 | set_real_ip_from 192.168.0.0/24; |
4 | real_ip_header proxy_protocol; # proxy_protocol needed |
5 | real_ip_recursive on; |
Malin / glances.sh
0 j'aimes
0 forks
1 fichiers
Dernière activité
1 | apt install build-essential python3-dev pipx -y && pipx install 'glances[all]' && ./.local/bin/glances -w |
Malin / ips-dataset.sh
0 j'aimes
0 forks
1 fichiers
Dernière activité
1 | #!/bin/bash |
2 | |
3 | # Configuration |
4 | LOG_DIR="/www/wwwlogs" |
5 | DATASET_URL="https://ipinfo.io/data/free/country_asn.csv.gz?token=b807873daea34f" |
6 | DATASET_FILE="country_asn.csv.gz" |
7 | UNZIPPED_DATASET="country_asn.csv" |
8 | |
9 | # Function to convert IP to integer |
10 | ip2int() { |
Malin / shodan-dorks.md
0 j'aimes
0 forks
1 fichiers
Dernière activité
1 | Shodan Dorks by twitter.com/lothos612 |
2 | Feel free to make suggestions |
3 | From: https://github.com/lothos612/shodan |
4 | |
5 | Shodan Dorks |
6 | Basic Shodan Filters |
7 | city: |
8 | Find devices in a particular city. city:"Bangalore" |
9 | |
10 | country: |
Plus récent
Plus ancien