Skip to content

Commit

Permalink
add istrip to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed May 5, 2021
1 parent 78a5e75 commit ef3ff56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ctf-party
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cmd_whitelist = {
hex2str: 'Alias for from_hex',
htmlescape: 'HTML escape the string',
htmlunescape: 'HTML unescape the string',
istrip: 'Remove leading and trailing whitespace but also all inner whitespace',
leet: 'Transform into leet speak (l337 5p34k)',
md5: 'Calculate the md5 hash of the string',
randomcase: 'Change the case of characters randomly',
Expand Down

0 comments on commit ef3ff56

Please sign in to comment.