Giter VIP home page Giter VIP logo

Comments (6)

byt3bl33d3r avatar byt3bl33d3r commented on August 23, 2024

Thanks! Good catch, we should def be validating these

from silenttrinity.

daddycocoaman avatar daddycocoaman commented on August 23, 2024

I'd expect ST to validate that the BindIP given is one that can be bound.

Maybe not one that can be bound? Might affect people using any sort of proxy in front of ST and expect callbacks to that IP. But probably a good idea to at least make sure the IP is a valid IP.

from silenttrinity.

byt3bl33d3r avatar byt3bl33d3r commented on August 23, 2024

Didn't think of that! Yeah I'll def just add a check to make sure the IP is valid.

from silenttrinity.

daddycocoaman avatar daddycocoaman commented on August 23, 2024

I just had a weird moment of clarity. Maybe there should be a listener IP value and a callback IP value.

The listener should be something that can be bound to, since that's immediately exposed to ST.

The callback value doesn't have to be exposed to ST, and generating stagers should use the callback value if it's set. Otherwise, use the listener value.

..unless that's already what happens with CallbackUrls. I haven't tried that. 🤷🏾‍♂️

from silenttrinity.

glides avatar glides commented on August 23, 2024

I just had a weird moment of clarity. Maybe there should be a listener IP value and a callback IP value.

The listener should be something that can be bound to, since that's immediately exposed to ST.

The callback value doesn't have to be exposed to ST, and generating stagers should use the callback value if it's set. Otherwise, use the listener value.

..unless that's already what happens with CallbackUrls. I haven't tried that. 🤷🏾‍♂️

This is what CallbackURLs is for.

from silenttrinity.

glides avatar glides commented on August 23, 2024

I cannot reproduce this. Without supplying a valid BindIP the listener won't start (which makes sense).
It's easy enough to add validation to the inputs when being set...but I'm curious how you managed to start the listener without a valid address.

image

from silenttrinity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.