Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
O que é um Ransomware?
https://cdn-images-1.medium.com/max/960/0*bSOUiZHQMxFYsMbm.jpg
O Ransomware é um tipo de malware que merece um artigo só para ele. 😲
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
O que é um Ransomware?
https://cdn-images-1.medium.com/max/960/0*bSOUiZHQMxFYsMbm.jpg
O Ransomware é um tipo de malware que merece um artigo só para ele. 😲
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
O que é um Ransomware?
O Ransomware é um tipo de malware que merece um artigo só para ele. 😲
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Tipos de Malware
https://cdn-images-1.medium.com/max/713/1*ch8qK5PONxZ4s0iL8y_a0g.png
Conforme falei no artigo O que é um malware? os três malware mais comuns são: vírus, cavalos de Tróia e worm (verme). Neste artigo cada um…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Tipos de Malware
https://cdn-images-1.medium.com/max/713/1*ch8qK5PONxZ4s0iL8y_a0g.png
Conforme falei no artigo O que é um malware? os três malware mais comuns são: vírus, cavalos de Tróia e worm (verme). Neste artigo cada um…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Tipos de Malware
Conforme falei no artigo O que é um malware? os três malware mais comuns são: vírus, cavalos de Tróia e worm (verme). Neste artigo cada um…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Web Pentesting Resources
[ How to Start? ] :
0. Do you Want to Know The step-by-step Path to Learn Hacking? = “ There is No step-by-step Path To Learn Hacking & it…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Web Pentesting Resources
[ How to Start? ] :
0. Do you Want to Know The step-by-step Path to Learn Hacking? = “ There is No step-by-step Path To Learn Hacking & it…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Web Pentesting Resources
[ How to Start? ] : 0. Do you Want to Know The step-by-step Path to Learn Hacking? = “ There is No step-by-step Path To Learn Hacking & it…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
BEANSTALK HACK ANALYSIS & POC
https://cdn-images-1.medium.com/max/1100/1*nSL5js-KzcB9pP6IDH3rWQ.png
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
BEANSTALK HACK ANALYSIS & POC
https://cdn-images-1.medium.com/max/1100/1*nSL5js-KzcB9pP6IDH3rWQ.png
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
BEANSTALK HACK ANALYSIS & POC
Introduction
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
2 hours of fun completing the game. 20+ hours of fun hacking the game.
https://cdn-images-1.medium.com/max/1280/0*ECFLhGc_7baTqHqi.png
A bit of curiosity can lead to a lot of learning.
Continue reading on Level Up Coding »
___________________________
@hacking_Attack
@Hacking_Video
2 hours of fun completing the game. 20+ hours of fun hacking the game.
https://cdn-images-1.medium.com/max/1280/0*ECFLhGc_7baTqHqi.png
A bit of curiosity can lead to a lot of learning.
Continue reading on Level Up Coding »
___________________________
@hacking_Attack
@Hacking_Video
Medium
2 hours of fun completing the game. 20+ hours of fun hacking the game.
A bit of curiosity can lead to a lot of learning.
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
O365-Doppelganger - A Quick Handy Script To Harvest Credentials Off Of A User During A Red Team And Get Execution Of A File From The User
https://blogger.googleusercontent.com/img/a/AVvXsEjnu3bza5lczEWmdNm_mbRAmPz8iZzGLMzZeSZO3SLYXCqAC4_K3KKvkNMCRRERCxacnPbhVv8qsCmNtWSmnlvW1OWWAUf2KSZqK918RFZHtHKT7tJ_TUJj37GhbBxX09oeKrilNNluGpFsKubEHr6oblJtomdMLntrZvO-FF7Lo7EojPY-diJtabJI=w640-h302 O365-Doppelganger is NOT a replacement for hardcore phishing activities. There are several other tools which perform OAuth and OTA capture which is not the aim of O365-Doppelganger.
O365-Doppelganger is a quick handy script to harvest credentials of a user during Red Teams. This repository is a quick hack of one of my old red team engagement scripts which I've used several times to capture credentials and use them for making windows access tokens for lateral movement. This code repository basically performs the below tasks:
* The GO code:
* hosts the O365 portal (can be replaced with anything in the index.html). It is recommended to use a valid cert and key file (LetsEncrypt?) instead of the one provided in the directory
* logs all user activity on the web portal in a seperate log file on the server
* logs the credentials captured in a seperate log file on the server
* can also be used to return a valid file to the user post capturing the credentials. This can be done by replacing the file named
*
renders an O365 portal alongside a small regex which checks for a given user's domain name to make it look a bit more legit. The regex code looks like this:
The above regex checks if the given username contains a full valid email address else it will prompt the user to enter a correct username as follows: https://blogger.googleusercontent.com/img/a/AVvXsEjU3La_fI_Zyd3qLcBP4MIwv8any_wikGP8HS9Z__igRFv9CqQnKXjZ0QbtYu9aCmTwtZgTOwQGujGlkKOiLiwym-mVNZbuhFWAI9qD8kuer8yFR7wZCDLrulWpA09PIS7wO_0amFFsSM0qqROXWqrWC1_cmo9VJbRLNo8YOf7jv6xzqMMrAVJsMrxx=w640-h302 *
This same check is also performed in the GO code so that user's do not use something like burp to bypass the check:
It's recommended to change the name darkvortex in the index.html file to your own target company name.
*
Once the correct email ID and the password is entered, the user will be asked to save the provided file as follows: https://blogger.googleusercontent.com/img/a/AVvXsEjnu3bza5lczEWmdNm_mbRAmPz8iZzGLMzZeSZO3SLYXCqAC4_K3KKvkNMCRRERCxacnPbhVv8qsCmNtWSmnlvW1OWWAUf2KSZqK918RFZHtHKT7tJ_TUJj37GhbBxX09oeKrilNNluGpFsKubEHr6oblJtomdMLntrZvO-FF7Lo7EojPY-diJtabJI=w640-h302 Download O365-Doppelganger
___________________________
@hacking_Attack
@Hacking_Video
O365-Doppelganger - A Quick Handy Script To Harvest Credentials Off Of A User During A Red Team And Get Execution Of A File From The User
https://blogger.googleusercontent.com/img/a/AVvXsEjnu3bza5lczEWmdNm_mbRAmPz8iZzGLMzZeSZO3SLYXCqAC4_K3KKvkNMCRRERCxacnPbhVv8qsCmNtWSmnlvW1OWWAUf2KSZqK918RFZHtHKT7tJ_TUJj37GhbBxX09oeKrilNNluGpFsKubEHr6oblJtomdMLntrZvO-FF7Lo7EojPY-diJtabJI=w640-h302 O365-Doppelganger is NOT a replacement for hardcore phishing activities. There are several other tools which perform OAuth and OTA capture which is not the aim of O365-Doppelganger.
O365-Doppelganger is a quick handy script to harvest credentials of a user during Red Teams. This repository is a quick hack of one of my old red team engagement scripts which I've used several times to capture credentials and use them for making windows access tokens for lateral movement. This code repository basically performs the below tasks:
* The GO code:
* hosts the O365 portal (can be replaced with anything in the index.html). It is recommended to use a valid cert and key file (LetsEncrypt?) instead of the one provided in the directory
* logs all user activity on the web portal in a seperate log file on the server
* logs the credentials captured in a seperate log file on the server
* can also be used to return a valid file to the user post capturing the credentials. This can be done by replacing the file named
MacroFile.docin the current directory and replacing it with HTA/ISO/MSI or anything else that the phisher wants. Theres also a small code in the GO code which would need to be modified to specify the user's file name which needs to be returned: content, err := ioutil.ReadFile("MacroFile.doc")* Once modified, the target user when enters a valid email ID and password will be asked to save the above file. This file name can be changed using the below code in the GO file: response.Header().Set("Content-Disposition", "attachment; filename=Darkvortex Privacy Policy.doc")* The index.html code: *
renders an O365 portal alongside a small regex which checks for a given user's domain name to make it look a bit more legit. The regex code looks like this:
pattern="^([a-zA-Z0-9_\-\.]+)@darkvortex\.([a-zA-Z]{2,5})$" title=" Valid darkvortex email ID"* The above regex checks if the given username contains a full valid email address else it will prompt the user to enter a correct username as follows: https://blogger.googleusercontent.com/img/a/AVvXsEjU3La_fI_Zyd3qLcBP4MIwv8any_wikGP8HS9Z__igRFv9CqQnKXjZ0QbtYu9aCmTwtZgTOwQGujGlkKOiLiwym-mVNZbuhFWAI9qD8kuer8yFR7wZCDLrulWpA09PIS7wO_0amFFsSM0qqROXWqrWC1_cmo9VJbRLNo8YOf7jv6xzqMMrAVJsMrxx=w640-h302 *
This same check is also performed in the GO code so that user's do not use something like burp to bypass the check:
if strings.Contains(value[i], "@darkvortex") {* It's recommended to change the name darkvortex in the index.html file to your own target company name.
*
Once the correct email ID and the password is entered, the user will be asked to save the provided file as follows: https://blogger.googleusercontent.com/img/a/AVvXsEjnu3bza5lczEWmdNm_mbRAmPz8iZzGLMzZeSZO3SLYXCqAC4_K3KKvkNMCRRERCxacnPbhVv8qsCmNtWSmnlvW1OWWAUf2KSZqK918RFZHtHKT7tJ_TUJj37GhbBxX09oeKrilNNluGpFsKubEHr6oblJtomdMLntrZvO-FF7Lo7EojPY-diJtabJI=w640-h302 Download O365-Doppelganger
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
O365-Doppelganger - A Quick Handy Script To Harvest Credentials Off Of A User During A Red Team And Get Execution Of A File From…
Bypassing WAF for $2222
https://divyanshsharma2401.medium.com/bypassing-waf-for-2222-f99b80cfdb9b?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://divyanshsharma2401.medium.com/bypassing-waf-for-2222-f99b80cfdb9b?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Bypassing WAF for $2222
I know it’s been a very long time since I last published my article on how I was able to find RCE on Bentley systems. For the last 1–1.5…
I know it’s been a very long time since I last published my article on how I was able to find RCE on Bentley systems. For the last 1–1.5…Continue reading on Medium » (https://divyanshsharma2401.medium.com/bypassing-waf-for-2222-f99b80cfdb9b?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Bypassing WAF for $2222
I know it’s been a very long time since I last published my article on how I was able to find RCE on Bentley systems. For the last 1–1.5…
You need to hear this if you are new/want to start bug hunting
https://mokhansec.medium.com/you-need-to-hear-this-if-you-are-new-want-to-start-bug-hunting-6b5b5c8ba8d0?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://mokhansec.medium.com/you-need-to-hear-this-if-you-are-new-want-to-start-bug-hunting-6b5b5c8ba8d0?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
You need to hear this if you are new/want to start bug hunting
Hello everyone,
Hello everyone,Continue reading on Medium » (https://mokhansec.medium.com/you-need-to-hear-this-if-you-are-new-want-to-start-bug-hunting-6b5b5c8ba8d0?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
You need to hear this if you are new/want to start bug hunting
Hello everyone,
Passive Reconnaissance Using Only Kali Terminal | Infosec |
https://medium.com/@Medusa0xf/passive-reconnaissance-using-only-kali-terminal-infosec-9e1e991ff1d7?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@Medusa0xf/passive-reconnaissance-using-only-kali-terminal-infosec-9e1e991ff1d7?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Passive Reconnaissance Using Only Kali Terminal | Infosec |
Disclaimer: This blog is only for educational purpose.
Disclaimer: This blog is only for educational purpose.Continue reading on Medium » (https://medium.com/@Medusa0xf/passive-reconnaissance-using-only-kali-terminal-infosec-9e1e991ff1d7?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Passive Reconnaissance Using Only Kali Terminal | Infosec |
Disclaimer: This blog is only for educational purpose.