UnCrackable App for Android Level 1This app holds a secret inside. Can you find it? Objective: A sec...
二进制学习
每天学点新东西exeinfo 可以看到壳信息upx -d upx脱壳编译x86程序依赖sudo apt-get install -y build-essential module-assistant ...
pwnable.kr
fd - 1 ptMommy! what is a file descriptor in Linux?* try to play the wargame your self but if you ar...
ACM 常用小 Trick
//{{{ #include#include <algorithm>#include <iostream>#include <cstring>#include &l...
学习一项技能要花多少时间?
Rei 写于 12 Dec 2013 前不久,一个技术 party 上有人问我:“我学习 Rails 已经2个月了,但还是对整个开发流程缺乏清晰的了解,我应该怎么学呢?”这不是个别现象,在 ruby-...
Raccoon web Writeup
PHP 后门分析李大猫在他的 WordPress 博客里发现了被黑客植入的 PHP 后门,快帮他分析分析这个后门要怎么利用吧 <?php $z0 = $_REQUEST['sort']; $q1...
POJ 3984 迷宫问题[BFS]
定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1,...
POJ 1321 棋盘问题[DFS]
原题链接 在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋盘,摆放k个棋子的所有可行的摆...
Sqli-labs 通关笔记
预备知识MySQL 常用语句备忘-- Default DatabasesmysqlRequires root privilegesinformation_schemaAvailable from ve...
漏洞练习平台及工具
练习平台WebGoat漏洞练习环境 https://github.com/WebGoat/WebGoat https://github.com/WebGoat/WebGoat-Legacy Damn ...
Docker-常用命令清单
基本概念一个 Docker Registry 中可以包含多个 仓库(Repository) 每个仓库可以包含多个标签(Tag),每个标签对应一个镜像 镜像和容器的关系,就像类与对象 安装# 更新相关软...
Please don't stop rua 233333
原题网址 <?phpclass Time{ public $flag = xxxxx; public $truepassword = xxxxx; public $time; public $p...
1156