kpcyrd / sn0int

Semi-automatic OSINT framework and package manager
https://sn0int.readthedocs.io/
GNU General Public License v3.0
1.92k stars 177 forks source link

Use readline for prompts #142

Closed kpcyrd closed 4 years ago

kpcyrd commented 4 years ago

This allows editing text input instead of just reading plain bytes. This also allows aborting prompts with ^C without exiting the whole process.