Bug Fix Update: TribeOne dApp is Ready to Take NFT Space by Storm
Our dApp is getting closer and closer to perfection as we work hard to achieve the best possible user experience.Continue reading on Medium »
Read more...
Our dApp is getting closer and closer to perfection as we work hard to achieve the best possible user experience.Continue reading on Medium »
Read more...
Beginner Bug Bounty Guide - Part 2
Previous: Beginner Bug Bounty Guide - Part 1Continue reading on Medium »
Read more...
Previous: Beginner Bug Bounty Guide - Part 1Continue reading on Medium »
Read more...
How to auto-run a script from a USB on Windows without using Rubber Ducky?
https://www.reddit.com/r/Pentesting/comments/sabwkz/how_to_autorun_a_script_from_a_usb_on_windows/
I would like to pentest my AutoPlay settings on Windows to see if I can prevent a regular USB flash drive from automatically running a script on the USB. I have a script that simply creates an empty file on the desktop, and I've placed this script on the USB flash drive. How do I get my flash USB to automatically run this script? My goal is to confirm that my AutoPlay settings successfully defeat this kind of attack. I am aware that USB Rubber Ducky is a more popular attack vector and will not be prevented by AutoPlay. Regardless I just want to pentest my AutoPlay settings for regular USB flash drives, not USB Rubber Ducky. But speaking of Rubber Ducky attacks, I disabled AutoPlay on windows and then unplugged and replugged my keyboard, and it worked automatically. Is there anyway to instruct Windows to disallow this and somehow require my approval, for example by clicking on a dialogue box? I assume that this could defeat a USB Rubby Ducky attack. Am I correct? submitted by /u/highlightprotein (https://www.reddit.com/user/highlightprotein)
[link] (https://www.reddit.com/r/Pentesting/comments/sabwkz/how_to_autorun_a_script_from_a_usb_on_windows/) [comments] (https://www.reddit.com/r/Pentesting/comments/sabwkz/how_to_autorun_a_script_from_a_usb_on_windows/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/sabwkz/how_to_autorun_a_script_from_a_usb_on_windows/
I would like to pentest my AutoPlay settings on Windows to see if I can prevent a regular USB flash drive from automatically running a script on the USB. I have a script that simply creates an empty file on the desktop, and I've placed this script on the USB flash drive. How do I get my flash USB to automatically run this script? My goal is to confirm that my AutoPlay settings successfully defeat this kind of attack. I am aware that USB Rubber Ducky is a more popular attack vector and will not be prevented by AutoPlay. Regardless I just want to pentest my AutoPlay settings for regular USB flash drives, not USB Rubber Ducky. But speaking of Rubber Ducky attacks, I disabled AutoPlay on windows and then unplugged and replugged my keyboard, and it worked automatically. Is there anyway to instruct Windows to disallow this and somehow require my approval, for example by clicking on a dialogue box? I assume that this could defeat a USB Rubby Ducky attack. Am I correct? submitted by /u/highlightprotein (https://www.reddit.com/user/highlightprotein)
[link] (https://www.reddit.com/r/Pentesting/comments/sabwkz/how_to_autorun_a_script_from_a_usb_on_windows/) [comments] (https://www.reddit.com/r/Pentesting/comments/sabwkz/how_to_autorun_a_script_from_a_usb_on_windows/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
How to auto-run a script from a USB on Windows without using...
I would like to pentest my AutoPlay settings on Windows to see if I can prevent a regular USB flash drive from automatically running a script on...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Mandiant-Azure-AD-Investigator - PowerShell module for detecting artifacts that may be indicators of UNC2452 and other threat actor activity
https://blogger.googleusercontent.com/img/a/AVvXsEhnfet5fSf1tYAxR0JFBmdtRK2FmIYsK3YjblmF6YbDUeMPzbcG0LFgOy3FWoMTxt8_hyHcMgm7ayEYRRHBh0uP7DfM6W6JYrXxgjVZZDhk6cok69bGnv3BsUGDYW-VLU7CpwZZShrbQC5625dv9rfeAlV7zrj-lboaYrgptqQN2r6U_RZzuIFtv8oG=w340-h400 This repository contains a PowerShell module for detecting artifacts that may be indicators of UNC2452 and other threat actor activity. Some indicators are "high-fidelity" indicators of compromise, while other artifacts are so called "dual-use" artifacts. Dual-use artifacts may be related to threat actor activity, but also may be related to legitimate functionality. Analysis and verification will be required for these. For a detailed description of the techniques used by UNC2452 see our blog.
This tool is read-only. It does not make any changes to the Microsoft 365 environment.
In summary this module will:
* Do a best effort job at identifying indicators of compromise that will require further verification and analysis
It will not:
* Identify a compromise 100% of the time, or
* Tell you if an artifact is legitimate admin activity or threat actor activity.
With community feedback, the tool may become more thorough in its detection of IOCs. Please open an issue, submit a PR, or contact the authors if you have problems, ideas, or feedback. FeaturesFederated Domains (Invoke-MandiantAuditAzureADDomains)This module uses MS Online PowerShell to look for and audit federated domains in Azure AD. All federated domains will be output to the file
* Signing Certificate Unusual Validity Period - Alerts on a federated domain where the signing certificates have a validity period of > 1 year. AD FS managed certificates are valid for only one year. Validity periods that are longer than one year could be an indication that a threat actor has tampered with the domain federation settings. They may also be indicative of the use of a legitimate custom token-signing certificate. Have your administrators verify if this is the case.
* Signing Certificate Mismatch - Alerts on federated domains where the issuer or subject of the signing certificates do not match. In most cases the token-signing certificates will always be from the same issuer and have the same subject. If there is a mismatch, then it could be an indication that a threat actor has tampered with the domain federation settings. Have your administrators verify if the subject and issuer names are expected, and if not consider performing a forensic investigation to determine how the changes were made and to identify any other evidence of compromise.
* Azure AD Backdoor (any.sts) - Alerts on federated domains configured with
* Federated Domains - Lists all federated domains and the token issuer URI. Verify that the domain should be federated and that the issuer URI is expected.
* Unverified Domains - Lists all unverified domains in Azure AD. Unverified domains should not be kept in Azure AD for long in an unverified state. Consider removing them. Examples
The script has identified a domain that has been federated with an issuer URI that is an indicator of an Azure AD Backdoor. The backdoor sets the issuer URI to hxxp://any.sts by default. Consider performing a forensic investigati[...]
___________________________
@hacking_Attack
@Hacking_Video
Mandiant-Azure-AD-Investigator - PowerShell module for detecting artifacts that may be indicators of UNC2452 and other threat actor activity
https://blogger.googleusercontent.com/img/a/AVvXsEhnfet5fSf1tYAxR0JFBmdtRK2FmIYsK3YjblmF6YbDUeMPzbcG0LFgOy3FWoMTxt8_hyHcMgm7ayEYRRHBh0uP7DfM6W6JYrXxgjVZZDhk6cok69bGnv3BsUGDYW-VLU7CpwZZShrbQC5625dv9rfeAlV7zrj-lboaYrgptqQN2r6U_RZzuIFtv8oG=w340-h400 This repository contains a PowerShell module for detecting artifacts that may be indicators of UNC2452 and other threat actor activity. Some indicators are "high-fidelity" indicators of compromise, while other artifacts are so called "dual-use" artifacts. Dual-use artifacts may be related to threat actor activity, but also may be related to legitimate functionality. Analysis and verification will be required for these. For a detailed description of the techniques used by UNC2452 see our blog.
This tool is read-only. It does not make any changes to the Microsoft 365 environment.
In summary this module will:
* Do a best effort job at identifying indicators of compromise that will require further verification and analysis
It will not:
* Identify a compromise 100% of the time, or
* Tell you if an artifact is legitimate admin activity or threat actor activity.
With community feedback, the tool may become more thorough in its detection of IOCs. Please open an issue, submit a PR, or contact the authors if you have problems, ideas, or feedback. FeaturesFederated Domains (Invoke-MandiantAuditAzureADDomains)This module uses MS Online PowerShell to look for and audit federated domains in Azure AD. All federated domains will be output to the file
federated domains.csv.* Signing Certificate Unusual Validity Period - Alerts on a federated domain where the signing certificates have a validity period of > 1 year. AD FS managed certificates are valid for only one year. Validity periods that are longer than one year could be an indication that a threat actor has tampered with the domain federation settings. They may also be indicative of the use of a legitimate custom token-signing certificate. Have your administrators verify if this is the case.
* Signing Certificate Mismatch - Alerts on federated domains where the issuer or subject of the signing certificates do not match. In most cases the token-signing certificates will always be from the same issuer and have the same subject. If there is a mismatch, then it could be an indication that a threat actor has tampered with the domain federation settings. Have your administrators verify if the subject and issuer names are expected, and if not consider performing a forensic investigation to determine how the changes were made and to identify any other evidence of compromise.
* Azure AD Backdoor (any.sts) - Alerts on federated domains configured with
any.stsas the Issuer URI. This is indicative of usage of the Azure AD Backdoor tool. Consider performing a forensic investigation to determine how the changes were made and to identify any other evidence of compromise.* Federated Domains - Lists all federated domains and the token issuer URI. Verify that the domain should be federated and that the issuer URI is expected.
* Unverified Domains - Lists all unverified domains in Azure AD. Unverified domains should not be kept in Azure AD for long in an unverified state. Consider removing them. Examples
!! Evidence of AAD backdoor found.
Consider performing a detailed forensic investigation
Domain name: foobar.com
Domain federation name:
Federation issuer URI: http://any.sts/16B45E3B ‼️The script has identified a domain that has been federated with an issuer URI that is an indicator of an Azure AD Backdoor. The backdoor sets the issuer URI to hxxp://any.sts by default. Consider performing a forensic investigati[...]
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Mandiant-Azure-AD-Investigator - PowerShell module for detecting artifacts that may be indicators of UNC2452 and other threat actor…
KitPloit - PenTest Tools!
Mandiant-Azure-AD-Investigator - PowerShell module for detecting artifacts that may be indicators of UNC2452 and other threat actor activity
___________________________
@hacking_Attack
@Hacking_Video
Mandiant-Azure-AD-Investigator - PowerShell module for detecting artifacts that may be indicators of UNC2452 and other threat actor activity
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Mandiant-Azure-AD-Investigator - PowerShell module for detecting artifacts that may be indicators of UNC2452 and other threat actor…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
[Hack The Box] Forge— Walkthrough
https://cdn-images-1.medium.com/max/1920/1*0gKY5fJjgIKfB7IKWLkZMA.png
Forge is a simple, beginner-friendly box that does not involve any guesswork.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
[Hack The Box] Forge— Walkthrough
https://cdn-images-1.medium.com/max/1920/1*0gKY5fJjgIKfB7IKWLkZMA.png
Forge is a simple, beginner-friendly box that does not involve any guesswork.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
[Hack The Box] Forge— Walkthrough
Forge is a simple, beginner-friendly box that does not involve any guesswork. It involves chaining SSRF and a way to exploit Python scripts.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Kioptrix Level 5 — VulnHub
https://cdn-images-1.medium.com/max/700/0*l9569XIZPyaIM3VY.jpg
Introduction: Kioptrix Level 5 from Vulnhub
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Kioptrix Level 5 — VulnHub
https://cdn-images-1.medium.com/max/700/0*l9569XIZPyaIM3VY.jpg
Introduction: Kioptrix Level 5 from Vulnhub
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Kioptrix Level 5 — VulnHub
Introduction: Kioptrix Level 5 from Vulnhub
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
DonkeyDocker VM Walkthrough
https://cdn-images-1.medium.com/max/651/0*qwIGrub64iplKX7C.png
Makineyi indirebilirsiniz.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
DonkeyDocker VM Walkthrough
https://cdn-images-1.medium.com/max/651/0*qwIGrub64iplKX7C.png
Makineyi indirebilirsiniz.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
DonkeyDocker VM Walkthrough
Makineyi indirebilirsiniz.
hacking: security in practice
Hacking videos w educational and entertainment value?
Im just starting to get into the IT world, and my goal is to get into penetration testing. Right now im working on basic certifications to get general knowledge before my OSCP which hopefully ill start before the year ends. That being said, im looking for some hacking videos that i can learn from, but are also entertaining enough that i can get high and just chill w when im done studying for the night. Any youtube or other video streaming platform recommendations would be awesome!
submitted by /u/piehero2
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Hacking videos w educational and entertainment value?
Im just starting to get into the IT world, and my goal is to get into penetration testing. Right now im working on basic certifications to get general knowledge before my OSCP which hopefully ill start before the year ends. That being said, im looking for some hacking videos that i can learn from, but are also entertaining enough that i can get high and just chill w when im done studying for the night. Any youtube or other video streaming platform recommendations would be awesome!
submitted by /u/piehero2
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Hacking videos w educational and entertainment value?
Im just starting to get into the IT world, and my goal is to get into penetration testing. Right now im working on basic certifications to get...
hacking: security in practice
dsicord hacks
dsucord hakcs
submitted by /u/yyrczzz
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
dsicord hacks
dsucord hakcs
submitted by /u/yyrczzz
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
dsicord hacks
dsucord hakcs
Some Tough Questions
https://www.reddit.com/r/Pentesting/comments/sags24/some_tough_questions/
1-What are the biggest mistakes you made or you see others make when learning about pen-testing? What are the most common mistakes at the pro level? 2-If you had to train me for 4 weeks for a zero to mastery competition on pen-testing, and 1 million dollars was on the line, what would that training look like? What about 8 weeks? What would your roadmap and sequencing be? 3- What do you think are the commonalities amongst the top TryHackMe/HackTheBox competitors? 4B- Which of these commanalities are not taught at TryHackMe/HackTheBox or online courses? 4C- Which neglected commonality (found in answer 4B) could I get good at abnormally quickly. 4- If you were to create a 'cheat sheet' that listed the most important principles or concepts in pen-testing, what would be on it? 5-What small projects would you recommend a new person to make to keep them motivated? 6-How do you retain your knowledge? Do you take notes with pen and paper or digitally? Do you prefer to remember through practice and building projects instead submitted by /u/s-pi1313 (https://www.reddit.com/user/s-pi1313)
[link] (https://www.reddit.com/r/Pentesting/comments/sags24/some_tough_questions/) [comments] (https://www.reddit.com/r/Pentesting/comments/sags24/some_tough_questions/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/sags24/some_tough_questions/
1-What are the biggest mistakes you made or you see others make when learning about pen-testing? What are the most common mistakes at the pro level? 2-If you had to train me for 4 weeks for a zero to mastery competition on pen-testing, and 1 million dollars was on the line, what would that training look like? What about 8 weeks? What would your roadmap and sequencing be? 3- What do you think are the commonalities amongst the top TryHackMe/HackTheBox competitors? 4B- Which of these commanalities are not taught at TryHackMe/HackTheBox or online courses? 4C- Which neglected commonality (found in answer 4B) could I get good at abnormally quickly. 4- If you were to create a 'cheat sheet' that listed the most important principles or concepts in pen-testing, what would be on it? 5-What small projects would you recommend a new person to make to keep them motivated? 6-How do you retain your knowledge? Do you take notes with pen and paper or digitally? Do you prefer to remember through practice and building projects instead submitted by /u/s-pi1313 (https://www.reddit.com/user/s-pi1313)
[link] (https://www.reddit.com/r/Pentesting/comments/sags24/some_tough_questions/) [comments] (https://www.reddit.com/r/Pentesting/comments/sags24/some_tough_questions/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Some Tough Questions
1-What are the biggest mistakes you made or you see others make when learning about pen-testing? What are the most common mistakes at the pro...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Can your code survive a bus crash?
In software development there is the famous “hit by a bus” test. Put simply have you documented and tested your code well enough that if…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Can your code survive a bus crash?
In software development there is the famous “hit by a bus” test. Put simply have you documented and tested your code well enough that if…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Can your code survive a bus crash?
In software development there is the famous “hit by a bus” test. Put simply have you documented and tested your code well enough that if…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
4. Oopsie — Beginner/Learning Box
https://cdn-images-1.medium.com/max/600/1*oSrScJmNBy0MoLjwXC02uQ.png
So… yes, I’m not doing the V.I.P. machines, can’t afford them, but this should do!
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
4. Oopsie — Beginner/Learning Box
https://cdn-images-1.medium.com/max/600/1*oSrScJmNBy0MoLjwXC02uQ.png
So… yes, I’m not doing the V.I.P. machines, can’t afford them, but this should do!
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
4. Oopsie — Beginner/Learning Box
So… yes, I’m not doing the V.I.P. machines, can’t afford them, but this should do!
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
(pt-br) Rootme — TryHackMe
https://cdn-images-1.medium.com/max/1350/1*lXKKKdo3EUXVJOBrN1KvTQ.png
Um simples write-up de como resolver o CTF rootme na plataforma TryHackMe. Não se apegue nas ferramentas usadas, mas nas técnicas.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
(pt-br) Rootme — TryHackMe
https://cdn-images-1.medium.com/max/1350/1*lXKKKdo3EUXVJOBrN1KvTQ.png
Um simples write-up de como resolver o CTF rootme na plataforma TryHackMe. Não se apegue nas ferramentas usadas, mas nas técnicas.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
(pt-br) Rootme — TryHackMe
Um simples write-up de como resolver o CTF rootme na plataforma TryHackMe. Não se apegue nas ferramentas usadas, mas nas técnicas.