Closed ZeroDot1 closed 1 year ago
Hi, @ZeroDot1
Due to how the --input
argument is currently configured, I decided to create a separate argument to allow for a quicker resolution. You can find the command below, which should pull down the IOCs, extract the data from the file, and save them to k1.txt
.
iocextract -ri --url 'https://toast.home.us/random' --output '/home/user/k1.txt' --extract-ipv4s
Once the new version is available, you can run the following command to update your installation:
pip install iocextract -U
@ZeroDot1 I wanted to ping you to let you know the new version is now available!
PyPI: https://pypi.org/project/iocextract/1.16.0/ Release: https://github.com/InQuest/iocextract/releases/tag/v1.16.0
Example
iocextract --input 'https://toast.home.us/random' --output '/home/user/k1.txt' --extract-ipv4s