You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[1e414af][1e414af] Added `connect()` alias for `remote()`
167
175
+ For example, `io=connect('google.com', 80)`
168
176
+ This also works with `tcp(...)` and `udp(...)` aliases
169
-
-[869ec42][869ec42] Added `ssh.read()` and `ssh.write()`aiases
177
+
-[869ec42][869ec42] Added `ssh.read()` and `ssh.write()`aliases
170
178
-[2af55c9][2af55c9]`AdbDevice` objects exposed via e.g. `adb.devices()` now offer scoped access to all `adb` module properties
171
179
+ It is now possible to e.g. `map(lambda d: d.process(['id']).recvall(), adb.devices())`
172
180
@@ -253,7 +261,7 @@ Android support via a new `adb` module, `context.device`, `context.adb_host`, an
253
261
- Added `context.log_file` setting for sending logs to a file. This can be set with the `LOG_FILE` magic command-line option.
254
262
- Added `context.noptrace` setting for disabling actions which require `ptrace` support. This is useful for turning all `gdb.debug` and `gdb.attach` options into no-ops, and can be set via the `NOPTRACE` magic command-line option.
255
263
- Added `context.proxy` which hooks all connections and sends them to a SOCKS4/SOCKS5. This can be set via the `PROXY` magic command-line option.
256
-
- Added `context.randomize` to control randommization of settings like XOR keys and register ordering (default off).
264
+
- Added `context.randomize` to control randomization of settings like XOR keys and register ordering (default off).
257
265
- Added `context.terminal` for setting how to launch commands in a new terminal.
258
266
259
267
#### DynELF and MemLeak Module
@@ -266,7 +274,7 @@ Android support via a new `adb` module, `context.device`, `context.adb_host`, an
266
274
#### Encoders Module
267
275
268
276
- Added a `pwnlib.encoders` module for assembled-shellcode encoders/decoders
269
-
- Includes position-indepentent basic XOR encoders
277
+
- Includes position-independent basic XOR encoders
270
278
- Includes position-independent delta encoders
271
279
- Includes non-position-independent alphanumeric encoders for Intel
272
280
- Includes position-independent alphanumeric encoders for ARM/Thumb
0 commit comments