[Git-commits] thc-ipv6: branch, master, updated. debian/1.4-1-6-gbedae93

git repository hosting gitosis at grml.org
Thu Aug 18 19:28:38 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "thc-ipv6 - Tools to play with IPv6".

The branch, master has been updated
       via  bedae933bbfb50ee1d2ca41c7ff530cf137340c0 (commit)
       via  026adf4322d8833ea5da975b618c6d347e8a9278 (commit)
       via  4802002fe4c76daa7827e7c453e9b7fbd72c5779 (commit)
      from  6cb5c2a3550be1d18a82b137b74de85113411352 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bedae933bbfb50ee1d2ca41c7ff530cf137340c0
Author: Michael Gebetsroither <michael at mgeb.org>
Date:   Thu Aug 18 19:28:22 2011 +0200

    new upstream version 1.8

commit 026adf4322d8833ea5da975b618c6d347e8a9278
Merge: 6cb5c2a 4802002
Author: Michael Gebetsroither <michael at mgeb.org>
Date:   Thu Aug 18 18:53:07 2011 +0200

    Merge commit 'upstream/1.8'

commit 4802002fe4c76daa7827e7c453e9b7fbd72c5779
Author: Michael Gebetsroither <michael at mgeb.org>
Date:   Thu Aug 18 18:53:07 2011 +0200

    Imported Upstream version 1.8

-----------------------------------------------------------------------

Summary of changes:
 CHANGES                                           |  133 +-
 Makefile                                          |   15 +-
 README                                            |    3 +-
 TODO                                              |    1 -
 alive6.c                                          |  206 +-
 contrib/.svn/entries                              |  232 +
 contrib/.svn/text-base/Makefile.svn-base          |   24 +
 contrib/.svn/text-base/data_structures.h.svn-base |   29 +
 contrib/.svn/text-base/host_scan.c.svn-base       |  363 +
 contrib/.svn/text-base/host_scan.h.svn-base       |   24 +
 contrib/.svn/text-base/spoofer.c.svn-base         |  330 +
 contrib/.svn/text-base/spoofer.h.svn-base         |   12 +
 contrib/Makefile                                  |   24 +
 contrib/data_structures.h                         |   29 +
 contrib/host_scan.c                               |  363 +
 contrib/host_scan.h                               |   24 +
 contrib/spoofer.c                                 |  330 +
 contrib/spoofer.h                                 |   12 +
 covert_send6.c                                    |  164 +
 covert_send6d.c                                   |  144 +
 debian/changelog                                  |    6 +
 denial6.c                                         |   60 +-
 detect-new-ip6.c                                  |   20 +-
 dnsdict6.c                                        |  467 +-
 dnsdict6.h                                        |13902 ++++++++-------------
 dos-new-ip6.c                                     |   27 +-
 dump_router6.c                                    |  167 +
 exploit6.c                                        |   68 +-
 extract_hosts6.sh                                 |   23 +
 extract_networks6.sh                              |   23 +
 fake_advertise6.c                                 |  113 +-
 fake_dhcps6.c                                     |  359 +
 fake_dns6d.c                                      |  209 +
 fake_dnsupdate6.c                                 |  122 +
 fake_mipv6.c                                      |    8 +-
 fake_mld26.c                                      |   53 +-
 fake_mld6.c                                       |   45 +-
 fake_mldrouter6.c                                 |   21 +-
 fake_router6.c                                    |  230 +-
 flood_advertise6.c                                |   31 +-
 flood_dhcpc6.c                                    |  210 +
 flood_mld26.c                                     |  103 +
 flood_advertise6.c => flood_mld6.c                |   61 +-
 flood_advertise6.c => flood_mldrouter6.c          |   52 +-
 flood_router6.c                                   |  129 +-
 flood_advertise6.c => flood_solicitate6.c         |   60 +-
 fragmentation6.c                                  | 1169 ++
 fuzz_ip6.c                                        |  855 +-
 implementation6.c                                 |  652 +-
 implementation6d.c                                |  120 +-
 kill_router6.c                                    |  189 +
 ndpexhaust6.c                                     |  117 +
 node_query6.c                                     |  158 +
 parasite6.c                                       |  215 +-
 randicmp6.c                                       |   85 +
 redir6.c                                          |   41 +-
 rsmurf6.c                                         |    8 +-
 sendpees6.c                                       |   84 +-
 sendpeesmp6.c                                     |  161 +
 smurf6.c                                          |    8 +-
 thc-ipv6-lib.c                                    | 1169 +-
 thc-ipv6.8                                        |    4 +-
 thc-ipv6.h                                        |   66 +-
 thcping6.c                                        |  293 +-
 toobig6.c                                         |   31 +-
 trace6.c                                          |  222 +-
 66 files changed, 14186 insertions(+), 10492 deletions(-)
 delete mode 100644 TODO
 create mode 100644 contrib/.svn/entries
 create mode 100644 contrib/.svn/text-base/Makefile.svn-base
 create mode 100644 contrib/.svn/text-base/data_structures.h.svn-base
 create mode 100644 contrib/.svn/text-base/host_scan.c.svn-base
 create mode 100644 contrib/.svn/text-base/host_scan.h.svn-base
 create mode 100644 contrib/.svn/text-base/spoofer.c.svn-base
 create mode 100644 contrib/.svn/text-base/spoofer.h.svn-base
 create mode 100644 contrib/Makefile
 create mode 100644 contrib/data_structures.h
 create mode 100644 contrib/host_scan.c
 create mode 100644 contrib/host_scan.h
 create mode 100644 contrib/spoofer.c
 create mode 100644 contrib/spoofer.h
 create mode 100644 covert_send6.c
 create mode 100644 covert_send6d.c
 create mode 100644 dump_router6.c
 create mode 100755 extract_hosts6.sh
 create mode 100755 extract_networks6.sh
 create mode 100644 fake_dhcps6.c
 create mode 100644 fake_dns6d.c
 create mode 100644 fake_dnsupdate6.c
 create mode 100644 flood_dhcpc6.c
 create mode 100644 flood_mld26.c
 copy flood_advertise6.c => flood_mld6.c (57%)
 copy flood_advertise6.c => flood_mldrouter6.c (56%)
 copy flood_advertise6.c => flood_solicitate6.c (60%)
 create mode 100644 fragmentation6.c
 create mode 100644 kill_router6.c
 create mode 100644 ndpexhaust6.c
 create mode 100644 node_query6.c
 create mode 100644 randicmp6.c
 create mode 100644 sendpeesmp6.c
hooks/post-receive
-- 
Tools to play with IPv6


More information about the Git-commits mailing list