Urban Ishimwe
Urban Ishimwe
@DeadlySurgeon the thing is, `Overload` and `Load` may receive a list of `files` to read envs from! when say one of the file doesn't exist those functions will return an...
@DeadlySurgeon you can have secret environments in `.env` and non-secret environments in `.noscret.env`, if loading `.env` fails it shouldn't affect `.noscret.env`(optionally). I also think that not every project has to...
@avinassh you should add `input-raw-track-response` flag.
try using `--verbose=5` to see some errors(if any).
@nl8590687 install libpcap and do `git clone` instead of `go get`. `go build .` without any flag will be enough and those errors will be fixed.
the same issue was fixed some time ago! you may consider using the latest version!
`-input-raw [address] -input-raw-protocol=binary -input-raw-expire 10m(depends)`. but you won't be able to use services like replaying traffics or HTTP modifiers. Currently, gor is not meant to be used for HTTPS traffic.
I wouldn't recommend using that package! as far as I can tell it's not yet stable, e.g: srcAddr and dstAddr fields are currently useless!?
yes, but they are not used in the package itself!
which command are you using?