mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-26 10:39:08 -04:00
some small fixes
This commit is contained in:
parent
baee235c69
commit
914b8deb62
4
Cryptography/ROT_13_EASY.md
Normal file
4
Cryptography/ROT_13_EASY.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
VAR=$(cat data.txt)
|
||||||
|
echo "$VAR"
|
||||||
|
alias rot13="tr A-Za-z N-ZA-Mn-za-m"
|
||||||
|
echo "$VAR" | rot13
|
1
Memory_Exploits/shellspawn
Normal file
1
Memory_Exploits/shellspawn
Normal file
@ -0,0 +1 @@
|
|||||||
|
1ÀPh//shh/bin‰ãP‰âP‰á°Í€
|
Loading…
x
Reference in New Issue
Block a user