SDomDiscover - A Easy-To-Use Python Tool To Perform DNS Recon
http://www.kitploit.com/2022/09/sdomdiscover-easy-to-use-python-tool-to.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/09/sdomdiscover-easy-to-use-python-tool-to.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
SDomDiscover - A Easy-To-Use Python Tool To Perform DNS Recon
_____ ____ ____ _
/ ___// __ \____ ____ ___ / __ \(_)_____________ _ _____ _____
\__ \/ / / / __ \/ __ `__ \/ / / / / ___/ ___/ __ \ | / / _ \/ ___/
___/ / /_/ / /_/ / / / / / / /_/ / (__ ) /__/ /_/ / |/ / __/ /
/____/_____/\____/_/ /_/ /_/_____/_/____/\___/\____/|___/\___/_/
A easy-to-use python tool to perform dns recon (https://www.kitploit.com/search/label/Recon) with multiple optionsInstallation:It can be installed in any OS with python3Manual installationgit clone https://github.com/D3Ext/SDomDiscover
cd SDomDiscover
pip3 install -r requirements.txtOne-linergit clone https://github.com/D3Ext/SDomDiscover && cd SDomDiscover && pip3 install -r requirements.txt && python3 SDomDiscover.pyUsage:Common usagesTo see the help panel and other parameterspython3 SDomDiscover.py -hMain usage of the tool to dump the valid (https://www.kitploit.com/search/label/Valid) domains in the SSL certificatepython3 SDomDiscover.py -d example.comUsed to perform all the queries and recognizementpython3 SDomDiscover.py -d domain.com --all
Download SDomDiscover (https://github.com/D3Ext/SDomDiscover)
___________________________
@hacking_Attack
@Hacking_Video
/ ___// __ \____ ____ ___ / __ \(_)_____________ _ _____ _____
\__ \/ / / / __ \/ __ `__ \/ / / / / ___/ ___/ __ \ | / / _ \/ ___/
___/ / /_/ / /_/ / / / / / / /_/ / (__ ) /__/ /_/ / |/ / __/ /
/____/_____/\____/_/ /_/ /_/_____/_/____/\___/\____/|___/\___/_/
A easy-to-use python tool to perform dns recon (https://www.kitploit.com/search/label/Recon) with multiple optionsInstallation:It can be installed in any OS with python3Manual installationgit clone https://github.com/D3Ext/SDomDiscover
cd SDomDiscover
pip3 install -r requirements.txtOne-linergit clone https://github.com/D3Ext/SDomDiscover && cd SDomDiscover && pip3 install -r requirements.txt && python3 SDomDiscover.pyUsage:Common usagesTo see the help panel and other parameterspython3 SDomDiscover.py -hMain usage of the tool to dump the valid (https://www.kitploit.com/search/label/Valid) domains in the SSL certificatepython3 SDomDiscover.py -d example.comUsed to perform all the queries and recognizementpython3 SDomDiscover.py -d domain.com --all
Download SDomDiscover (https://github.com/D3Ext/SDomDiscover)
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
Hacking on Medium
What Is Hacking
INTRODUCTION
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
What Is Hacking
INTRODUCTION
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
What Is Hacking
INTRODUCTION
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What Is the Raspberry Pi
https://cdn-images-1.medium.com/max/720/1*f2K_PxmNZogU151vMuLa5Q.jpeg
The Raspberry Pi is a computer. A very small computer. It is roughly the size of a credit card. Don’t be fooled by its size; as we know…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
What Is the Raspberry Pi
https://cdn-images-1.medium.com/max/720/1*f2K_PxmNZogU151vMuLa5Q.jpeg
The Raspberry Pi is a computer. A very small computer. It is roughly the size of a credit card. Don’t be fooled by its size; as we know…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
What Hardware Do You Need?
The Raspberry Pi is a computer. A very small computer. It is roughly the size of a credit card. Don’t be fooled by its size; as we know…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Learning Cybersecurity
https://cdn-images-1.medium.com/max/600/0*Hkmi3n8UpXm9F4lj.png
I found an article written by PenguinScratcher on their plan to learn cybersecurity that I wanted to do a deep dive on.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Learning Cybersecurity
https://cdn-images-1.medium.com/max/600/0*Hkmi3n8UpXm9F4lj.png
I found an article written by PenguinScratcher on their plan to learn cybersecurity that I wanted to do a deep dive on.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Learning Cybersecurity
I found an article written by PenguinScratcher on their plan to learn cybersecurity that I wanted to do a deep dive on.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
SDomDiscover : A Easy-To-Use Python Tool To Perform DNS Recon
SDomDiscover
The purpouse of this tool is helping bug haunters and pentesters during reconnaissance
If you want to know more about the tool you can read my own post in my blog (written in spanish)
Installation
It can be used in any system with python3
You can easily install AORT using pip:
pip3 install aort
If you want to install it from source:
git clone https://github.com/D3Ext/AORT
cd AORT
pip3 install -r requirements.txt
One-liner
git clone https://github.com/D3Ext/AORT && cd AORT && pip3 install -r requirements.txt && python3 AORT.py
Usage
Common usages
If installed with pip3:
aort
To see the help panel and other parameters
python3 AORT.py -h
Main usage of the tool to dump the valid domains in the SSL certificate
python3 AORT.py -d example.com
Used to perform all the queries and recognizement
python3 AORT.py -d domain.com –all
Features
* Enumerate subdomains using passive techniques
* A lot of extra queries to enumerate the DNS
* Domain Zone trasnfer attack
* WAF type detection
* Subdomain Takeover checker
* Wayback machine support to enumerate endpoints
* Email harvesting
Third part
The tool uses different services to get subdomains in different ways
The WAF detector was modified and addapted from CRLFSuite concept
All DNS queries are scripted in python at 100%
Email harvesting using Proxycrawl API with personal token (you can register a free account with 100 uses)
Download
___________________________
@hacking_Attack
@Hacking_Video
SDomDiscover : A Easy-To-Use Python Tool To Perform DNS Recon
SDomDiscover
a easy-to-use python tool to perform dns recon, subdomain enumeration and much moreThe purpouse of this tool is helping bug haunters and pentesters during reconnaissance
If you want to know more about the tool you can read my own post in my blog (written in spanish)
Installation
It can be used in any system with python3
You can easily install AORT using pip:
pip3 install aort
If you want to install it from source:
git clone https://github.com/D3Ext/AORT
cd AORT
pip3 install -r requirements.txt
One-liner
git clone https://github.com/D3Ext/AORT && cd AORT && pip3 install -r requirements.txt && python3 AORT.py
Usage
Common usages
If installed with pip3:
aort
To see the help panel and other parameters
python3 AORT.py -h
Main usage of the tool to dump the valid domains in the SSL certificate
python3 AORT.py -d example.com
Used to perform all the queries and recognizement
python3 AORT.py -d domain.com –all
Features
* Enumerate subdomains using passive techniques
* A lot of extra queries to enumerate the DNS
* Domain Zone trasnfer attack
* WAF type detection
* Subdomain Takeover checker
* Wayback machine support to enumerate endpoints
* Email harvesting
Third part
The tool uses different services to get subdomains in different ways
The WAF detector was modified and addapted from CRLFSuite concept
All DNS queries are scripted in python at 100%
Email harvesting using Proxycrawl API with personal token (you can register a free account with 100 uses)
Download
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
SDomDiscover : A Easy-To-Use Python Tool To Perform DNS Recon
SDomDiscover a easy-to-use python tool to perform dns recon, subdomain enumeration and much more. This tool is to help bug haunters.
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Hacktivist Group GhostSec Compromises 55 Berghof PLCs Across Israel
https://external-preview.redd.it/nms4jySs42blGIaeBZEIyocXO-sqjK5KxM88MlPhChU.jpg?width=640&crop=smart&auto=webp&s=968c0cc4e94ab5b373c232095dc6e5887f54e069 submitted by /u/p3tr00v
[link] [comments]
➖ Sent by @TheFeedReaderBot ➖
___________________________
@hacking_Attack
@Hacking_Video
Hacktivist Group GhostSec Compromises 55 Berghof PLCs Across Israel
https://external-preview.redd.it/nms4jySs42blGIaeBZEIyocXO-sqjK5KxM88MlPhChU.jpg?width=640&crop=smart&auto=webp&s=968c0cc4e94ab5b373c232095dc6e5887f54e069 submitted by /u/p3tr00v
[link] [comments]
➖ Sent by @TheFeedReaderBot ➖
___________________________
@hacking_Attack
@Hacking_Video
reddit
Hacktivist Group GhostSec Compromises 55 Berghof PLCs Across Israel
Posted in r/hacking by u/p3tr00v • 1 point and 0 comments
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
TIL that Pentera has developed an alternative to PsExec that instead uses a fileless implementation over DCE/RPC (port 135), completely dodging surveilance that companies commonly enforce on SMB (port 445).
https://external-preview.redd.it/vmntqCjNxK8eFMX2aoCDewpaesSJF2Rmt4z1Rw46DXI.jpg?width=640&crop=smart&auto=webp&s=9854eade07a16c26575f353ace60c7bc8793cc4d submitted by /u/SpacePilot8888
[link] [comments]
➖ Sent by @TheFeedReaderBot ➖
___________________________
@hacking_Attack
@Hacking_Video
TIL that Pentera has developed an alternative to PsExec that instead uses a fileless implementation over DCE/RPC (port 135), completely dodging surveilance that companies commonly enforce on SMB (port 445).
https://external-preview.redd.it/vmntqCjNxK8eFMX2aoCDewpaesSJF2Rmt4z1Rw46DXI.jpg?width=640&crop=smart&auto=webp&s=9854eade07a16c26575f353ace60c7bc8793cc4d submitted by /u/SpacePilot8888
[link] [comments]
➖ Sent by @TheFeedReaderBot ➖
___________________________
@hacking_Attack
@Hacking_Video
reddit
TIL that Pentera has developed an alternative to PsExec that...
Posted in r/hacking by u/SpacePilot8888 • 1 point and 1 comment
Showcasing Sliver C2, Bypassing Win Defender and Establishing Persistence
https://www.reddit.com/r/redteamsec/comments/xe6u60/showcasing_sliver_c2_bypassing_win_defender_and/
To be honest, sliver is the big deal. It's a brand new C2 Framework (still in development) and really have a lot of potential. We showcased how to work with it and perform various TTPs, like persistence with exe hijacking or registry tweaking. The very default beacon was able to bypass Windows 10 Defender. I learned a lot (and was learning in real time while streaming, so I put timestamps for you to navigate it easier) and hope you will learn something new from the video too. It is available on my Youtube: https://youtu.be/QO_1UMaiWHk submitted by /u/lsecqt (https://www.reddit.com/user/lsecqt)
[link] (https://www.reddit.com/r/redteamsec/comments/xe6u60/showcasing_sliver_c2_bypassing_win_defender_and/) [comments] (https://www.reddit.com/r/redteamsec/comments/xe6u60/showcasing_sliver_c2_bypassing_win_defender_and/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/xe6u60/showcasing_sliver_c2_bypassing_win_defender_and/
To be honest, sliver is the big deal. It's a brand new C2 Framework (still in development) and really have a lot of potential. We showcased how to work with it and perform various TTPs, like persistence with exe hijacking or registry tweaking. The very default beacon was able to bypass Windows 10 Defender. I learned a lot (and was learning in real time while streaming, so I put timestamps for you to navigate it easier) and hope you will learn something new from the video too. It is available on my Youtube: https://youtu.be/QO_1UMaiWHk submitted by /u/lsecqt (https://www.reddit.com/user/lsecqt)
[link] (https://www.reddit.com/r/redteamsec/comments/xe6u60/showcasing_sliver_c2_bypassing_win_defender_and/) [comments] (https://www.reddit.com/r/redteamsec/comments/xe6u60/showcasing_sliver_c2_bypassing_win_defender_and/)
___________________________
@hacking_Attack
@Hacking_Video
Reddit
From the redteamsec community on Reddit: Showcasing Sliver C2, Bypassing Win Defender and Establishing Persistence
Explore this post and more from the redteamsec community