UNDERCODE SECURITY
226 subscribers
295 photos
1.03K files
1.73K links
πŸ¦‘WELCOME IN UNDERCODE TESTING FOR LEARN HACKING | PROGRAMMING | SECURITY & more..

THIS CHANNEL BY :

@UndercodeTesting
UndercodeTesting.com (official)

@iUndercode
iUndercode.com (iOs)

@Dailycve
DailyCve.com


@UndercodeNews
UndercodeNews.com
Download Telegram
Forwarded from Backup Legal Mega
djsigthor@gmail.com:larus123 @undercodeTesting Expires at: 2022/10/12
alexandregutknecht2000@gmail.com:bouboule28 @undercodeTesting Expires at: 2020/06/28
dylanwillcut@gmail.com:Hidiho123 @undercodeTesting Expires at: 2020/07/07
narin4life@hotmail.com:!P3452879p! @undercodeTesting Expires at: 2022/10/05
rufusdavies242@gmail.com:HazarD10 @undercodeTesting Expires at: 2020/08/20
aaronkim53@gmail.com:a3k3knjn @undercodeTesting Expires at: 2022/07/05
amer.ali7@gmail.com:Aa786786 @undercodeTesting Expires at: 2022/05/07
mailubeitches@gmail.com:Sammy345 @undercodeTesting Expires at: 2021/11/10
stephankreuzer1@gmail.com:Teddy123 @undercodeTesting Expires at: 2020/07/01
francispashaj@gmail.com:Franciscool01 @undercodeTesting Expires at: 2022/04/06
lamarmchaney@yahoo.com:Lamar235187 @undercodeTesting Expires at: 2021/01/03
rehorsam@gmail.com:tumeg500 @undercodeTesting Expires at: 2022/09/18
devonhester100@gmail.com:onepiece01 @undercodeTesting Expires at: 2022/06/20
kjmcnutt@gmail.com:Molson88 @undercodeTesting Expires at: 2021/12/12
spikesama@gmail.com:maispormenos0 @undercodeTesting Expires at: 2023/02/28
stevenlythe@gmail.com:Password1 @undercodeTesting Expires at: 2021/05/27
drouinmatthieu22@gmail.com:tomate11 @undercodeTesting Expires at: 2023/02/20
andrewaskew5@gmail.com:ask19550 @undercodeTesting Expires at: 2022/06/12
jn_dufresne@hotmail.com:3061Trustno1 @undercodeTesting Expires at: 2021/07/15
kaleb@bowen.com:Goober1234 @undercodeTesting Expires at: 2023/03/02
rmmayfield2001@gmail.com:pops4444 @undercodeTesting Expires at: 2022/08/04
areynolds0059@outlook.com:Fuckyou13 @undercodeTesting Expires at: 2020/07/17
j.ayers.mann@gmail.com:Jam228903 @undercodeTesting Expires at: 2021/06/16
tobias2000cc@hotmail.com:reuben101 @undercodeTesting Expires at: 2022/09/11
crimsonconcept@gmail.com:Warhammer2 @undercodeTesting Expires at: 2020/07/15
dwarfmonkey564@yahoo.com:Skippy123 @undercodeTesting Expires at: 2023/01/12
Terrence1111@yahoo.com:Scarface11 @undercodeTesting Expires at: 2020/06/25
kc70@hotmail.com:kerim123 @undercodeTesting Expires at: 2023/03/16

NOT CRACKED BY UNDERCODE-TESTING !!!

▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
nordvpn premiumβœ…

> provide with screanshoats to @Undercode_bot
Forwarded from UNDERCODE COMMUNITY
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘#Resources for Windows-based Assessments 2020 v

#Tools used for Windows-based Assessments

- PowerShell Empire
- CimSweep
- Responder - A LLMNR, NBT-NS and MDNS poisoner
- BloodHound - Six Degrees of Domain Admin
- AD Control Path - Active Directory Control Paths auditing and graphing tools
- PowerSploit - A PowerShell Post-Exploitation Framework
- PowerView - Situational Awareness PowerShell framework
- PowerSCCM - Functions to facilitate connections to and queries from SCCM databases and WMI interfaces for both offensive and defensive applications.
- Empire - PowerShell and Python post-exploitation agent
- Mimikatz - Utility to extract plaintexts passwords, hash, PIN code and kerberos tickets from memory but also perform pass-the-hash, pass-the-ticket or build Golden tickets
- UACME - Defeating Windows User Account Control
- Windows System Internals - (Including Sysmon etc.)
- Hardentools - Collection of simple utilities designed to disable a number of "features" exposed by Windows
- CrackMapExec - A swiss army knife for pentesting Windows/Active Directory environments

#Additional Resources

- PaulSec Windows Resource Repository
- Tools Cheatsheets - (Beacon, PowerView, PowerUp, Empire, ...)
- SANS PowerShell Cheat Sheet
- The Active Directory module for Windows PowerShell is a PowerShell module that consolidates a group of cmdlets.

>git sources
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁


πŸ¦‘Patch for wordpress 2020- to httaccess against 30% of sql :

1️⃣Open .httaccess

2️⃣add those lines :

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK) [NC]
RewriteRule ^(.*)$ - [F,L]
RewriteCond %{QUERY_STRING} \.\.\/ [NC,OR]
RewriteCond %{QUERY_STRING} boot\.ini [NC,OR]
RewriteCond %{QUERY_STRING} tag\= [NC,OR]
RewriteCond %{QUERY_STRING} ftp\: [NC,OR]
RewriteCond %{QUERY_STRING} http\: [NC,OR]
RewriteCond %{QUERY_STRING} https\: [NC,OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|%3D) [NC,OR]
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [NC,OR]
RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>|Γͺ|"|;|\?|\*|=$).* [NC,OR]
RewriteCond %{QUERY_STRING} ^.*(&#x22;|&#x27;|&#x3C;|&#x3E;|&#x5C;|&#x7B;|&#x7C;).* [NC,OR]
RewriteCond %{QUERY_STRING} ^.*(%24&x).* [NC,OR]
RewriteCond %{QUERY_STRING} ^.*(%0|%A|%B|%C|%D|%E|%F|127\.0).* [NC,OR]
RewriteCond %{QUERY_STRING} ^.*(globals|encode|localhost|loopback).* [NC,OR]
RewriteCond %{QUERY_STRING} ^.*(request|select|insert|union|declare).* [NC]
RewriteCond %{HTTP_COOKIE} !^.*WordPress_logged_in_.*$
RewriteRule ^(.*)$ - [F,L]
</IfModule>

@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
GOOD SUNDAY FOR EVERYONE πŸ§œβ€β™‚οΈ
This media is not supported in your browser
VIEW IN TELEGRAM