Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Drop ettercap references to sourceforge, move them to the new website
  • Loading branch information
LocutusOfBorg committed Jul 16, 2020
1 parent d642205 commit 715e7ef
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.BUGS
Expand Up @@ -20,7 +20,7 @@ by definition, not smart enough to debug it." - Brian W. Kernighan

If you found a new bug please report it to
https://github.com/Ettercap/ettercap/issues or by sending an email to
<ettercap-betatesting@lists.sourceforge.net>
<ettercap-users@lists.ettercap-project.org>


==============================================================================
Expand Down
4 changes: 2 additions & 2 deletions share/etter.dns.examples
Expand Up @@ -30,8 +30,8 @@ www.example.org AAAA ::1
#

www.ettercap.org A 127.0.0.1
www.ettercap-project.org A 127.0.0.1
ettercap.sourceforge.net A 23.235.43.133
www.ettercap-project.org A 104.24.100.131
ettercap.sourceforge.net A 104.24.100.131
www.ettercap.org PTR ::1

###############################################
Expand Down
9 changes: 3 additions & 6 deletions share/etter.finger.os
Expand Up @@ -36,13 +36,10 @@
# if irrilevant or unknown it is "LT" #
# OS : an ascii string representing the OS #
# #
# IF YOU FIND A NEW FINGERPRING, PLEASE MAIL IT US WITH THE RESPECTIVE OS #
# or use the appropriate form at: #
# http://ettercap.sourceforge.net/index.php?s=stuff&p=fingerprint #
# IF YOU FIND A NEW FINGERPRINT, PLEASE MAIL IT US WITH THE RESPECTIVE OS #
# or use the ettercap with submit_fingerprint = 1 in etter.conf #
# www.ettercap-project.org/fingerprint.php #
# #
# TO GET THE LATEST DATABASE: #
# #
# ettercap -U #
# #
############################################################################

Expand Down
2 changes: 1 addition & 1 deletion src/dissectors/ec_gg.c
Expand Up @@ -32,7 +32,7 @@ Gadu-Gadu (http://www.gadu-gadu.pl/) is the most widely used IM network in Polan
Protocol description taken from http://ekg.chmurka.net/docs/protocol.html + own research (7.x).
The newest version can be found at http://ettercap-gg.sourceforge.net/
The newest version can be found at https://www.ettercap-project.org/downloads.html
FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion src/ec_fingerprint.c
Expand Up @@ -297,7 +297,7 @@ u_int8 TTL_PREDICTOR(u_int8 x)
int fingerprint_submit(const char *finger, char *os)
{
int sock;
char host[] = "ettercap.sourceforge.net";
char host[] = "www.ettercap-project.org";
char page[] = "/fingerprint.php";
char getmsg[1024];
char *os_encoded;
Expand Down
2 changes: 1 addition & 1 deletion src/ettercap.rc
Expand Up @@ -24,7 +24,7 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "The EtterCap community, http://ettercap.sourceforge.net/\0"
VALUE "CompanyName", "The EtterCap community, https://www.ettercap-project.org\0"
VALUE "FileDescription", "EtterCap sniffer\0"
VALUE "FileVersion", EC_VERSION "\0"
VALUE "InternalName", "ettercap-NG\0"
Expand Down

0 comments on commit 715e7ef

Please sign in to comment.