Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BED-5484 Removed extra step from NTLM [LDAP, LDAPS, ADCS] WindowsAbuse copy #1200

Merged
merged 1 commit into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,10 @@ const WindowsAbuse: FC<EdgeInfoProps> = () => {
return (
<>
<Typography variant='body2'>
1: Take Over the SMB Port on the Attacker Host To avoid a conflict with SMB running on the
attacker-controlled Windows computer, it is necessary to takeover the SMB port. This can be achieved
with smbtakeover.
1: Start the Relay Server The NTLM relay can be executed with Inveigh.
</Typography>
<Typography variant='body2'>
2: Start the Relay Server The NTLM relay can be executed with Inveigh.
</Typography>
<Typography variant='body2'>
3: Coerce the Target Computer Several coercion methods are documented here:{' '}
2: Coerce the Target Computer Several coercion methods are documented here:{' '}
<a href={'https://github.com/p0dalirius/windows-coerced-authentication-methods'}>
Windows Coerced Authentication Methods
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,10 @@ const WindowsAbuse: FC<EdgeInfoProps> = () => {
return (
<>
<Typography variant='body2'>
1: Take Over the SMB Port on the Attacker Host To avoid a conflict with SMB running on the
attacker-controlled Windows computer, it is necessary to takeover the SMB port. This can be achieved
with smbtakeover.
1: Start the Relay Server The NTLM relay can be executed with Inveigh.
</Typography>
<Typography variant='body2'>
2: Start the Relay Server The NTLM relay can be executed with Inveigh.
</Typography>
<Typography variant='body2'>
3: Coerce the Target Computer Several coercion methods are documented here:{' '}
2: Coerce the Target Computer Several coercion methods are documented here:{' '}
<a href={'https://github.com/p0dalirius/windows-coerced-authentication-methods'}>
Windows Coerced Authentication Methods
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,10 @@ const WindowsAbuse: FC<EdgeInfoProps> = () => {
return (
<>
<Typography variant='body2'>
1: Take Over the SMB Port on the Attacker Host To avoid a conflict with SMB running on the
attacker-controlled Windows computer, it is necessary to takeover the SMB port. This can be achieved
with smbtakeover.
1: Start the Relay Server The NTLM relay can be executed with Inveigh.
</Typography>
<Typography variant='body2'>
2: Start the Relay Server The NTLM relay can be executed with Inveigh.
</Typography>
<Typography variant='body2'>
3: Coerce the Target Computer Several coercion methods are documented here:{' '}
2: Coerce the Target Computer Several coercion methods are documented here:{' '}
<a href={'https://github.com/p0dalirius/windows-coerced-authentication-methods'}>
Windows Coerced Authentication Methods
</a>
Expand Down
Loading