2021年1月16日

摘要: http://fuzzing.org/ 阅读全文
posted @ 2021-01-16 17:44 lydstory 阅读(51) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <memory.h> #define BUFFSIZE 2000 char *getenv(char *var) { char buf[BUFFSIZE]; memset(buf,'A',BUFFSIZE); buf[BUFFSIZE-1]=0 阅读全文
posted @ 2021-01-16 17:31 lydstory 阅读(131) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-16 17:20 lydstory 阅读(172) 评论(0) 推荐(0)
摘要: #include <stdio.h> int main() { system("find / -type f -perm -4000 -o -perm -2000"); return 0; } 阅读全文
posted @ 2021-01-16 17:14 lydstory 阅读(55) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-16 17:04 lydstory 阅读(76) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-16 16:41 lydstory 阅读(65) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-16 16:34 lydstory 阅读(62) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-16 16:31 lydstory 阅读(67) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-16 16:28 lydstory 阅读(65) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> int main() { char arr[10]; strcpy(arr,getenv("HOME")); printf("%s",arr); return 0; } 阅读全文
posted @ 2021-01-16 16:21 lydstory 阅读(44) 评论(0) 推荐(0)
摘要: Mu Security Cranks Up the MUSICCertification program for process operations security revealed at Knoxville eventAug 31, 2007Mu Security, a pioneer in 阅读全文
posted @ 2021-01-16 15:47 lydstory 阅读(117) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-16 15:44 lydstory 阅读(104) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-16 15:39 lydstory 阅读(108) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-16 15:30 lydstory 阅读(38) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-01-16 15:27 lydstory 阅读(62) 评论(0) 推荐(0)
摘要: interactive disassembler IDA pro 阅读全文
posted @ 2021-01-16 15:25 lydstory 阅读(188) 评论(0) 推荐(0)
摘要: 逆向代码工程基础上,测试手段 阅读全文
posted @ 2021-01-16 15:21 lydstory 阅读(54) 评论(0) 推荐(0)
摘要: rats 阅读全文
posted @ 2021-01-16 15:03 lydstory 阅读(103) 评论(0) 推荐(0)
摘要: // 你必须定义一个 `main()` 函数入口。 #include <stdio.h> #include <string.h> int main(int argc , char ** argv) { char arr[10]; strcpy(arr,argv[1]); return 0; } 这类 阅读全文
posted @ 2021-01-16 14:53 lydstory 阅读(102) 评论(0) 推荐(0)
摘要: 完VirtualBox的时候喜欢瞎倒腾一不注意就开启了Scale Mode,大爷的Scale Mode菜单栏没见了,这时慌神了,怎么安装增强功能呢? 我们看到开启/关闭 Scale Mode的快捷键都是 Ctrl C (注意Ctrl是右边的那个不是左边那个) 恩,现在我们按下Ctrl C 看看,没问 阅读全文
posted @ 2021-01-16 14:34 lydstory 阅读(108) 评论(0) 推荐(0)
摘要: 1、修改文件/etc/default/grub sudo vim /etc/default/grub # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. GRUB_DEFAU 阅读全文
posted @ 2021-01-16 14:22 lydstory 阅读(309) 评论(0) 推荐(0)
摘要: DPI+DFI 阅读全文
posted @ 2021-01-16 12:49 lydstory 阅读(166) 评论(0) 推荐(0)
摘要: TCP的三次握手是怎么进行的了:发送端发送一个SYN=1,ACK=0标志的数据包给接收端,请求进行连接bai,这是第一次握手;接收端收到请求并且允许连接的话,就会发送一个SYN=1,ACK=1标志的数据包给发送端,告诉它,可以通讯了,并且让发送端发送一个确认数据包,这是第二次握手;最后,发送端发送一 阅读全文
posted @ 2021-01-16 12:24 lydstory 阅读(102) 评论(0) 推荐(0)
摘要: 大地信合 阅读全文
posted @ 2021-01-16 12:09 lydstory 阅读(48) 评论(0) 推荐(0)
摘要: 武汉华工安鼎 http://www.andin.com.cn/ 阅读全文
posted @ 2021-01-16 09:41 lydstory 阅读(87) 评论(0) 推荐(0)

导航