摘要: hello.c文件 include <stdio.h> int main(){ printf("Hello World\n"); } 预处理————编译————汇编————链接 gcc -S hello.i -o hello.s -masm=intel -fno-asynchronous-unwin 阅读全文
posted @ 2025-06-22 14:54 恢复记忆 阅读(37) 评论(0) 推荐(0)
摘要: kali下使用sqlmap sqlmap -u "http://192.168.2.24/sqli-labs-master/Less-1/?id=1" -D security -T flag -C flag --dump 阅读全文
posted @ 2025-06-20 16:38 恢复记忆 阅读(24) 评论(0) 推荐(0)
摘要: 实验环境不必赘述。 网页地址:http://192.168.2.24/sqli-labs-master/Less-1/?id=1 在kali环境下获取数据库命令 sqlmap -u "http://192.168.2.24/sqli-labs-master/Less-1/?id=1" --curre 阅读全文
posted @ 2025-06-20 16:13 恢复记忆 阅读(34) 评论(0) 推荐(0)