Skip to content

Commit

Permalink
Merge pull request HackTricks-wiki#233 from CoolHandSquid/HAC-POP
Browse files Browse the repository at this point in the history
HAC POP
  • Loading branch information
carlospolop authored Sep 25, 2021
2 parents c8572dd + f5e27e3 commit 8270d52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pentesting/pentesting-pop.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,10 @@ Entry_4:
Name: Nmap
Description: Scan for POP info
Command: nmap --scripts "pop3-capabilities or pop3-ntlm-info" -sV -port 110 {IP}

Entry_5:
Name: Hydra Brute Force
Description: Need User
Command: hydra -l {Username} -P {Big_Passwordlist} -f {IP} pop3 -V
```

0 comments on commit 8270d52

Please sign in to comment.