honeynet / beeswarm

Honeypot deployment made easy
GNU General Public License v3.0
236 stars 64 forks source link

state for ftp capability is instance scope but should be local scope #179

Closed johnnykv closed 10 years ago

johnnykv commented 10 years ago

all ftp bait sessions share the same ftp instance, hence state for specific session should be local scope in do_session, currently state is global scope:

See https://github.com/honeynet/beeswarm/blob/master/beeswarm/drones/client/baits/ftp.py#L46-L52

johnnykv commented 10 years ago

closed with d9f854ab73fa6e80b1435fd15426af57a243c600