Chris Partridge

Results 9 comments of Chris Partridge

The use of HackerTarget APIs (and subsequent ratelimiting) will limit this tool's functionality for individuals in broader engagements, or looking to do this at any sort of scale (such as...

> You recommend having something built-in, in addition to preventative steps a user may take? Personally speaking, it makes it much more attractive. For people in active engagements, losing a...

Just adding another comment here as Python 3.10 is shipping in more distros, and FaunaDB is the last dependency in several projects of mine to support it...

Ruminating, could also split this out into a possibly_internet_accessible() function? Food for thought :P

A WIP CR is up but I'm not super satisfied with it - if you can give it a review and provide thoughts that'd be great!

+1, IMHO Ollama should offer some sort of simple, native authentication. While I understand that the team is designing around local access, publicly accessible Ollama instances are already showing up...

Not sure what's going on with flake8 here but seems unrelated to the change ... ?

Whoops sorry pinged the wrong person ;-; Hi @patricksanders - I don't see too much recent GitHub history for you, but if you have bandwidth would love to get feedback...

Tinkered with this a bit and found that changing `statement.py` from: ``` def is_condition_internet_accessible(self): condition_entries = self.condition_entries if len(condition_entries) == 0: return True for entry in condition_entries: if self._is_condition_entry_internet_accessible(entry): return...