上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 182 下一页
摘要: SDX Instance Resource Assignment Guide 1 of 2 Memory and vCPU Requirements for NetScaler VPX https://support.citrix.com/article/CTX139485 Article | Co 阅读全文
posted @ 2019-05-09 09:39 lsgxeva 阅读(1749) 评论(0) 推荐(0)
摘要: bsdasm 来源 http://www.int80h.org/bsdasm/ Preface by G. Adam StanislavWhiz Kid Technomagic Assembly language programing under Unix is highly undocumente 阅读全文
posted @ 2019-05-01 11:13 lsgxeva 阅读(373) 评论(0) 推荐(0)
摘要: Linux shellcode sample HelloWorld.nasm abc.nasm compile.sh shel.sh abctxt.txt shellcode.c gcc_compile.sh End 阅读全文
posted @ 2019-04-30 17:28 lsgxeva 阅读(477) 评论(0) 推荐(0)
摘要: Linux Shell Bash 带有特殊含义的退出码 用途说明 exit命令用于退出当前shell,在shell脚本中可以终止当前脚本执行。 常用参数 格式:exit n 退出。设置退出码为n。(Cause the shell to exit with a status of n.) 格式:exi 阅读全文
posted @ 2019-04-30 17:06 lsgxeva 阅读(10580) 评论(0) 推荐(0)
摘要: 编写 Bash 补全脚本 对于Linuxer来说,自动补全是再熟悉不过的一个功能了。当你在命令行敲下部分的命令时,肯定会本能地按下Tab键补全完整的命令,当然除了命令补全之外,还有文件名补全。 Bash-completion 自动补全这个功能是Bash自带的,但一般我们会安装bash-complet 阅读全文
posted @ 2019-04-30 17:05 lsgxeva 阅读(1011) 评论(0) 推荐(0)
摘要: bash脚本测试总结 基础参考: https://zhuanlan.zhihu.com/p/102176365 https://zhuanlan.zhihu.com/p/99558152 https://zhuanlan.zhihu.com/p/101221388 跟踪脚本的执行 可以让bash打印 阅读全文
posted @ 2019-04-30 17:03 lsgxeva 阅读(3638) 评论(0) 推荐(0)
摘要: Bash 保护性编程 shell常用逻辑判断 -b file 若文件存在且是一个块特殊文件,则为真 -c file 若文件存在且是一个字符特殊文件,则为真 -d file 若文件存在且是一个目录,则为真 -e file 若文件存在,则为真 -f file 若文件存在且是一个规则文件,则为真 -g f 阅读全文
posted @ 2019-04-30 17:00 lsgxeva 阅读(316) 评论(0) 推荐(0)
摘要: 汇编Shellcode的技巧 来源 https://www.4hou.com/technology/3893.html 本文参考来源于pentest 我们在上一篇提到要要自定义shellcode,不过由于这是个复杂的过程,我们只能专门写一篇了,本文,我们将会给大家介绍shellcode的基本概念,s 阅读全文
posted @ 2019-04-30 10:54 lsgxeva 阅读(1914) 评论(0) 推荐(0)
摘要: FreeBSD上编写x86 Shellcode初学者指南 来源 https://www.4hou.com/binary/14375.html 介绍 本教程的目的是帮助你熟悉如何在FreeBSD操作系统上编写shellcode。虽然我会尽力在这里叙述所有有关的内容,但并不打算把本文写成汇编代码编程的入 阅读全文
posted @ 2019-04-30 10:50 lsgxeva 阅读(990) 评论(0) 推荐(0)
摘要: CnAms and cndoc . ├─保密控制 │ │ autorun.exe │ │ Rockey2.dll │ │ 安装前必读.txt │ │ │ ├─INI │ │ CnAmsUsb.dll │ │ Progress.dll │ │ SerialClient.dat │ │ SerialSe 阅读全文
posted @ 2019-04-30 10:05 lsgxeva 阅读(1124) 评论(0) 推荐(0)
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 182 下一页