Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
giantbranch committed Jan 14, 2020
1 parent 734cdbc commit 09982b6
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,20 @@ sudo apt source libc6-dev

# Use

### python2

```
wget https://raw.githubusercontent.com/giantbranch/pwn-env-init/master/pwn_init_py2.sh
chmod +x pwn_init_py2.sh
sudo ./pwn_init_py2.sh
```
wget https://raw.githubusercontent.com/giantbranch/pwn-env-init/master/pwn_init.sh
chmod +x pwn_init.sh
sudo ./pwn_init.sh
### python3
```
wget https://raw.githubusercontent.com/giantbranch/pwn-env-init/master/pwn_init_py3.sh
chmod +x pwn_init_py3.sh
sudo ./pwn_init_py3.sh
```
而pwn_init.sh就作为备份文件吧

# Instructions

Expand All @@ -47,6 +56,8 @@ sudo ./pwn_init.sh

# Update

20200114: 最近在Ubuntu 19.04运行脚本,安装pwntools有问题,more-itertools已经不支持python2了,所以分成py2和py3版本,python2的解决方案是先安装支持python2的more-itertools 5.0.0

20181105: 竟然忘了安装one_gadget

20181027: 增加下载libc-database
Expand Down

0 comments on commit 09982b6

Please sign in to comment.