Pentest Tools

Published on May 28th, 2016 📆 | 4167 Views ⚑

0

wildpwn – UNIX Wildcard Attack Tool


iSpeech.org
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

Usage Example

You can download wildpwn here:

wildpwn.py

OR read more here.



Comments are closed.