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

@Hacking_Video
@Hacking_attack
Download Telegram
IDOR leads to leak Private Details

I Wish you Merry Christmas & happy new year to you readers. May this year bring us nothing more than love, joy, happiness, P1,P2…
Read more...

___________________________
@hacking_Attack
@Hacking_Video
TryHackme-Vulnversity PART 1

CTF Writeup
Read more...
IDOR leads to leak Private Details

I Wish you Merry Christmas & happy new year to you readers. May this year bring us nothing more than love, joy, happiness, P1,P2…Continue reading on InfoSec Write-ups »
Read more...

___________________________
@hacking_Attack
@Hacking_Video
P5 to P1: Intresting Account Takeover

Hello Guys,Continue reading on Medium »
Read more...
hacking: security in practice
Am I being hacked ?

Hello guys, I actually think I am hacked so I have a few questions after this.

1 I can't browse any anti virus websites, they don't load at all.

2 discord was hacked ( I guess ) some fake ads been sent to all ppl I talked to before even years ago.

3 someone tried to log in into my gmail accounts but I enabled 2 factors auth already before that, I got warning from gmail that there are suspicious acts in my gmail accounts all my accounts.

4 my fb got hacked, someone who hacked my fb, enabled 2 factor auth so I can't get my fb back I think.

the question, I am thinking to do recovery reset ( without losing my personal files ) will that remove whatever viruses on my laptop ?

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

___________________________
@hacking_Attack
@Hacking_Video
Office 365 and Exchange EnumerationIt is widely known that OWA (Outlook Webapp) is vulnerable (https://www.kitploit.com/search/label/Vulnerable) to time-based user enumeration (https://www.kitploit.com/search/label/User%20Enumeration) attacks. This tool leverages all known, and even some lesser-known services exposed by default Exchange installations to enumerate users. It also targets Office 365 for error-based user enumeration.
Getting StartedIf you want to download and compile the simple, non-dependant code, you must first install GoLang! I will let the incredible documentation, and other online resources help you with this task.https://golang.org/doc/installYou may also download the compiled release here (https://github.com/customsync/msmailprobe/releases).SyntaxList examples of commands for this applications, but simply running the binary with the examples command:./msmailprobe examples
You can also get more specific help by running the binary with the arguments you are interested in:./msmailprobe identify
./msmailprobe userenum
./msmailprobe userenum --onprem
./msmailprobe userenum --o365
UsageIdentify CommandUsed for gathering (https://www.kitploit.com/search/label/Gathering) information about a host that may be pointed towards an Exchange or o365 tied domainQueries for specific DNS records related to Office 365 integrationAttempts to extract internal domain name for onprem instance of ExchangeIdentifies services vulnerable to time-based user enumeration (https://www.kitploit.com/search/label/Enumeration) for onprem ExchangeLists password-sprayable services exposed for onprem Exchange hostFlag to use:
-t to specify target host

Example:
./msmailprobe identify -t mail.target.com
Userenum (o365) CommandError-based user enumeration for Office 365 integrated email addressesFlags to use:
-E for email list OR -e for single email address
-o [optional]to specify an out file for valid emails identified
--threads [optional] for setting amount of requests to be made concurrently

Examples:
./msmailprobe userenum --o365 -E emailList.txt -o validemails.txt --threads 25
./msmailprobe userenum --o365 -e admin@target.com
Userenum (onprem) CommandTime-based user enumeration against multiple onprem Exchange servicesFlags to use:
-t to specify target host
-U for user list OR -u for single username
-o [optional]to specify an out file for valid users identified
--threads [optional] for setting amount of requests to be made concurrently

Examples:
./msmailprobe userenum --onprem -t mail.target.com -U userList.txt -o validusers.txt --threads 25
./msmailprobe userenum --onprem -t mail.target.com -u admin
Acknowledgmentspoptart - For a truck load of golang assistance, poking of Exchange services, and help testing timing of responsesjlarose - Parsing decimal data within NTLMSSP authentication (https://www.kitploit.com/search/label/Authentication) reponse for internal domain nameVincent Yui - Office 365 check python scriptgrimhacker - Discovery/disclosure of error-based user enumeration within Office 365 blog post (https://grimhacker.com/2017/07/24/office365-activesync-username-enumeration/)Nate Power - Discovery and disclosure of OWA time-based user enumerationLicenseThis project is licensed under the MIT License - see the LICENSE.md (https://github.com/customsync/msmailprobe/blob/master/LICENSE) file for details

Download Msmailprobe (https://github.com/busterb/msmailprobe)

___________________________
@hacking_Attack
@Hacking_Video