https://github.com/wireghoul/www-tamperdata
Perl interface to replay tamperdata sessions exported to xml
https://github.com/wireghoul/www-tamperdata
Last synced: about 2 months ago
JSON representation
Perl interface to replay tamperdata sessions exported to xml
- Host: GitHub
- URL: https://github.com/wireghoul/www-tamperdata
- Owner: wireghoul
- Created: 2009-06-19T02:05:45.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T23:09:22.000Z (about 11 years ago)
- Last Synced: 2025-01-19T17:24:05.720Z (3 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/~marcussen/
- Size: 160 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WWW-TamperData
Tamperdata is an extension to the popular firefox browser which allows you to view and modify the
headers and parameters of web requests. WWW::Tamperdata allows you to replay, view or manipulate
tamperdata transcripts exported to xml files.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc WWW::TamperData
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-TamperDataAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/WWW-TamperDataCPAN Ratings
http://cpanratings.perl.org/d/WWW-TamperDataSearch CPAN
http://search.cpan.org/dist/WWW-TamperDataCOPYRIGHT AND LICENCE
Copyright (C) 2009 Eldar Marcussen
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.