Releases: rafael-santiago/pig
Releases · rafael-santiago/pig
Version: 0.0.5
Features
- Introducing the sub-task
shell
, now is possible to usepig
on interactive mode besides the default batch mode.
Bugfixes
- None! 🥇
Version: 0.0.4
Features
- Introducing the concept of sub-tasks.
- PCAP files importing.
- Ethernet frame composing.
- Operation modes for the endless crafter (random [the default] and sequential).
- Now the application can also be built using Clang (GCC remains the default).
- Including a file with additional remarks about how to build the application.
- Including a how to for the new sub-task related with PCAP importing.
- Addition of installing and uninstalling build tasks.
- Now also including a pretty basic man page.
Bugfixes
- When using --no-echo option the gateway's physical address is not really acquired [commit-id: #1e21cf].
- On string parsing [commit-id: #d707ed].
- SIGSEGV received on invalid ip.protocol entries [commit-id: #242424].
Version: 0.0.3
Features
- Signatures based on ARP packets.
- Optional gateway usage.
- Including a little ARP Spoofing how to.
Bugfixes
- Segmentation Fault on IPv4 verifying [commit-id: #19e1a4].