12 2020 档案
摘要:1. ssh-keygen -t rsa ssh-copy-id -i .ssh/id_rsa.pub -p2891 root@172.16.15.131
阅读全文
摘要:#1. +"1" 1 !!1 true !!0 false text="aaaa1111" "aaaa1111" pattern=/\d+/g// /\d+/g text.search(pattern) 4 text.match(pattern) Array [ "1111" ] text.repl
阅读全文
摘要:#1. 模拟链接 nc -l -p 4242 domain是协议域,其中AF_INET->IPv4;AF_INET6->IPv6 。 type对应socket类型,SOCK_STREAM->TCP;SOCK_DGRAM->UDP。 protocol是IPPROTO_TCP,若传入0,则会根据第二个参
阅读全文
摘要:# 1. vim hello.asm section .datamsg db "nothing is ture",0xalen equ $ - msgsection .textglobal _start_start : mov edx,len mov ecx,msg mov ebx,1 mov ea
阅读全文

浙公网安备 33010602011771号