
Size: a a a
root@debian ~ # apt-cache policy wallarm-common
wallarm-common:
Installed: 2.4.4
Candidate: 2.6.0
Version table:
2.6.0 500
500 http://repo.wallarm.com/debian/wallarm-node stretch/ Packages
2.4.5 500
500 http://repo.wallarm.com/debian/wallarm-node stretch/ Packages
*** 2.4.4 500
500 http://repo.wallarm.com/debian/wallarm-node stretch/ Packages
100 /var/lib/dpkg/status
2.4.3 500
500 http://repo.wallarm.com/debian/wallarm-node stretch/ Packages
2.4.2 500
500 http://repo.wallarm.com/debian/wallarm-node stretch/ Packages
cat file
less file
more file
head file
tail file
dd < file
paste file
tac file
nl file
pr file
grep "." file
sed -n '1,$p' file
awk '1' grep
sort file
xxd file
od file | ......?
hexdump -C file
base64 file | base64 -d
nc -lvp 8000 & nc localhost 8000 < file
ln -sf /dev/stdout file1 && cp file file1
perl -e '{print <>}' < file
python -m SimpleHTTPServer 8000 &
curl http://localhost:8000/file
./1.sh `<file`, где 1.sh c помощью echo выведет аргументы на экран
#!/bin/bash
while read -r line
do
echo "$line"
done <"file"
egrep -ao '.,.,.,[01]{33}' objs-module/module.so
8,4,8,001011111101011100111011111110111
egrep -ao '.,.,.,01{33}' /usr/sbin/nginx
8,4,8,001011111101011100111011011110110
nginx-x.x.x/src/core/ngx_module.h
--with-aio
.--with-compat
, он принудительно выставляет сразу несколько флагов в "1". Если вы, вроде бы убрали нужные пармеры, но биты не меняются, попробуйте убрать парметр --with-compat
for ((i=1;i<=33;i++)); do
echo $string | awk -v position=$i '{print substr($0,position,1)}')
done
tcpdump -i lo -A|grep --color example.com