Viewing profile — rkeene2
rkeene2
HN member- Joined
- Mon, Jan 12, 2015, 3:24 AM UTC
- HN karma
- 1,517
- Public activity
- 884 items
- HN profile
- View on Hacker News ↗
About rkeene2
rkeene2.at.hn
Recent public activity
-
comment
Comment #48536370
I'm not sure it can be malware if it's not some kind of -ware; like an SQL injection attack isn't malware even though it's attacking a weakness in the system
-
comment
Comment #48316818
I have an implementation I use that has multiple drivers (PostgreSQL, Firestore, SQLite3, just a file, Redis, or an in-memory store) written in TypeScript and it's been working wel…
-
comment
Comment #48080797
Make sure you use URL-safe base64 or the portions that looks like a path can get mangled MII//epi Is converted to MII/epi
-
comment
Comment #47955207
Fair enough -- a simpler change might be to poison /etc/passwd and call `su` to a user that has uid 0, since that requires no shell code nor a readable binary, and this seems to ha…
-
comment
Comment #47954993
My `sudo` is also not readable. Files/directories don't need to be readable to be executed. I can still use `su` and `sudo`.
-
comment
Comment #47954970
I couldn't get the POC to work with my version of Python so I had ChatGPT convert it to C [0] and was able to verify my Slackware system does not appear to be affected, but my NixO…
-
comment
Comment #47954091
A workaround might be to make all setuid/setgid files non-world-readable because then they cannot be opened at all, and thus there is no setuid file to replace the contents of.
-
comment
Comment #47953998
Interestingly it fails for me because my `su` isn't world-readable: $ stat /bin/su File: /bin/su Size: 59552 Blocks: 118 IO Block: 59904 regular file Device: 0,52 Inode: 796854 Lin…
-
comment
Comment #47796487
We created Keeta Agent [0] to do this on macOS more easily (also works with GPG, which is important for things that don't yet support SSH Signatures, like XCode). Since it just use…
-
comment
Comment #47512364
I don't know what you mean regarding pivot_root affecting file descriptors because they are not modified, they point to new names because the enclosing directory has been moved/ren…
-
comment
Comment #47501931
I usually just move all the files to a new directory (/oldroot) and pivot_root -- any open files reference the new paths. Then install into the newly empty root directory of the fi…
-
comment
Comment #47382914
To me, the biggest issue is that it seems to think of computers as something you use while being near and having only one user at a time accessing, where computers you use might be…
-
comment
Comment #47094537
Well, not really because that part doesn't grant the US President arbitrary powers to perform any action that would result in regulation (for example, he is not given the power to …
-
comment
Comment #47094274
Good news ! It is against the law (i.e., illegal) for a US President to impose tariffs (on a whim or otherwise) -- a US President doing so is doing so illegally and without constit…
-
comment
Comment #47079988
This misses the point that tax exemptions are the way politicians campaign for voter blocks. Having different kinds of taxes makes it easier to target a voter blocks more precisely…
-
comment
Comment #47031013
Neat !
-
comment
Comment #47021565
Also why num/num32 for Integer types, and no floating point type
-
comment
Comment #46908823
It really just requires a network that doesn't use some kind of NAC since you can trivially do ARP poisoning of your target.
-
comment
Comment #46531132
If you open a file with LibreOffice will read the whole thing regardless of whether or not the file is on NFS or not. The parent comment was stating that if you use the open(2) sys…
-
comment
Comment #46509624
I've had some additional time to reflect on this thread and I think I can spot the core disconnect. Do you believe that the Vienna Convention requires that countries treat their di…
-
comment
Comment #46507359
So it sounds to me like you are stating that you are okay with the original premise that it would be okay for China to come to the US Whitehouse and forcibly remove Trump to China …
-
comment
Comment #46505182
I still do not understand your point because as you state there is no conflict between the two agreements, and further there are no pair countries involved that mutually agreed to …
-
comment
Comment #46484224
I do not understand the point you are making. You cite a treaty that countries explicitly agree to protect diplomats while they are guests in another country -- I'm not sure what r…
-
comment
Comment #46483920
You are talking about a after a country has decided that they want to participate in the this process by ratifying their participation intentionally. How does this relate to a unil…
-
comment
Comment #46483809
It seems like we should not invade another sovereign country unless we are at war -- a weighty process we should undergo because it's how the will of the people manifest in power. …