@@ -9,9 +9,10 @@ The table below shows which release corresponds to each branch, and what date th
9
9
10
10
| Version | Branch | Release Date |
11
11
| ---------------- | -------- | ---------------------- |
12
- | [ 4.12.0] ( #4120 ) | ` dev ` |
13
- | [ 4.11.0] ( #4110 ) | ` beta ` |
14
- | [ 4.10.0] ( #4100 ) | ` stable ` | May 21, 2023
12
+ | [ 4.13.0] ( #4130-dev ) | ` dev ` |
13
+ | [ 4.12.0] ( #4120-beta ) | ` beta ` |
14
+ | [ 4.11.0] ( #4110-stable ) | ` stable ` | Sep 15, 2023
15
+ | [ 4.10.0] ( #4100 ) | | May 21, 2023
15
16
| [ 4.9.0] ( #490 ) | | Dec 29, 2022
16
17
| [ 4.8.0] ( #480 ) | | Apr 21, 2022
17
18
| [ 4.7.1] ( #471 ) | | Apr 20, 2022
@@ -66,38 +67,46 @@ The table below shows which release corresponds to each branch, and what date th
66
67
| [ 3.0.0] ( #300 ) | | Aug 20, 2016
67
68
| [ 2.2.0] ( #220 ) | | Jan 5, 2015
68
69
69
- ## 4.12.0 (` dev ` )
70
+ ## 4.13.0 (` dev ` )
71
+
72
+
73
+
74
+ ## 4.12.0 (` beta ` )
70
75
- [ #2202 ] [ 2202 ] Fix ` remote ` and ` listen ` in sagemath
71
76
- [ #2117 ] [ 2117 ] Add -p (--prefix) and -s (--separator) arguments to ` hex ` command
72
77
- [ #2221 ] [ 2221 ] Add shellcraft.sleep template wrapping SYS_nanosleep
73
78
- [ #2219 ] [ 2219 ] Fix passing arguments on the stack in shellcraft syscall template
74
79
- [ #2212 ] [ 2212 ] Add ` --libc libc.so ` argument to ` pwn template ` command
80
+ - [ #2257 ] [ 2257 ] Allow creation of custom templates for ` pwn template ` command
81
+ - [ #2225 ] [ 2225 ] Allow empty argv in ssh.process()
75
82
76
83
[ 2202 ] : https://github.com/Gallopsled/pwntools/pull/2202
77
84
[ 2117 ] : https://github.com/Gallopsled/pwntools/pull/2117
78
85
[ 2221 ] : https://github.com/Gallopsled/pwntools/pull/2221
79
86
[ 2219 ] : https://github.com/Gallopsled/pwntools/pull/2219
80
87
[ 2212 ] : https://github.com/Gallopsled/pwntools/pull/2212
88
+ [ 2257 ] : https://github.com/Gallopsled/pwntools/pull/2257
89
+ [ 2225 ] : https://github.com/Gallopsled/pwntools/pull/2225
81
90
82
- ## 4.11.0 (` beta ` )
91
+ ## 4.11.0 (` stable ` )
83
92
84
93
- [ #2185 ] [ 2185 ] make fmtstr module able to create payload without $ notation
85
94
- [ #2103 ] [ 2103 ] Add search for libc binary by leaked function addresses ` libcdb.search_by_symbol_offsets() `
86
95
- [ #2177 ] [ 2177 ] Support for RISC-V 64-bit architecture
87
96
- [ #2186 ] [ 2186 ] Enhance ` ELF.nx ` and ` ELF.execstack `
88
97
- [ #2129 ] [ 2129 ] Handle ` context.newline ` correctly when typing in ` tube.interactive() `
98
+ - [ #2214 ] [ 2214 ] Fix bug at ssh.py:` download ` and ` download_file ` with relative paths
99
+ - [ #2241 ] [ 2241 ] Fix ssh.process not setting ssh_process.cwd attribute
100
+ - [ #2261 ] [ 2261 ] Fix corefile module after pyelftools update
89
101
90
102
[ 2185 ] : https://github.com/Gallopsled/pwntools/pull/2185
91
103
[ 2103 ] : https://github.com/Gallopsled/pwntools/pull/2103
92
104
[ 2177 ] : https://github.com/Gallopsled/pwntools/pull/2177
93
105
[ 2186 ] : https://github.com/Gallopsled/pwntools/pull/2186
94
106
[ 2129 ] : https://github.com/Gallopsled/pwntools/pull/2129
95
-
96
- ## 4.10.1 (` stable ` )
97
-
98
- - [ #2214 ] [ 2214 ] Fix bug at ssh.py:` download ` and ` download_file ` with relative paths
99
-
100
107
[ 2214 ] : https://github.com/Gallopsled/pwntools/pull/2214
108
+ [ 2241 ] : https://github.com/Gallopsled/pwntools/pull/2241
109
+ [ 2261 ] : https://github.com/Gallopsled/pwntools/pull/2261
101
110
102
111
## 4.10.0
103
112
0 commit comments