aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2

Author Topic: Ban the Leecher Mod  (Read 7102 times)

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Ban the Leecher Mod
« on: March 16, 2005, 04:54:13 PM »

I request the implementation of automatic banning of leecher mod than Ketamine, I received a lot of message from Ketamine client from some time and I activate the Message filter.
It is impossible to banning new Leecher Mod? ?(

Thanks for yours work.  :D
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Ban the Leecher Mod
« Reply #1 on: March 16, 2005, 05:52:18 PM »

It is a waste of time to try to ban leechers, since it is impossible to distingush between normal clients and clients that have been modified to disable uploading. The only times were we can do so, is when the clients themselves readily identify themselves, however, it is (a) only some clients (b) a PITA to keep the list updated (c) easy as hell to circumvent. What we currently do is to detect aggressive clients, but to detect leechers would simply require much more work that it is worth and it would be damn easy for said mods to avoid any form of detection that doesn't have a high rate of false positives.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Ban the Leecher Mod
« Reply #2 on: March 16, 2005, 07:12:12 PM »

Long story short: no.
Logged

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Re: Ban the Leecher Mod
« Reply #3 on: March 16, 2005, 09:16:48 PM »

Thanks for the information, I thinked that every client had a signature and when the aMule/eMule Team know a new leecher mod put on blacklist (for automatic banning) in the new version of aMule/eMule.  :)
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: Ban the Leecher Mod
« Reply #4 on: March 16, 2005, 10:51:25 PM »

Quote
I thinked that every client had a signature
Yes, they have something like that. But unfortunaltely nothing prevents them using the "signature" of a normal client (say they use eMule's). It's only a matter of how they identify themselves.
Logged
concordia cum veritate

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Ban the Leecher Mod
« Reply #5 on: March 16, 2005, 11:35:34 PM »

What about their messages they send? If somebody knows when they are send, we could use this to indicate the mods. I.e. if they are send on connect, they can be banned and every connection to this client will be stopped. The only way to bypass this would be to not send any messages like they send.
Logged
Homefucking is killing prostitution

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Ban the Leecher Mod
« Reply #6 on: March 16, 2005, 11:45:17 PM »

Same problem as before, they could simply stop sending messages ...
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: Ban the Leecher Mod
« Reply #7 on: March 16, 2005, 11:48:25 PM »

At least we'd get rid of those messages :)
Logged
concordia cum veritate

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Ban the Leecher Mod
« Reply #8 on: March 16, 2005, 11:49:33 PM »

Until they change them ...
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Ban the Leecher Mod
« Reply #9 on: March 17, 2005, 09:00:32 AM »

When they change the Messages, the Filter could be implemented like the ipfilter. If they stop sending messages, I think then would be less leechers.
Logged
Homefucking is killing prostitution

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Re: Ban the Leecher Mod
« Reply #10 on: November 07, 2005, 09:26:05 PM »

In aMule is implement the modstring ban?  ?(
For example the xlillo mod:
Quote
BaseClient.cpp line 324
      //MORPH START - Added by IceCream, Anti-leecher feature
bool CUpDownClient::TestLeecher(){
if ((old_m_pszUsername == m_pszUsername) && (old_m_strClientSoftware == m_strClientSoftware))
return IsLeecher();

old_m_pszUsername = m_pszUsername;
old_m_strClientSoftware = m_strClientSoftware;

if (StrStrI(m_pszUsername,"$GAM3R$")||
StrStrI(m_pszUsername,"G@m3r")||
StrStrI(m_pszUsername,"$WAREZ$")||
StrStrI(m_strModVersion,"Freeza")||
StrStrI(m_strModVersion,"d-unit")||
//StrStrI(m_strModVersion,"NOS")|| //removed for the moment
StrStrI(m_strModVersion,"imperator")||
StrStrI(m_pszUsername,"RAMMSTEIN")||//
StrStrI(m_strModVersion,"SpeedLoad")||
//StrStrI(m_pszUsername,"toXic")|| //removed for the moment
StrStrI(m_strModVersion,"gt mod")||
StrStrI(m_strModVersion,"egomule")||
StrStrI(m_pszUsername,"Leecha")||
//StrStrI(m_strModVersion,"aldo")|| //removed for the moment
StrStrI(m_pszUsername,"energyfaker")||
//StrStrI(m_pszUsername,"eDevil")|| //removed for the moment
StrStrI(m_pszUsername,"darkmule")||
StrStrI(m_strModVersion,"darkmule")||
StrStrI(m_strModVersion,"LegoLas")||
...
CUT
...
// add xlillo end
{
return true;
}
return false;
}
//MORPH END - Added by IceCream, Anti-leecher feature

Best regards,

Truzzone  :)
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Ban the Leecher Mod
« Reply #11 on: November 08, 2005, 01:07:54 AM »

No. See one of my previous posts in this thread for the reason.
Logged

Truzzone

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 1236
Re: Ban the Leecher Mod
« Reply #12 on: November 08, 2005, 09:13:15 AM »

For false positive?  ?(

Best regards,

Truzzone  :)
Logged
"Tanta gente crede che dal momento che ha l'ADSL a 4Mega, deve scaricare a 4Mega altrimenti qualcosa non va. O è colpa dell'ISP o di aMule. La questione è invece ben diversa"

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: Ban the Leecher Mod
« Reply #13 on: November 08, 2005, 09:42:27 AM »

Quote
Originally posted by Xaignar
It is a waste of time to try to ban leechers, since it is impossible to distingush between normal clients and clients that have been modified to disable uploading. The only times were we can do so, is when the clients themselves readily identify themselves, however, it is (a) only some clients (b) a PITA to keep the list updated (c) easy as hell to circumvent. What we currently do is to detect aggressive clients, but to detect leechers would simply require much more work that it is worth and it would be damn easy for said mods to avoid any form of detection that doesn't have a high rate of false positives.
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Ban the Leecher Mod
« Reply #14 on: November 08, 2005, 07:30:26 PM »

You can't distinguish between normal and leecher clients while they act as a normal client. But if they say "Hello, I am a leecher and you be one, too", you can react on that.
Logged
Homefucking is killing prostitution
Pages: [1] 2