SpiderLabs / beef_injection_framework

Inject beef hooks into HTTP traffic and track hooked systems from cmdline
GNU General Public License v3.0
120 stars 42 forks source link

Fixed a bug where not all of the targets were getting processed. #6

Open ztgrace opened 11 years ago

ztgrace commented 11 years ago

Multiple targets emanating from the same egress point were not getting processed. I modified the code to iterate over the hook session IDs instead of IPs and did a little code cleanup.