Black Hat Ethical Hacking
Kali Linux 2022.2 released with new tools, terminal tweaks and more
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux 2022.2 released with new tools, terminal tweaks and more
___________________________
@hacking_Attack
@Hacking_Video
Black Hat Ethical Hacking
Kali Linux 2022.2 released with new tools, terminal tweaks and more | Black Hat Ethical Hacking
Offensive Security has released Kali Linux 2022.2, the second release in 2022, with new tools, desktop enhancements, WSL improvements, terminal tweaks and more.
Dark Reading: Attacks/Breaches
iPhones Open to Attack Even When Off, Researchers Say
Wireless chips that run when the iPhone iOS is shut down can be exploited.
___________________________
@hacking_Attack
@Hacking_Video
iPhones Open to Attack Even When Off, Researchers Say
Wireless chips that run when the iPhone iOS is shut down can be exploited.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
iPhones Open to Attack Even When Off, Researchers Say
Wireless chips that run when the iPhone iOS is shut down can be exploited.
The Bucket’s Got a Hole in it
https://medium.com/@manikesh-singh/the-buckets-got-a-hole-in-it-343b676e23d4?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/@manikesh-singh/the-buckets-got-a-hole-in-it-343b676e23d4?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
The Bucket’s Got a Hole in it
Introduction
IntroductionContinue reading on Medium » (https://medium.com/@manikesh-singh/the-buckets-got-a-hole-in-it-343b676e23d4?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
The Bucket’s Got a Hole in it
Introduction
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
OSCP Prep New Exam 2022
https://cdn-images-1.medium.com/max/600/1*nzBpBT8AobwgMiW3giZCcw.png
I recently received an email from a student looking to take their OSCP exam this coming July and was searching for the best prep tips I…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
OSCP Prep New Exam 2022
https://cdn-images-1.medium.com/max/600/1*nzBpBT8AobwgMiW3giZCcw.png
I recently received an email from a student looking to take their OSCP exam this coming July and was searching for the best prep tips I…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
OSCP Prep New Exam 2022
I recently received an email from a student looking to take their OSCP exam this coming July and was searching for the best prep tips I…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The Bucket’s Got a Hole in it
https://cdn-images-1.medium.com/max/600/1*Hst_FCFvnepGF_iIJUc20Q.png
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
The Bucket’s Got a Hole in it
https://cdn-images-1.medium.com/max/600/1*Hst_FCFvnepGF_iIJUc20Q.png
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
The Bucket’s Got a Hole in it
Introduction
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Beginner Guide To Getting Into Cybersecurity
https://cdn-images-1.medium.com/max/740/1*xup4l8oyk9bjL5nP17mi3g.png
A while ago, a local Google Developer Students’ Club invited me to speak about the beginner’s journey into cybersecurity.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Beginner Guide To Getting Into Cybersecurity
https://cdn-images-1.medium.com/max/740/1*xup4l8oyk9bjL5nP17mi3g.png
A while ago, a local Google Developer Students’ Club invited me to speak about the beginner’s journey into cybersecurity.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Beginner Guide To Getting Into Cybersecurity
A while ago, a local Google Developer Students’ Club invited me to speak about the beginner’s journey into cybersecurity. Every time I come…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Investigadores advierten sobre el servicio de malware “Eternity Project” que se vende a través de…
https://cdn-images-1.medium.com/max/1591/0*G0wL6fvvCZZQSXym
PUBLICADO EN 16 MAYO, 2022POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Investigadores advierten sobre el servicio de malware “Eternity Project” que se vende a través de…
https://cdn-images-1.medium.com/max/1591/0*G0wL6fvvCZZQSXym
PUBLICADO EN 16 MAYO, 2022POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Investigadores advierten sobre el servicio de malware “Eternity Project” que se vende a través de Telegram
PUBLICADO EN 16 MAYO, 2022POR EHACKING
BirDuster - A Multi Threaded Python Script Designed To Brute Force Directories And Files Names On Webservers
http://www.kitploit.com/2022/05/birduster-multi-threaded-python-script.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2022/05/birduster-multi-threaded-python-script.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
BirDuster - A Multi Threaded Python Script Designed To Brute Force Directories And Files Names On Webservers
BirDuster is a Python based knockoff of the original DirBuster. BirDuster is a multi threaded Python application designed to brute force (https://www.kitploit.com/search/label/Brute%20Force) directories and files names on web/application servers. Often is the case now of what looks like a web server in a state of default installation is actually not, and has pages and applications hidden (https://www.kitploit.com/search/label/Hidden) within.
Installation Use PIP: pip3 install --user BirDuster Clone source: git clone https://www.github.com/ytisf/BirDuster
cd BirDuster
pip3 install --user -r requirements.txt
python3 BirDuster.py --help Usage BirDuster has the following flags and options (which you can see with the -h flag): -h/--help: Show help and exit. -v,-vv,-vvv/--verbosity: Verbosity level. -p/--port: Port to use while dirbusting. Default 80/443. -P/--pfile: If you want to test several ports just write them to a file with newlines. -t/--threads: Amount of concurrent threads. Default is 15. -o/--output: Output CSV of responses. Default is domain_output.csv. -l/--dlist: Directory (https://www.kitploit.com/search/label/Directory) list file. Default is dir_list.txt. -w/--writereponse: Will write HTTP/S responses to files. Default is False. -i/--ignorecertificate: Ignore SSL certificate errors. Default is False. -u/--useragent: User-Agent to use. Default is random user-agent. --ssl: Use SSL or not. -i flag will automatically turn on SSL. --timeout: Change default socket (https://www.kitploit.com/search/label/Socket) timeout. Default is 3 seconds. usage: dirbus.py [-h] [-v] [-p PORT] [-P PFILE] [-t THREADS] [-o OUTPUT]
[-l DLIST] [-w] [-i] [-u USERAGENT] [--ssl]
[--timeout TIMEOUT]
domain
positional arguments:
domain domain or host to buster
Download BirDuster (https://github.com/ytisf/BirDuster)
___________________________
@hacking_Attack
@Hacking_Video
Installation Use PIP: pip3 install --user BirDuster Clone source: git clone https://www.github.com/ytisf/BirDuster
cd BirDuster
pip3 install --user -r requirements.txt
python3 BirDuster.py --help Usage BirDuster has the following flags and options (which you can see with the -h flag): -h/--help: Show help and exit. -v,-vv,-vvv/--verbosity: Verbosity level. -p/--port: Port to use while dirbusting. Default 80/443. -P/--pfile: If you want to test several ports just write them to a file with newlines. -t/--threads: Amount of concurrent threads. Default is 15. -o/--output: Output CSV of responses. Default is domain_output.csv. -l/--dlist: Directory (https://www.kitploit.com/search/label/Directory) list file. Default is dir_list.txt. -w/--writereponse: Will write HTTP/S responses to files. Default is False. -i/--ignorecertificate: Ignore SSL certificate errors. Default is False. -u/--useragent: User-Agent to use. Default is random user-agent. --ssl: Use SSL or not. -i flag will automatically turn on SSL. --timeout: Change default socket (https://www.kitploit.com/search/label/Socket) timeout. Default is 3 seconds. usage: dirbus.py [-h] [-v] [-p PORT] [-P PFILE] [-t THREADS] [-o OUTPUT]
[-l DLIST] [-w] [-i] [-u USERAGENT] [--ssl]
[--timeout TIMEOUT]
domain
positional arguments:
domain domain or host to buster
Download BirDuster (https://github.com/ytisf/BirDuster)
___________________________
@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: security in practice
what advice would you give to someone who is new and just starting to learn how to properly hunt for bugs and do bounties?
As the title says, what advice would you give to someone who is new and just starting to learn how to properly hunt for bugs and do bounties? Perhaps something you may have learned in hindsight.
submitted by /u/Repulsive_Problem272
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
what advice would you give to someone who is new and just starting to learn how to properly hunt for bugs and do bounties?
As the title says, what advice would you give to someone who is new and just starting to learn how to properly hunt for bugs and do bounties? Perhaps something you may have learned in hindsight.
submitted by /u/Repulsive_Problem272
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
what advice would you give to someone who is new and just starting...
As the title says, what advice would you give to someone who is new and just starting to learn how to properly hunt for bugs and do bounties?...