Viewing profile — schwag09
schwag09
HN member- Joined
- Mon, Jul 22, 2013, 2:20 PM UTC
- HN karma
- 68
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About schwag09
No profile information was provided.
Recent public activity
-
comment
Comment #46205911
This is correct, it's even open source: https://github.com/deepfield/dnsflow .
- story
-
comment
Comment #30441560
This article briefly mentions a very useful analysis tool for NGINX configuration: Gixy. It looks for the following misconfigurations[0]: - [ssrf] Server Side Request Forgery - [ht…
-
comment
Comment #28702131
Good catch. I went straight to "Documentation", which links to https://mariana-tren.ch/docs/getting-started , while the "Getting Started" button somewhat confusingly links to https…
-
comment
Comment #28699385
Interesting tool. This looks like the Java equivalent of Facebook's Python taint analysis tool Pysa: https://pyre-check.org/docs/pysa-basics/ . From what I can tell by the document…
-
comment
Comment #27109435
Let me rephrase, I think it's often a fundamental flaw from a practical, security perspective. Reflection and constructs like 'eval' are often at odds with security. You could more…
-
comment
Comment #27107607
> In computing, the relationship between structure and behavior, between program and process, is perplexing in itself. That this relationship so often can be subverted, allowing an…
-
comment
Comment #26572471
This reminds me of the parable of the Mexican fisherman and the Harvard MBA: 'An American investment banker was at the pier of a small coastal Mexican village when a small boat wit…
- story
-
comment
Comment #24504734
I suspect this means a scanner that can derive all necessary information without any configuration. For example, consider a scanner looking for API endpoint authorization inconsist…
-
comment
Comment #24061151
That's an interesting approach. It incentivizes users to have a backup plan while also providing an escape hatch if things go wrong. The only issue is, like you alluded to, this co…
-
comment
Comment #23684566
It's great to see more introductory ReDoS material! I took a deep-dive on ReDoS myself recently and found the material available to be somewhat lacking, especially for beginners. O…
-
comment
Comment #23456967
At one point in time I created a Python package to highlight this benefit of wheels: "Avoids arbitrary code execution for installation. (Avoids setup.py)" - https://github.com/msch…
-
comment
Comment #23194367
I had the same thought. Although it looks like Signal uses a proxy for GIPHY requests [1] and has at least thought about the privacy implications of GIPHY support [2]. [1] https://…
- story
-
comment
Comment #22677491
Sadly, this is the case at many major CS research universities. I'm working on my Master's in Cybersecurity at one of these universities and most of the papers we read are somethin…
-
comment
Comment #22011497
Full series: * Tree-walking algorithms: Incrementally enumerating leaf nodes of an N-ary tree - https://devblogs.microsoft.com/oldnewthing/20200106-00/?p=10... * Tree-walking algor…
-
comment
Comment #21010176
Here's the broader security strategy post from Github, "Securing software, together": https://github.com/features/security It looks like Github is making a definite play into the s…
-
comment
Comment #20811880
if there are others I'd love to hear about them! I've been collaborating with Duo Security to build a new Python static analysis tool that focuses on security deficiencies: https:/…
-
comment
Comment #20461828
Hi HN, creator of Dlint here, happy to answer any questions you may have. I'd also appreciate any feedback or comments. Here's a direct link to the repository: https://github.com/d…
-
comment
Comment #15571082
Mozilla is also currently matching all Tor donations: https://donate.torproject.org/pdr Consider donating!
-
comment
Comment #14397111
burntsushi's performance analysis of string parsing in Rust vs. Go: https://news.ycombinator.com/item?id=13268051 I learned quite a few things about both Rust and Go!
-
comment
Comment #14371710
Shameless self-plug: You can use Fierce! A DNS reconnaissance tool - https://github.com/mschwager/fierce
-
comment
Comment #14038126
Interesting! I like the idea!
-
comment
Comment #14038121
It's definitely possible! I'd just have to teach RIPLink to ingest data from different sources. I.e. have it parse a text file (or other type of file) instead of HTML. Would you mi…