Posts

Showing posts with the label wildpwn – UNIX Wildcard Attack Tool

wildpwn – UNIX Wildcard Attack Tool

Image
wildpwn is a Python UNIX wildcard attack tool that helps you generate attacks, based on a paper by Leon Juranic. It’s considered a fairly old-skool attack vector, but it still works quite often. The simple trick behind this technique is that when using shell wildcards, especially asterisk (*), the UNIX shell will interpret files beginning with a hyphen (-) character as command line argument to be executed by the command/program. That leaves space for some variations of the classic channelling attack. The practical case in terms of this technique is combining arguments and filenames, as different “channels” into single entity, because of using shell wildcards. Read the full paper here:  Back To The Future: Unix Wildcards Gone Wild Usage 1 2 3 4 5 6 7 8 9 10 11 12 usage : wildpwn . py [ - h ] [ -- file FILE ] payload folder   Tool to generate unix wildcard attacks   positional arguments :    payload       Payload to use : ( com...