[](https://www.penterep.com/) ## PTUPLOADER - The Tool for testing uploads in web apps ## Installation ``` pip install ptuploader ``` ## Adding to PATH If you're unable to invoke the script from your terminal, it's likely because it's not included in your PATH. You can resolve this issue by executing the following commands, depending on the shell you're using: For Bash Users ```bash echo "export PATH=\"`python3 -m site --user-base`/bin:\$PATH\"" >> ~/.bashrc source ~/.bashrc ``` For ZSH Users ```bash echo "export PATH=\"`python3 -m site --user-base`/bin:\$PATH\"" >> ~/.zshrc source ~/.zshrc ``` ## Usage examples ``` PTUPLOADER -u http://example.com/upload.php -r requestfile.txt -P file -s http://www.example.com/uploads/ -ts EXT ``` ## Options ``` -v --version Show script version and exit -h --help Show this help message and exit -j --json Output in JSON format -vv --verbose Enable verbose mode -ua --user-agent <user-agent> Set User-Agent header -c --cookie <cookie> Set Cookie(s) -t --threads <threads> Set thread count (default: 10) -H --headers <header:value> Set custom header(s) -p --proxy <proxy> Set Proxy -
Latest indexed changes and source events
Other apps tracked under the same category.