Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
66K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Install-WSMan Install ExchangeOnline Module Install-Module -Name ExchangeOnlineManagement Load ExchangeOnline Module Import-Module ExchangeOnlineManagement Connect to Office365 exchange using the main admin user, it will prompt you to enter credentials. Connect-ExchangeOnline -InlineCredential The above command will prompt you to enter Office365 admin's credentials PowerShell credential request
Enter your credentials.
User: admin@domain.onmicrosoft.com
Password for user admin@domain.onmicrosoft.com: **********
Or us this to open web browser to enter your credentils incase of 2FA. Connect-ExchangeOnline -UserPrincipalName admin@pifsaudi.onmicrosoft.com Enable SMTP AUTH Gloabally Set-TransportConfig -SmtpClientAuthenticationDisabled $false To Enable for SMTP Auth for specific email Set-CASMailbox -Identity uuu@ccc.com -SmtpClientAuthenticationDisabled $false
Get-CASMailbox -Identity uuu@ccc.com | Format-List SmtpClientAuthenticationDisabled Confirm Get-TransportConfig | Format-List SmtpClientAuthenticationDisabled Then follow the following steps Go to Asure portal (https://aad.portal.azure.com/) from admin panel (https://www.kitploit.com/search/label/Admin%20Panel) (https://admin.microsoft.com/) Select All Services Select Tenant Properties Click Manage Security defaults Select No Under Enable Security defaults Resources Enable or disable SMTP AUTH | Microsoft Docs (https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission) Azure (https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/concept-fundamentals-security-defaults)Active Directory (https://www.kitploit.com/search/label/Active%20Directory) security defaults | Microsoft Docs Exchange online plan 1 504 5.7.4 Unrecognized authentication type - Microsoft Q&A (https://docs.microsoft.com/en-us/answers/questions/132991/exchange-online-plan-1-504-574-unrecognized-authen.html) How to set up a multifunction device or application to send email using Microsoft 365 or Office 365 | Microsoft Docs (https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365) Google GSuite Resources Send email from a printer, scanner, or app - Google Workspace Admin Help (https://support.google.com/a/answer/176600?hl=en) Contribution By fixing bugs By enhancing the code By reporting issues By requesting features By spreading the script By click star :)

Download goCabrito (https://github.com/KINGSABRI/goCabrito)

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Should Red Teamers read "Practical Malware Analysis" by Sikorski & Honigr?

Despite its high regard, I am hesitant to buy it, since malware analysis is typically a blue team activity. I imagine it includes lots of in depth analysis of popular exploits and an exploit developer could learn a lot from this.

My main concern is picking up new software that I may never use again once I finish it. I totally understand that of course doing malware analysis in general can be beneficial to red teamers, but committing to a 700 pager with strict didactics is a little different.

submitted by /u/noirKook
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video