Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
pip install hnterminal
This CLI tool supports browsing, login, upvote and commenting for full HN experience in the terminal.
Built on top of HN API and replbuilder.
pip install hnterminal
$ hnterminal
will invoke the terminal command from shell, if pip installation is in your PATH
You may also run python src/cli.py
off current repository.
The CLI and each of its command have detailed help sections that you can utilize:
You can quickly navigate the front page:
Login and upvote what you like using pointers:
get_tree
use DFS to create a comment tree, you can use this command on any pointer shown. Additionally, -1
pointer is reserved for parent, so you can trace a comment all the way up.
Same command used on comments:
You can reply to story or comments utilizing the same pointer, even using an editor to craft your response:
The comment will then show up (the read API will take ~30 seconds to be up to date):
This terminal tool is responsive! and the output will be adjusted to the width of the terminal for everything it displays
You can also use aliases to shorten most used, repetitive commands:
There are more to this tool, for instance, it has the capability to show user info and history, it enables seamless browsing experience by maintaining a cache which status you can check with cache commands, which you may want to clear from time to time to keep it from going stale if you spend hours in this tool. The ultimate goal is to provide the same HN browsing experience in the terminal.
See a textual demo (color and styles not available via markdown):
aperocky@~$ hnterminal
hnterminal > get_front_page -n 5
POINTER | AUTHOR | SCORE | COMMENT | AGE | BASE URL
1 | Apple: Transformer architecture optimized for Apple Silicon
| behnamoh | 330 | 134 | 3 hours | github.com
2 | You can't tell people anything (2004)
| alexslobodnik | 131 | 53 | 3 hours | habitatchronicles.com
3 | ChatGPT Plugins
| bryanh | 1393 | 754 | 8 hours | openai.com
4 | Relativity Space launches first 3D-printed rocket on historic test flight
| Stevvo | 186 | 90 | 9 hours | www.space.com
5 | I Bought Back My Acquihired Startup
| mokkol | 137 | 41 | 4 hours | steveridout.com
hnterminal > login USERNAME PASSWORD
Successfully logged in as USERNAME
hnterminal > upvote 4
POINTER 4 is [UPVOTED]
hnterminal > get_tree 4
POINTER -1: PARENT STORY
Relativity Space launches first 3D-printed rocket on historic test flight
2023-03-23 12:28:25
AUTHOR: Stevvo
FULL URL: https://www.space.com/relativity-space-terran-1-test-launch-failure
POINTER/AUTHOR | COMMENTS
1 | honestly the most impressive part of relativity space is how young their founder is.
croatiancoder |
2023-03-23 12:35:58 |
2 [UPVOTED] | Jordan was 22 when they started!!
jessfraz |
2023-03-23 15:14:19 |
3 | Damn he’s my age and I’m still a startup engineer while he’s leading rocket
robopsychology | engineering lol - what a person!
2023-03-23 18:56:21 |
4 | How does a 22 year old get the funding to start something like this?
AnimalMuppet |
2023-03-23 15:53:02 |
hnterminal > reply_to 1 -e
... opens vim editor ...
EDITOR OUTPUT:
"... whatever you wrote ..."
Comment Published
FAQs
An terminal CLI env for Hacker News
We found that hnterminal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.