From a4270e881f0ec3d5431fcc86d5f3e607ae5f3ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=C4=B1x?= <51x@users.noreply.github.com> Date: Fri, 25 Aug 2017 20:47:49 +0000 Subject: [PATCH] Info about new "tmp" function. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d36f7e3..0cd2d7a 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Works on Debian if the dependencies are met or on Kali. Probably works on Pentoo Install ======= -Full console install: git clone https://github.com/51x/PTZ && cd PTZ && cp profile_files/.* -R ~/ +Full console install: cd /tmp/ && git clone https://github.com/51x/PTZ && cd PTZ && cp profile_files/.* -R ~/ Using only the pentest functions can be done by including just: pentest_functions.zsh If you want also the notes/knowledge database, you shoul add the v3das folder to you ~/.ptz/ folder. @@ -41,6 +41,8 @@ nls - list all the notes rnd - get random strings (lengths: 8,16,32,64) +tmp - open vim with a random file name to be written under /tmp/ + chk functions =============