bitbrute / bitbrute/evillimiter
[Question] Programmatic API
Open
enhancement
- Dominant language
- Python
- Stars
- 2k
- Forks
- 365
- PR merge metrics
- No merged PRs in 30d
Description
Can we use `evillimter` programmatically?
Here's how the code might looks like:
```python
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.')
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue provides a proposed Python usage example but names no files, tests, or entry points. First inspect the existing command interface and implementation to determine whether a supported programmatic API exists, then define the public behavior and verification needed for the example to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, networking, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100