Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What is a hackathon? 10 hacks to prepare for a Hackathon.
https://cdn-images-1.medium.com/max/612/1*u-jLD7nHp8Lcs3lo1L8Ukg.jpeg
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
What is a hackathon? 10 hacks to prepare for a Hackathon.
https://cdn-images-1.medium.com/max/612/1*u-jLD7nHp8Lcs3lo1L8Ukg.jpeg
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
What is a hackathon? 10 hacks to prepare for a Hackathon.
Introduction
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Samsung confirms security breach
https://cdn-images-1.medium.com/max/1920/1*vh1755tEACyVs8qSDg1JiQ.jpeg
Another day and another security breach to report on, this time Samsung are the target.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Samsung confirms security breach
https://cdn-images-1.medium.com/max/1920/1*vh1755tEACyVs8qSDg1JiQ.jpeg
Another day and another security breach to report on, this time Samsung are the target.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Samsung confirms security breach
Another day and another security breach to report on, this time Samsung are the target.
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
ApacheTomcatScanner - A Python Script To Scan For Apache Tomcat Server Vulnerabilities
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGj0uEW_yRh4LDfBQYUFlVp6udCKpAfXyGf2b5ZtJVzDC63sD3mamdTGUdNLsK_U1ebJ5VmYviqrXfPzJGt7x7ydzmRvVoTgMsWTOM0ulwXRnqsxHYkhY5q-Q56ePVZxarwrMeTi3pZRSM7cQ8ku8_gVlnn0zNy0VmvVQq-LBX37KK52wEJH5fXo8qeQ/w640-h118/ApacheTomcatScanner_1_banner.png A python script to scan for Apache Tomcat server vulnerabilities. Features* Multithreaded workers to search for Apache tomcat servers.
* Multiple target source possible:
* Retrieving list of computers from a Windows domain through an LDAP query to use them as a list of targets.
* Reading targets line by line from a file.
* Reading individual targets (IP/DNS/CIDR) from
* Custom list of ports to test.
* Tests for
* List the CVEs of each version with the
___________________________
@hacking_Attack
@Hacking_Video
ApacheTomcatScanner - A Python Script To Scan For Apache Tomcat Server Vulnerabilities
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGj0uEW_yRh4LDfBQYUFlVp6udCKpAfXyGf2b5ZtJVzDC63sD3mamdTGUdNLsK_U1ebJ5VmYviqrXfPzJGt7x7ydzmRvVoTgMsWTOM0ulwXRnqsxHYkhY5q-Q56ePVZxarwrMeTi3pZRSM7cQ8ku8_gVlnn0zNy0VmvVQq-LBX37KK52wEJH5fXo8qeQ/w640-h118/ApacheTomcatScanner_1_banner.png A python script to scan for Apache Tomcat server vulnerabilities. Features* Multithreaded workers to search for Apache tomcat servers.
* Multiple target source possible:
* Retrieving list of computers from a Windows domain through an LDAP query to use them as a list of targets.
* Reading targets line by line from a file.
* Reading individual targets (IP/DNS/CIDR) from
-tt/--targetoption.* Custom list of ports to test.
* Tests for
/manager/htmlaccess and default credentials.* List the CVEs of each version with the
--list-cvesoption InstallationYou can now install it from pypi with this command: sudo python3 -m pip install apachetomcatscanner Usage$ ./ApacheTomcatScanner.py -h
Apache Tomcat Scanner v2.3.2 - by @podalirius_
usage: ApacheTomcatScanner.py [-h] [-v] [--debug] [-C] [-T THREADS] [-s] [--only-http] [--only-https] [--no-check-certificate] [--xlsx XLSX] [--json JSON] [-PI PROXY_IP] [-PP PROXY_PORT] [-rt REQUEST_TIMEOUT] [-tf TARGETS_FILE]
[-tt TARGET] [-tp TARGET_PORTS] [-ad AUTH_DOMAIN] [-ai AUTH_DC_IP] [-au AUTH_USER] [-ap AUTH_PASSWORD] [-ah AUTH_HASH]
A python script to scan for Apache Tomcat server vulnerabilities.
optional arguments:
-h, --help show this help message and exit
-v, --verbose Verbose mode. (default: False)
--debug Debug mode, for huge verbosity. (default: False)
-C, --list-cves List CVE ids affecting each version found. (default: False)
-T THREADS, --threads THREADS
Number of threads (default: 5)
-s, --servers-only If querying ActiveDirectory, only get servers and not all computer objects. (default: False)
--only-http Scan only with HTTP scheme. (default: False, scanning with both HTTP and HTTPs)
--only-https Scan only with HTTPs scheme. (default: False, scanning with both HTTP and HTTPs)
--no-check-certificate
Do not check certificate. (default: False)
--xlsx XLSX Export results to XLSX
--json JSON Export results to JSON
-PI PROXY_IP, --proxy-ip PROXY_IP
Proxy IP.
-PP PROXY_PORT, --proxy-port PROXY_PORT
Proxy port
-rt REQUEST_TIMEOUT, --request-timeout REQUEST_TIMEOUT
-tf TARGETS_FILE, --targets-file TARGETS_FILE
Path to file containing a line by line list of targets.
-tt TARGET, --target TARGET
Target IP, FQDN or CIDR
-tp TARGET_PORTS, --target-ports TARGET_PORTS
Target ports to scan top search for Apache Tomcat servers.
-ad AUTH_DOMAIN, --auth-domain AUTH_DOMAIN
Windows domain to authenticate to.
-ai AUTH_DC_IP, --auth-dc-ip AUTH_DC_IP
IP of the domain controller.
-au AUTH_USER, --auth-user AUTH_USER Username of the domain account.
-ap AUTH_PASSWORD, --auth-password AUTH_PASSWORD
Password of the domain account.
-ah AUTH_HASH, --auth-hash AUTH_HASH
LM:NT hashes to pass the hash for this user. Examplehttps://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjA5BOT_IN-jOKWt8XSNz9ut1eGifuyjiodzEs0aGdnHu0-6hAth2gF5P0auhgBmm1o-kwAilSBBc9yMhFSzATp9s5hbTN6m9POQ63QyVUQ4n2X2GVp9pSaBij3N2zh2EVT-538CBPfcFZS8_Pv0Kk8dNh8zygQdlT_xBKoas-zLOxHZNNdVm-vahN8Rw/w640-h140/ApacheTomcatScanner_8_example.png You can also list the CVEs of each version with the --list-cvesoption: https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhSVHlX3F1eiMQ4WcTfJEJ1pftYgekVtVYnFrdN33_E2z8eR757bqJPlxVS2TaQZ_d6_PTadoRJwSVELA9il4Xtr5doJVgi5wY9qpPaW8Isa_6E2xymN_1qYhHQp3Ar1IRCJUkOHoXqTCCrEJU0OvAtTK8O_QKbiwSni_12jB-6frt5sYEhMPBozecug/w640-h290/ApacheTomcatScanner_9_example_list_cves.png ContributingPull requests are welcome. Feel free to open an issue if you want to add other features. Download ApacheTomcatScanner___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
ApacheTomcatScanner - A Python Script To Scan For Apache Tomcat Server Vulnerabilities
Hacking Wireless Networks around the Globe.(Practical WIFI Hacking)
How to hack wireless networks.Continue reading on System Weakness »
Read more...
How to hack wireless networks.Continue reading on System Weakness »
Read more...
hacking: security in practice
What Vuln is this?
Noob here. Found a vuln in a website that allows me to change the user id in a url so i can view contents from another account. For example, my url when logged in is "/user/1111/uploads" if i change it to "user/1112/uploads" it shows me the content of another user's account. Is this considered an IDOR? or something else ?
submitted by /u/fuzzy_bunnyzZ
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
What Vuln is this?
Noob here. Found a vuln in a website that allows me to change the user id in a url so i can view contents from another account. For example, my url when logged in is "/user/1111/uploads" if i change it to "user/1112/uploads" it shows me the content of another user's account. Is this considered an IDOR? or something else ?
submitted by /u/fuzzy_bunnyzZ
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
What Vuln is this?
Noob here. Found a vuln in a website that allows me to change the user id in a url so i can view contents from another account. For example, my...
hacking: security in practice
Recommended work station.
Wondering what the recommended work station is these days hardware/ os or is a libreboot think pad still the go to.
submitted by /u/StressedBananaBoy
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Recommended work station.
Wondering what the recommended work station is these days hardware/ os or is a libreboot think pad still the go to.
submitted by /u/StressedBananaBoy
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Recommended work station.
Wondering what the recommended work station is these days hardware/ os or is a libreboot think pad still the go to.
hacking: security in practice
ADB Vendor Key Bypass Research/Help Needed
So, long story short, a small group on a forum and I have been trying to root the head unit of the new 2022 Honda Civic (I mainly focus on the 9-inch display model). So far, we managed to find the developer settings, turned on USB debugging, got the device powered through a USB Hub, and connected to a PC. However, when an ADB connection is attempted, the device is labeled as unauthorized and needs the ADB Vendor Keys variable. The OS is Android 8.1.0, so I know there are some vulnerabilities/exploits out there, but unless there is a way to bypass the vendor key requirement (or use some form of privilege escalation or payload execution), we are pretty much stuck. Does anyone have any insight? Any info that is needed to make progress in this endeavor can be provided.
submitted by /u/jamieden
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
ADB Vendor Key Bypass Research/Help Needed
So, long story short, a small group on a forum and I have been trying to root the head unit of the new 2022 Honda Civic (I mainly focus on the 9-inch display model). So far, we managed to find the developer settings, turned on USB debugging, got the device powered through a USB Hub, and connected to a PC. However, when an ADB connection is attempted, the device is labeled as unauthorized and needs the ADB Vendor Keys variable. The OS is Android 8.1.0, so I know there are some vulnerabilities/exploits out there, but unless there is a way to bypass the vendor key requirement (or use some form of privilege escalation or payload execution), we are pretty much stuck. Does anyone have any insight? Any info that is needed to make progress in this endeavor can be provided.
submitted by /u/jamieden
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
ADB Vendor Key Bypass Research/Help Needed
So, long story short, a small group on a forum and I have been trying to root the head unit of the new 2022 Honda Civic (I mainly focus on the...
hacking: security in practice
Is it possible to work in cybersecurity as a freelancer?
Hello everyone, I'm really interested in the software engineering field and cybersecurity. Do you think it's possible to work remotely and as a freelancer in the last one I mentioned? it's really what intrigues me more between the two.
submitted by /u/Quiet_Bus_6404
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Is it possible to work in cybersecurity as a freelancer?
Hello everyone, I'm really interested in the software engineering field and cybersecurity. Do you think it's possible to work remotely and as a freelancer in the last one I mentioned? it's really what intrigues me more between the two.
submitted by /u/Quiet_Bus_6404
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Is it possible to work in cybersecurity as a freelancer?
Hello everyone, I'm really interested in the software engineering field and cybersecurity. Do you think it's possible to work remotely and as a...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
CyberTalents BootCamp 2022 #WPACrack
https://cdn-images-1.medium.com/max/1231/1*ftlrpA3AK8M0pDVBZOQWHQ.png
~ f3ru0s Kormy says … Congratulations!!! For making it to CyberTalents BootCamp 2022. Good Luck in your journey :)
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
CyberTalents BootCamp 2022 #WPACrack
https://cdn-images-1.medium.com/max/1231/1*ftlrpA3AK8M0pDVBZOQWHQ.png
~ f3ru0s Kormy says … Congratulations!!! For making it to CyberTalents BootCamp 2022. Good Luck in your journey :)
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
CyberTalents BootCamp 2022 #WPACrack
~ f3ru0s Kormy says … Congratulations!!! For making it to CyberTalents BootCamp 2022. Good Luck in your journey :)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How gigachads download files?
https://cdn-images-1.medium.com/max/1623/1*lTbfSSW594H0PPw--BgDGQ.png
If you have ever used windows, you must have heard of the software/application “Internet Download Manager”, aka IDM.
If you haven't heard…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
How gigachads download files?
https://cdn-images-1.medium.com/max/1623/1*lTbfSSW594H0PPw--BgDGQ.png
If you have ever used windows, you must have heard of the software/application “Internet Download Manager”, aka IDM.
If you haven't heard…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How gigachads download files?
If you have ever used windows, you must have heard of the software/application “Internet Download Manager”, aka IDM. If you haven't heard…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hacking Wireless Networks around the Globe.(Practical WIFI Hacking)
https://cdn-images-1.medium.com/max/749/1*yozeagI4mKU1kYm96swCAQ.png
How to hack wireless networks.
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
Hacking Wireless Networks around the Globe.(Practical WIFI Hacking)
https://cdn-images-1.medium.com/max/749/1*yozeagI4mKU1kYm96swCAQ.png
How to hack wireless networks.
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hacking Wireless Networks around the Globe.(Practical WIFI Hacking)
How to hack wireless networks.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Can we hack engineering solutions with marketing?
https://cdn-images-1.medium.com/max/2600/1*3tfDv_BiIAlcTd5EIhAzew.jpeg
This week I visited my hometown, Ödemiş. I have also visited old villages around the city. Bozdağ and Birgi were the villages where my…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Can we hack engineering solutions with marketing?
https://cdn-images-1.medium.com/max/2600/1*3tfDv_BiIAlcTd5EIhAzew.jpeg
This week I visited my hometown, Ödemiş. I have also visited old villages around the city. Bozdağ and Birgi were the villages where my…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Can we hack engineering solutions with marketing?
This week I visited my hometown, Ödemiş. I have also visited old villages around the city. Bozdağ and Birgi were the villages where my…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
HacktheBox[Noter]
https://cdn-images-1.medium.com/max/686/1*oNzoP60xXy9Q-owLjTXKjg.png
Initial full tcp port scan of host identifies ports 21, 22, and 5000 open:
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
HacktheBox[Noter]
https://cdn-images-1.medium.com/max/686/1*oNzoP60xXy9Q-owLjTXKjg.png
Initial full tcp port scan of host identifies ports 21, 22, and 5000 open:
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
HacktheBox[Noter]
Initial full tcp port scan of host identifies ports 21, 22, and 5000 open: