mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-07-10 20:53:43 +02:00
Update README.md
This commit is contained in:
@@ -699,7 +699,6 @@ __EOF__
|
||||
|
||||
cat <<__EOF__ >~/.local/bin/ssh-log
|
||||
#! /bin/bash
|
||||
#grep --line-buffered 'read(4' | sed -u 's/.*"\(.*\)".*/\1/g' | while read -r x; do
|
||||
grep 'read(4' | cut -f2 -d\\" | while read -r x; do
|
||||
if [ \${#x} -ne 2 ] && [ \${#x} -ne 1 ]; then continue; fi
|
||||
if [ x"\${x}" == "x\\\\n" ] || [ x"\${x}" == "x\\\\r" ]; then
|
||||
|
||||
Reference in New Issue
Block a user