You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expanding penums ingestion to accept a "scope config"-esque file would improve automation required for targeted launch and allow for potential integration into other tooling.
Possible parameters/types of configs:
Top-level domains
ASN (in conjunction with TLD or by itself)
H1/BG scopes
Service specific, e.g., web servers
Config will most likely take the form of a JSON.
Rate limiting and timeouts pose an issue to scalability; code should be refactored to improve scalability before this (or else this would work, but take forever / produce poor results). See #9
The text was updated successfully, but these errors were encountered:
Expanding
penum
s ingestion to accept a "scope config"-esque file would improve automation required for targeted launch and allow for potential integration into other tooling.Possible parameters/types of configs:
Config will most likely take the form of a JSON.
Rate limiting and timeouts pose an issue to scalability; code should be refactored to improve scalability before this (or else this would work, but take forever / produce poor results). See #9
The text was updated successfully, but these errors were encountered: