xaviervia / kiel

Eager port / service scanner for Node.js
ISC License
2 stars 0 forks source link

Add transaction identifiers to eager scanner #9

Open xaviervia opened 9 years ago

xaviervia commented 9 years ago

The point is that if you trigger GET/interface it shouldn't start scanning all interfaces: that should only happen if the original trigger is GET/scan. The way to do that according to JSTP is to make the wild scanner to start a transaction that the listener for PUT/interface/*/* can identify to decide to trigger itself or not.