Browse Source

Update README.md

master
Samuel Pua 7 years ago
committed by GitHub
parent
commit
27aad07be9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      README.md

19
README.md

@ -4,6 +4,25 @@ 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
> Creates alliteration in the format of <adjective> <noun>. Mainly used for naming purposes
- ascii2img
> 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
> 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
> Creates pattern to be used for fuzzing
> The fuzz output must be more than or equal to 4 bytes (32 bit)
- ratio
> Converts a ratio to it's smallest common denominator
- urlencode.py - urlencode.py
> Encodes strings into urlencoding > Encodes strings into urlencoding

Loading…
Cancel
Save