evillimiter icon indicating copy to clipboard operation
evillimiter copied to clipboard

[Question] Programmatic API

Open stoufa opened this issue 5 years ago • 2 comments

Can we use evillimter programmatically? Here's how the code might looks like:

import evillimiter as el
el.add('192.168.1.55') # ID:0
el.block(0)
input('Press Enter to free all hosts and exit ...')
el.free('all')
print('Bye.')

stoufa avatar Jan 07 '21 13:01 stoufa

Same issue?

yabsol avatar Mar 29 '21 15:03 yabsol

As of now, EvilLimiter is written in a non-modular way, which means there is no separation between the core functionality, CLI output, etc. I thought about re-writing EvilLimiter entirely solving all these issues. I might be working on this soon. I will add this request to the wishlist.

bitbrute avatar Apr 08 '21 16:04 bitbrute