Drew
Drew
Hi there, Thank you for the kind words! Regarding your request for a static binary, I added a static binary for Linux available in the [latest release](https://github.com/Drew-Alleman/DataSurgeon/releases/tag/1.2.2). However, please note...
Hi, Thanks for the feedback, I will look into the issue with the ```libssl.so.3``` library, as well as the naming convention. Best, Drew Alleman
Hi, In the [latest](https://github.com/Drew-Alleman/DataSurgeon/releases/tag/1.2.4) release I've added more binaries, though I still haven't included one for Mac M1. However, I believe I might have resolved the issue with the ```libssl.so.3```...
Hi, This is what my new regex is giving me. I will push it in the next update, (i gotta fix it again) ``` drew@ubuntu:~/DataSurgeon$ ./target/release/ds -f bad.txt -i ip_address:...
Hi, The image you linked was invalid can you send me the file you ran it against and the command. Best, Drew
Hi, Thanks! I will look into this.... Best, Drew
Hi, Is this the output you were looking for? (edit: I see the IPV6 error you were talking about and im looking into it) ### Contents of ```data.txt``` ``` 100.64.0.1...
@Defirence I saw your now deleted comment. This project is not malicious and has various practical uses :laughing: . Your Github ticket will be ignored.
Hi, @borestad I think I got the Regex correct how does this look? ``` drew@ubuntu:~/Projects/Software/DataSurgeon$ ./target/release/ds -f target/release/data.txt -C ip_address: 100.64.0.1 ip_address: 100.64.0.0/10 ip_address: 40.88.21.235/30 ip_address: 169.254.0.0/16 ip_address: 224.0.0.0/4 ipv6_address:...
Hi, Glad to hear it works for you. I am going to update the IPV4 and IPV6 regex for what I have now. ``` drew@ubuntu:~/Projects/Software/DataSurgeon$ ./target/release/ds -f target/release/data.txt -C ip_address:...