Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
/ g3m Public archive

geminid - also known as g3m.c

License

Notifications You must be signed in to change notification settings

murder/g3m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NOTE

Since circa 2010 it's been said throughout the internet that there's an ipv6 version of this tool.

This is not true, I was the one who took the idea of making an ipv6 compatible version of this tool.

However, this never happened, because back then Nelson Brito released t50 publicly and it became the de-facto packet injector tool for this kind of purpose.

Of course, you could feed pcap files to tcpreplay, but still...

The source code in this repository is the solely unique version of this tool, in it's original form.

geminid

Also known as g3m.c - geminid is an oldschool packet injector

Compiling

 Default (same as -DLINUX)
 % gcc geminid.c -o geminid

 With password file option:
 % gcc -DF_PASS geminid.c -o geminid

 With Linux htons() and BANNER_CKSUM 54018
 % gcc -DLINUX geminid.c -o geminid

 With Solaris x86 BANNER_CKSUM 54016
 % gcc -DSUNX86 geminid.c -o geminid

 With FreeBSD BANNER_CKSUM 54016
 % gcc -DFREEBSD geminid.c -o geminid

 With Sun SPARC BANNER_CKSUM 723
 % gcc -DSUNSPARC geminid.c -o geminid

by LIVE

About

geminid - also known as g3m.c

Resources

License

Stars

Watchers

Forks

Languages