# tmpsms - 커맨드라인에서 임시 SMS 받기

> Clean Markdown view of GeekNews topic #3608. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3608](https://news.hada.io/topic?id=3608)
- GeekNews Markdown: [https://news.hada.io/topic/3608.md](https://news.hada.io/topic/3608.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-01-20T13:51:36+09:00
- Updated: 2021-01-20T13:51:36+09:00
- Original source: [github.com](https://github.com/sdushantha/tmpsms)
- Points: 13
- Comments: 1

## Topic Body

- 커맨드라인에서 임시 전화 번호 생성후 계정인증용 SMS 받기

ㅤ→ 내부에서 Upmasked 서비스를 이용

- curl + jq + fzf 를 이용

→ tmpsms init 임시번호 생성(fzf로 선택가능)

→ tmpsms 최근 3개 메시지 출력

→ watch -n 5 "tmpsms" 로 새 메시지가 오는지 확인 가능

* Upmasked https://upmasked.com/ 는  개인 정보 보호용 서비스를 만드는 독일의 팀

 ( 현재는 무료 SMS 인증기능만 있고 더 만들 예정이라고 )

## Comments



### Comment 4255

- Author: xguru
- Created: 2021-01-20T13:51:40+09:00
- Points: 1

각종 서비스에 버그 바운티 등을 위해 임시 가입하는 계정 인증 할 때 쓰라는 서비스네요.
