Hacker Newsnew | past | comments | ask | show | jobs | submit | gadelat's commentslogin

Is Pegasus still working, or OS manufacturers patched the vulnerabilities it was using?


Pegasus is only the malware that has the spying capabilities (file upload, download and command execution...etc).

it usually infects the intended target using an exploit (0-day) that doesnt have a fix, if you're asking if there are 0days that can hack modern iPhones, the answer is most likely yes, given the most recent hack against the iPhone of one of the executives of the russian cybersecurity company Kaspersky [1].

[1] https://www.youtube.com/watch?v=1f6YyH62jFE


Pegasus is in constant development, its not one off spyware


composer 1 was slow, composer 2 (released 3 years ago) is fast


I'm on composer 2.5.8


Redis Cluster has lot of limitations though. It's unusable for multi-key operations, no scan, no transactions, single database only, client has to support it, the way it works makes it unusable when connecting to it outside the network (see https://redis.io/docs/management/scaling/) etc. At that point RedisCluster is not Redis anymore and it's disingenuous to call it that. I would rather have slightly lower performance and not have to deal with those limitations AND not have tot deal with orchestration.


Hmm looks similar to stdinho https://github.com/ostrolucky/stdinho. Difference is that script-httpd accepts incoming http data and pipes it to process, returning result. Stdinho does not accept incoming http data, it just takes whatever stdout process returns right as process starts. This allows it to not wait for http connection and start buffering before that.


stdinho just reads raw data from stdin, whereas script-httpd proxies to an executable command.


That's what I said, right?


I've built similar tool, but for HTTP at https://github.com/ostrolucky/stdinho


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: