[HTB machine] Sunday

2024. 12. 23. 19:09·Study Record/Cybersecurity
목차
  1. - Concepts
  2. - Commands

- Concepts

1. RPC (Remote Procedure Call): Protocol that enables a program to execute a procedure on a remote system as if it were a local function.

2. rpcbind: Critical component in the RPC system. It translates RPC program nums into network addresses where the programs are available.

3. NFS (Network File System): Protocol that allows users to access files over a network as if they were located on their local machines.

4. NIS (Network Information Services): Directory service protocol for centralizing administrative data like user accounts, passwords, and hostnames in a networked environmet.

5. Finger enumeration: Gathers information about user accounts on a remote system using the Finger Protocol.

6. Finger: Protocol designed to retrieve information about system users, such as usernames, login times, and other metadata. However, this protocol was originally intended for legitimate purposes. (e.g., for administrators to monitor user activity)

7. Shellshock (=bash bug): Vuln discovered in the Bash command-line interpreter. Allows attackers to execute arbitrary commands on a vulnerable system by exploiting how Bash processes environment variables.

   - e.g., env x='() { :;}; echo Vulnerable' bash -c "echo This is a test"

 

- Commands

1. nmap --max-tries {num} {target_ip}: Specifies the maximum num of times Nmap should attempt to retransmit a request for a given port when it doesn't receive a response. By default, Nmap makes multiple attempts to request a target port to confirm its state. To speed up scans, you can decrease the num of this retries switch.

2. patator: Brute-forcing tool that supports various protocols

3. find . -type f -exec wc -l {} \;  : Shows line counts of every file.

4. hashcat: High-performance password recovery tool.

5. umask: file permission mask that determines the initial permissions of newly created files and directories.

 

 

  1. - Concepts
  2. - Commands
'Study Record/Cybersecurity' 카테고리의 다른 글
  • [HTB Academy] Getting Started Notes (1)
  • [HTB machine] Sunday Writeup
  • [20241221] Keywords
  • [20241220] Keywords
Sungyeon Kim
Sungyeon Kim
goldstaryeon@sookmyung.ac.kr
Sungyeon Kim
Sungyeon Kim
Sungyeon Kim
전체
오늘
어제
  • 분류 전체보기 (620) N
    • Paper Review (30)
    • Research Record (9)
    • Study Record (143)
      • Cybersecurity (79)
      • AI Data Science (28)
      • Computer Science (24)
      • Linear Algebra (6)
      • SQL (5)
      • LaTeX (1)
    • English Transcription (260)
    • 한글 필사 (100)
    • 날것 그대로의 생각들 (74) N

인기 글

최근 댓글

최근 글

hELLO· Designed By정상우.v4.5.3
Sungyeon Kim
[HTB machine] Sunday
상단으로

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.