Skip to content

Commit

Permalink
Updated URLs to point to new website.
Browse files Browse the repository at this point in the history
  • Loading branch information
apersaud committed Oct 3, 2008
1 parent 83b1d12 commit be780b2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
8 changes: 4 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Revision history for Perl extension Nmap::Parser.
Latest version: http://code.google.com/p/nmap-parser/
http://search.cpan.org/~apersaud/Nmap-Parser/

Website: http://nmapparser.wordpress.com
http://code.google.com/p/nmap-parser/
Website: http://anthonypersaud.com/category/nmap-parser/


Changes for 1.18
- Added enhancement request by stevekatieterabyte for tcp_del_port and udp_del_port
Expand Down Expand Up @@ -35,7 +35,7 @@ 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://nmapparser.wordpress.com
- 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 @@ -315,7 +315,7 @@ Changes for 0.40

COPYRIGHT AND LICENCE

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

MIT License

Expand Down
6 changes: 3 additions & 3 deletions Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@ index starts at 0.
I think some of us best learn from examples. These are a couple of examples to help
create custom security audit tools using some of the nice features
of the Nmap::Parser module. Hopefully this can double as a tutorial.
More tutorials (articles) can be found at L<nmapparser.wordpress.com>
More tutorials (articles) can be found at L<http://anthonypersaud.com/category/nmap-parser/>
=head2 Real-Time Scanning
Expand Down Expand Up @@ -1556,13 +1556,13 @@ Please remove any important IP addresses for security reasons. It saves time in
nmap, XML::Twig
The Nmap::Parser page can be found at: L<http://nmapparser.wordpress.com> or L<http://code.google.com/p/nmap-parser/>.
The Nmap::Parser page can be found at: L<http://anthonypersaud.com/category/nmap-parser/> or L<http://code.google.com/p/nmap-parser/>.
It contains the latest developments on the module. The nmap security scanner
homepage can be found at: L<http://www.insecure.org/nmap/>.
=head1 AUTHOR
Anthony G Persaud L<http://www.anthonypersaud.com>
Anthony G Persaud L<http://anthonypersaud.com>
=head1 COPYRIGHT
Expand Down
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ that utilize the powerful port scanning abilities of nmap.
INSTALLATION

Latest version: http://code.google.com/p/nmap-parser/
http://search.cpan.org/~apersaud/Nmap-Parser/
Website: http://nmapparser.wordpress.com
Website: http://anthonypersaud.com/category/nmap-parser/


MANUAL INSTALL
Expand Down Expand Up @@ -70,7 +69,7 @@ FOR CHANGE INFORMATION SEE THE "CHANGES" FILE

COPYRIGHT AND LICENCE

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

MIT License

Expand Down
6 changes: 3 additions & 3 deletions tools/nmap2sqlite.pl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
pod2usage( -exitstatus => 0, -verbose => 2 );
}

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

if ( $G{scan} && $G{nmap} eq '' ) {
Expand Down Expand Up @@ -308,13 +308,13 @@ =head1 SEE ALSO
L<Nmap::Parser>
The Nmap::Parser page can be found at: L<http://nmapparser.wordpress.com> or L<http://npx.sourceforge.net>.
The Nmap::Parser page can be found at: L<http://anthonypersaud.com/category/nmap-parser/>.
It contains the latest developments on the module. The nmap security scanner
homepage can be found at: L<http://www.insecure.org/nmap/>.
=head1 AUTHOR
Anthony G Persaud L<http://www.anthonypersaud.com>
Anthony G Persaud L<http://anthonypersaud.com>
=head1 COPYRIGHT
Expand Down
4 changes: 2 additions & 2 deletions tools/pdev.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

=pod
Anthony G Persaud L<http://www.anthonypersaud.com>
Anthony G Persaud L<http://anthonypersaud.com>
Copyright (c) <2007> <Anthony G. Persaud>
Expand Down Expand Up @@ -401,7 +401,7 @@ sub _help {
pdev>
Anthony G Persaud L<http://www.anthonypersaud.com>
Anthony G Persaud L<http://anthonypersaud.com>
Copyright (c) <2003-2009> <Anthony G. Persaud>
Expand Down
6 changes: 3 additions & 3 deletions tools/scan.pl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

my $np = new Nmap::Parser;

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

GetOptions(
'help|h|?' => \$G{helpme},
Expand Down Expand Up @@ -285,13 +285,13 @@ =head1 SEE ALSO
L<Nmap::Parser>
The Nmap::Parser page can be found at: L<http://nmapparser.wordpress.com> or L<http://npx.sourceforge.net>.
The Nmap::Parser page can be found at: L<http://anthonypersaud.com/category/nmap-parser/>.
It contains the latest developments on the module. The nmap security scanner
homepage can be found at: L<http://www.insecure.org/nmap/>.
=head1 AUTHOR
Anthony G Persaud L<http://www.anthonypersaud.com>
Anthony G Persaud L<http://anthonypersaud.com>
=head1 COPYRIGHT
Expand Down

0 comments on commit be780b2

Please sign in to comment.