Update README.md

This commit is contained in:
2018-04-07 00:39:50 +08:00
committed by GitHub
parent 27aad07be9
commit 410d8c404f

View File

@@ -4,30 +4,32 @@ Bunch of scripts that make life easier on command line
Author: Samuel Pua (kahkin@gmail.com) Author: Samuel Pua (kahkin@gmail.com)
## Current Scripts Available ## Current Scripts Available
- alliteration-gen * alliteration-gen
> Creates alliteration in the format of <adjective> <noun>. Mainly used for naming purposes * Creates alliteration in the format of <adjective> <noun>. Mainly used for naming purposes
- ascii2img * ascii2img
> Creates image out of an ASCII text file -- may be used to convert ASCII output from Radare2 to image * Creates image out of an ASCII text file -* may be used to convert ASCII output from Radare2 to image
> Possible to edit the text file with annotation before saving
- clearExtraLines * Possible to edit the text file with annotation before saving
> Burp Suite creates '\r\n' on its output for it's proxy and repeater. Probably useful for Windows, but not so useful for Linux
> This creates a problem of 2 lines on Linux
> Tool converts '\r\n' to '\n' in the clipboard buffer
- fuzzPattern * clearExtraLines
> Creates pattern to be used for fuzzing * Burp Suite creates '\r\n' on its output for it's proxy and repeater. Probably useful for Windows, but not so useful for Linux
> The fuzz output must be more than or equal to 4 bytes (32 bit) * This creates a problem of 2 lines on Linux
* Tool converts '\r\n' to '\n' in the clipboard buffer
- ratio * fuzzPattern
> Converts a ratio to it's smallest common denominator * Creates pattern to be used for fuzzing
* The fuzz output must be more than or equal to 4 bytes (32 bit)
- urlencode.py * ratio
> Encodes strings into urlencoding * Converts a ratio to it's smallest common denominator
* urlencode.py
* Encodes strings into urlencoding
* urldecode.py
* Decodes url encoding back to ascii
- urldecode.py
> Decodes url encoding back to ascii
## Todos ## Todos
- Tab completion - Tab completion