Dylan Katz

Results 40 comments of Dylan Katz

@micheloosterhof might be worth blocking all reserved ranges: https://en.wikipedia.org/wiki/Reserved_IP_addresses ``` 10.0.0.0/8 100.64.0.0/10 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.0.0.0/24 192.0.2.0/24 192.88.99.0/24 192.168.0.0/16 198.18.0.0/15 198.51.100.0/24 203.0.113.0/24 224.0.113.0/24 240.0.0/4 255.255.255.255/32 ```

Would it be worth printing a warning if defusedxml isn't used? EDIT: Whoops, never mind

Why is defusedxml not an option? It addresses several security concerns present in python's standard parser. I think falling back onto standard xml or another library is a good option,...

Pretty sure this one was a joke, but here's an archive link https://web.archive.org/web/20171225154042/https://github.com/danielmiessler/SecLists/pull/155

https://gist.github.com/mccabe615/cc92daaf368c9f5e15eda371728083a3

Aren't there other plugins(such as autologin) that manage the bungeecord login?

This is due to github's removal of special characters in search queries. Personally, I feel this dork should be removed due to the fact that .history files are not intrinsically...

I like the idea of setting up a pre-commit hook.

Actionable steps to achieve this: 1. Clone repo. I suggest using GitPython or similar for git management. 2. Write system for parsing GitHub search syntax, similar to https://github.com/Plazmaz/GHScraper/blob/master/index.js#L16-L33 and https://github.com/Plazmaz/GHScraper/blob/master/index.js#L89-L113...

I'm working on a private project with similar functionality and we've had a lot of success with OAuth tokens.