Alex

Results 32 issues of Alex

```python #!/usr/bin/python3 # main.py from sploitkit import FrameworkConsole if __name__ == '__main__': FrameworkConsole( "MySploit", # configure your console settings here ).start() ``` **Result**: ``` $ python3 main.py Traceback (most recent...

Add building blocks for more attacks, i.e. these described in the taxonomy presented in the [Academical Report](https://github.com/dhondta/rpl-attacks/blob/master/doc/report.pdf).

enhancement
continuous

**Reference**: #27 @dmabm wrote: *I am going to count CPU, RX, TX separately and draw graphs manually using EXCEL. To do that I plan to use simulation generated data with...

enhancement

Refine the documentation and e.g. publish it on [ReadTheDocs](https://readthedocs.org).

enhancement
continuous

Refactor the `core` so that it can generate simulations with multiple malicious motes at a time (currently only supports one).

enhancement

Create attack simulations using real application-level motes using custom C files.

enhancement
continuous

Added Awesome Executable Packing to the *Related Awesome Lists*.

**Problem**: By performing a lot of searches consecutively, Google detects the bot nature of the Python script and changes its responses into alternative pages with Captcha control. **Solution**: While Google...

**Problem**: From a response, such a `Content-Type` can be received "`text/html; charset=...`" ; at this time, webgrep does not handle the `charset` and uses `utf-8` by default.

Reported by @lagitannerie ```console # dataset -v make elf-upx-dataset -f ELF -a -p upx -n 400 -s /mnt/share/dataset-packed-elf/not-packed ... # model train elf-upx-dataset --algorithm dt 00:00:01.735 [INFO] Selected algorithm: Decision...

enhancement