File tree Expand file tree Collapse file tree 1 file changed +30
-10
lines changed Expand file tree Collapse file tree 1 file changed +30
-10
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,28 @@ Note: this command doesn't work well and needs an ida user's love and care.
167
167
168
168
https://github.com/rerroret/ret/blob/main/commands/ida.go
169
169
170
+ ### docker
171
+
172
+ ```
173
+ usage: ret docker [ip] [port]
174
+ ```
175
+
176
+ Creates a Dockerfile from a template.
177
+
178
+ https://github.com/rerroret/ret/blob/main/commands/docker.go
179
+
180
+ ### check
181
+
182
+ ```
183
+ usage: ret check
184
+ ```
185
+
186
+ Check your environment for ctf readiness by checking if various pieces of commonly used software are installed.
187
+
188
+ If something is not installed ` ret ` tries to give you a link to help you install it quickly.
189
+
190
+ https://github.com/rerroret/ret/blob/main/commands/check.go
191
+
170
192
### syscall
171
193
172
194
```
@@ -193,27 +215,25 @@ For example:
193
215
194
216
https://github.com/rerroret/ret/blob/main/commands/syscall.go
195
217
196
- ### writeup
218
+ ### abi
197
219
198
220
```
199
- usage: ret writeup
221
+ usage: ret abi [(x86/32)/(x64/64)] [linux/windows]
200
222
```
201
223
202
- Create a writeup template for a task in a file called ` writeup.md ` .
224
+ Prints reference details about the abi for the given platform .
203
225
204
- https://github.com/rerroret/ret/blob/main/commands/writeup .go
226
+ https://github.com/rerroret/ret/blob/main/commands/abi .go
205
227
206
- ### check
228
+ ### writeup
207
229
208
230
```
209
- usage: ret check
231
+ usage: ret writeup
210
232
```
211
233
212
- Check your environment for ctf readiness by checking if various pieces of commonly used software are installed.
213
-
214
- If something is not installed ` ret ` tries to give you a link to help you install it quickly.
234
+ Create a writeup template for a task in a file called ` writeup.md ` .
215
235
216
- https://github.com/rerroret/ret/blob/main/commands/check .go
236
+ https://github.com/rerroret/ret/blob/main/commands/writeup .go
217
237
218
238
### cheatsheet
219
239
You can’t perform that action at this time.
0 commit comments