This commit is contained in:
Patrick Alvin Alcala 2025-08-20 09:56:25 +08:00
parent cbac547054
commit 801ecf504d
2 changed files with 3 additions and 3 deletions

4
.zshrc
View file

@ -194,7 +194,7 @@ ytvo() {
}
nmaps() {
sudo nmap -Pn -sS -p 80,443,21,22,23,25,3389 $1 -T 4 -oX /home/patrick/Documents/nmapScanResult.xml
sudo nmap -Pn -sS -p 80,443,21,22,23,25,3389 $1 -T3 -A -oX /home/patrick/Documents/nmapScanResult.xml
}
fusb() {
@ -212,7 +212,7 @@ fwt() {
alias rmf="sudo rm -rf"
cpf() {
sudo cp -rf $1 $2
sudo rsync -avh $1 $2
}
alias svpull="git clone https://git.snuffverse.cc/darksomerabbit/snuffverse /home/patrick/Documents/WebApps/snuffverse && cd /home/patrick/Documents/WebApps/snuffverse"