Skip to content

Commit

Permalink
Updated version and contact information.
Browse files Browse the repository at this point in the history
  • Loading branch information
apersaud committed Apr 5, 2013
1 parent a6f5f2f commit 36dd8c8
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 34 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ MYMETA.*
Makefile
*.tar.gz
pm_to_*
blib
blib
/Makefile.old
6 changes: 3 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Revision history for Perl extension Nmap::Parser.

Bleeding Edge version: http://apersaud.github.com/Nmap-Parser/
http://search.cpan.org/~apersaud/Nmap-Parser/

For a full list of changes and contributors see: https://github.com/apersaud/Nmap-Parser/commits/master

Changes for 1.31
- Eliminate global variables %D - thanks to bonsaiviking
Changes for 1.30
- Merged features of pull request #6 (bonsaiviking)
https://github.com/apersaud/Nmap-Parser/commit/7ccf752af
Expand Down Expand Up @@ -49,7 +50,6 @@ Changes for 1.11
- Added ignoring of taskend,taskbegin and taskprogress information.
- Added tests for nmap 4.20.
- Changed lisence to MIT.
- Points to new website http://anthonypersaud.com/category/nmap-parser/

Changes for 1.06
- Added patch for new OS fingerprint (Thanks Okan Demirmen)
Expand Down Expand Up @@ -329,7 +329,7 @@ Changes for 0.40

COPYRIGHT AND LICENCE

Copyright (C) 2003-2005 Anthony G Persaud L<http://anthonypersaud.com>
Copyright (C) 2003-2013 Anthony Persaud L<http://modernistik.com>

MIT License

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) <2003-2011> <Anthony G. Persaud>
Copyright (c) <2003-2013> <Anthony Persaud>

MIT License

Expand Down
15 changes: 5 additions & 10 deletions Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Nmap::Parser;
use strict;
use XML::Twig;

our $VERSION = 1.30;
our $VERSION = 1.31;


sub new {
Expand Down Expand Up @@ -1885,7 +1885,7 @@ If you have questions about how to use the module, or any of its features, you
can post messages to the Nmap::Parser module forum on CPAN::Forum.
L<https://github.com/apersaud/Nmap-Parser/issues>
=head2 Bug Reports and Enhancements
=head2 Bug Reports, Enhancements, Merge Requests
Please submit any bugs or feature requests to:
L<https://github.com/apersaud/Nmap-Parser/issues>
Expand All @@ -1904,16 +1904,11 @@ homepage can be found at: L<http://www.insecure.org/nmap/>.
=head1 AUTHORS
Anthony G Persaud L<http://anthonypersaud.com> . Please see Changes file and CONTRIBUTORS file for a list of other great contributors.
Additional Contributors:
* Robin Bowes L<http://robinbowes.com>
* Daniel Miller L<https://github.com/bonsaiviking>
* See Changes file for other contributors.
Origiinal author, Anthony Persaud L<http://modernistik.com>. However, special thanks to: Daniel Miller L<https://github.com/bonsaiviking> and Robin Bowes L<http://robinbowes.com>.
Please see Changes file and CONTRIBUTORS file for a list of other great contributors.
=head1 COPYRIGHT
Copyright (c) <2003-2010> <Anthony G. Persaud>
Copyright (c) <2003-2013> <Anthony Persaud> L<http://modernistik.com>
MIT License
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Installation
=================================================================

* Latest version: [https://github.com/apersaud/Nmap-Parser](https://github.com/apersaud/Nmap-Parser)
* Website: [http://anthonypersaud.com/](http://anthonypersaud.com)


Manual Install
=================================================================
Expand Down Expand Up @@ -66,7 +64,7 @@ not really need the executable, but the xml output that you will be parsing
Copyright and License
=================================================================

Copyright (C) 2003-2011 Anthony G Persaud L<http://anthonypersaud.com>
Copyright (C) 2003-2011 Anthony Persaud L<http://modernistik.com>

MIT License

Expand Down
6 changes: 3 additions & 3 deletions tools/nmap2db.pl
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,11 @@ =head1 SEE ALSO
=head1 AUTHOR
Anthony G Persaud <apersaud[at]gmail.com> L<http://anthonypersaud.com>
MySQL support added by:
Anthony Persaud <apersaud[at]gmail.com> L<http://modernistik.com>
Additional features and improvements by:
Robin Bowes <robin[at]robinbowes.com> L<http://robinbowes.com>
Daniel Miller L<http://bonsaiviking.com/>
=head1 COPYRIGHT
Expand Down
8 changes: 4 additions & 4 deletions tools/nmap2sqlite.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/perl
#Anthony G. Persaud
#Anthony Persaud
#nmap2sqlite.pl
#Description:
# It takes in a nmap xml file and stores it into a SQLite database using DBI for
Expand Down Expand Up @@ -51,7 +51,7 @@
pod2usage( -exitstatus => 0, -verbose => 2 );
}

print "\nnmap2sqlite.pl - ( http://anthonypersaud.com )\n",
print "\nnmap2sqlite.pl - ( http://modernistik.com )\n",
( '-' x 50 ), "\n\n";

if ( $G{scan} && $G{nmap} eq '' ) {
Expand Down Expand Up @@ -314,11 +314,11 @@ =head1 SEE ALSO
=head1 AUTHOR
Anthony G Persaud L<http://anthonypersaud.com>
Anthony Persaud L<http://modernistik.com>
=head1 COPYRIGHT
Copyright (c) <2003-2009> <Anthony G. Persaud>
Copyright (c) <2003-2013> <Anthony Persaud>
MIT License
Expand Down
8 changes: 3 additions & 5 deletions tools/pdev.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

=pod
Anthony G Persaud L<http://anthonypersaud.com>
Copyright (c) <2007> <Anthony G. Persaud>
Copyright (c) <2013> <Anthony Persaud> L<http://modernistik.com>
MIT License
Expand Down Expand Up @@ -401,10 +399,10 @@ sub _help {
pdev>
Anthony G Persaud L<http://anthonypersaud.com>
Anthony Persaud L<http://modernistik.com>
Copyright (c) <2003-2009> <Anthony G. Persaud>
Copyright (c) <2003-2013> <Anthony Persaud>
MIT License
Expand Down
8 changes: 4 additions & 4 deletions tools/scan.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/perl
#Anthony G. Persaud
#Anthony Persaud

use strict;
use Nmap::Parser;
Expand All @@ -12,7 +12,7 @@

my $np = new Nmap::Parser;

print "\nscan.pl - ( http://anthonypersaud.com )\n", ( '-' x 80 ), "\n\n";
print "\nscan.pl - ( http://modernistik.com )\n", ( '-' x 80 ), "\n\n";

GetOptions(
'help|h|?' => \$G{helpme},
Expand Down Expand Up @@ -291,11 +291,11 @@ =head1 SEE ALSO
=head1 AUTHOR
Anthony G Persaud L<http://anthonypersaud.com>
Anthony Persaud L<http://modernistik.com>
=head1 COPYRIGHT
Copyright (c) <2003-2009> <Anthony G. Persaud>
Copyright (c) <2003-2013> <Anthony Persaud>
MIT License
Expand Down

0 comments on commit 36dd8c8

Please sign in to comment.