Hacking on Medium
تنزيل لعبة Bad Piggies HD مهكرة اخر اصدار للاندرويد والايفون من ميديا فاير.
https://www.hackegy.com/2023/06/bad-piggies.html
Continue reading on Medium »
تنزيل لعبة Bad Piggies HD مهكرة اخر اصدار للاندرويد والايفون من ميديا فاير.
https://www.hackegy.com/2023/06/bad-piggies.html
Continue reading on Medium »
Medium
تنزيل لعبة Bad Piggies HD مهكرة اخر اصدار للاندرويد والايفون من ميديا فاير.
https://www.hackegy.com/2023/06/bad-piggies.html
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
GraphQL API Hacking!
https://cdn-images-1.medium.com/max/1102/1*eHtFnUpSoDDshxzswNaYfQ.png
Usually graphql endpoint are located at www.example.com/graphl.
Continue reading on Medium »
GraphQL API Hacking!
https://cdn-images-1.medium.com/max/1102/1*eHtFnUpSoDDshxzswNaYfQ.png
Usually graphql endpoint are located at www.example.com/graphl.
Continue reading on Medium »
IoT devices and Linux-based systems targeted by OpenSSH trojan campaign
https://www.reddit.com/r/redteamsec/comments/14g7qpc/iot_devices_and_linuxbased_systems_targeted_by/
submitted by /u/SCI_Rusher (https://www.reddit.com/user/SCI_Rusher)
[link] (https://aka.ms/IoTTrojan) [comments] (https://www.reddit.com/r/redteamsec/comments/14g7qpc/iot_devices_and_linuxbased_systems_targeted_by/)
https://www.reddit.com/r/redteamsec/comments/14g7qpc/iot_devices_and_linuxbased_systems_targeted_by/
submitted by /u/SCI_Rusher (https://www.reddit.com/user/SCI_Rusher)
[link] (https://aka.ms/IoTTrojan) [comments] (https://www.reddit.com/r/redteamsec/comments/14g7qpc/iot_devices_and_linuxbased_systems_targeted_by/)
Ttryhackme vulnnet EndGame WriteUp
https://medium.com/@leomsec/ttryhackme-vulnnet-endgame-writeup-ded34b034e5e?source=rss------bug_bounty-5
Initial enumerationContinue reading on Medium » (https://medium.com/@leomsec/ttryhackme-vulnnet-endgame-writeup-ded34b034e5e?source=rss------bug_bounty-5)
https://medium.com/@leomsec/ttryhackme-vulnnet-endgame-writeup-ded34b034e5e?source=rss------bug_bounty-5
Initial enumerationContinue reading on Medium » (https://medium.com/@leomsec/ttryhackme-vulnnet-endgame-writeup-ded34b034e5e?source=rss------bug_bounty-5)
/r/Pentesting is fucking back
https://www.reddit.com/r/Pentesting/comments/14g7brx/rpentesting_is_fucking_back/
<!-- SC_OFF -->With some new goddamn features. <!-- SC_ON --> submitted by /u/betterdeadthanreddit (https://www.reddit.com/user/betterdeadthanreddit)
[link] (https://www.reddit.com/r/Pentesting/comments/14g7brx/rpentesting_is_fucking_back/) [comments] (https://www.reddit.com/r/Pentesting/comments/14g7brx/rpentesting_is_fucking_back/)
https://www.reddit.com/r/Pentesting/comments/14g7brx/rpentesting_is_fucking_back/
<!-- SC_OFF -->With some new goddamn features. <!-- SC_ON --> submitted by /u/betterdeadthanreddit (https://www.reddit.com/user/betterdeadthanreddit)
[link] (https://www.reddit.com/r/Pentesting/comments/14g7brx/rpentesting_is_fucking_back/) [comments] (https://www.reddit.com/r/Pentesting/comments/14g7brx/rpentesting_is_fucking_back/)
How I found a SQL Injection bug in using my cellphone
https://medium.com/@0xnaeem/how-i-found-a-sql-injection-bug-in-using-my-cellphone-5b5193fdc314?source=rss------bug_bounty-5
https://medium.com/@0xnaeem/how-i-found-a-sql-injection-bug-in-using-my-cellphone-5b5193fdc314?source=rss------bug_bounty-5
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Scriptkiddi3 – Streamline Your Recon And Vulnerability Detection Process With SCRIPTKIDDI3, A Recon And Initial Vulnerability Detection Tool Built Using Shell Script And Open Source Tools
SCRIPTKIDDI3,Streamline your recon and vulnerability detection process with SCRIPTKIDDI3, A recon and initial vulnerability detection tool built using shell script and open source tools.
Introducing SCRIPTKIDDI3, a powerful recon and initial vulnerability detection tool for Bug Bounty Hunters. Built using a variety of open-source tools and a shell script, SCRIPTKIDDI3 allows you to quickly and efficiently run a scan on the target domain and identify potential vulnerabilities.
SCRIPTKIDDI3 begins by performing recon on the target system, collecting information such as subdomains, and running services with nuclei. It then uses this information to scan for known vulnerabilities and potential attack vectors, alerting you to any high-risk issues that may need to be addressed.
In addition, SCRIPTKIDDI3 also includes features for identifying misconfigurations and insecure default settings with nuclei templates, helping you ensure that your systems are properly configured and secure.
SCRIPTKIDDI3 is an essential tool for conducting thorough and effective recon and vulnerability assessments. Let’s Find Bugs with SCRIPTKIDDI3
[Thanks ChatGPT for the Description] How it Works ?This tool mainly performs 3 tasks
1. Effective Subdomain Enumeration from Various Tools
2. Get URLs with open HTTP and HTTPS service.
3. Run a Nuclei and other scans on previous output So basically, this is an autmation script for your initial recon in bugbounty Install SCRIPTKIDDI3SCRIPTKIDDI3 requires different tools to run successfully. Run the following command to install the latest version with all requirments-
git clone https://github.com/thecyberneh/scriptkiddi3.git
cd scriptkiddi3
bash installer.sh Usagescriptkiddi3 -h
This will display help for the tool. Here are all the switches it supports.
[ABOUT:]
Streamline your recon and vulnerability detection process with SCRIPTKIDDI3,
A recon and initial vulnerability detection tool built using shell script and open source tools.
[Usage:]
scriptkiddi3 [MODE] [FLAGS]
scriptkiddi3 -m EXP -d target.com -c /path/to/config.yaml
[MODES:]
['-m'/'--mode']
Available Options for MODE:
SUB | sub | SUBDOMAIN | subdomain Run scriptkiddi3 in SUBDOMAIN ENUMERATION mode
URL | url Run scriptkiddi3 in URL ENUMERATION mode
EXP | exp | EXPLOIT | exploit Run scriptkiddi3 in Full Exploitation mode
Feature of EXPLOI mode : subdomain enumaration, URL Enumeration,
Vulnerability Detection with Nuclei,
and Scan for SUBDOMAINE TAKEOVER
[FLAGS:]
[TARGET:] -d, --domain target domain to scan
[CONFIG:] -c, --config path of your configuration file for subfinder
[HELP:] -h, --help to get help menu
[UPDATE:] -u, --update to update tool
[Examples:]
Run scriptkiddi3 in full Exploitation mode
scriptkiddi3 -m EXP -d target.com
Use your own CONFIG file for subfinder
scriptkiddi3 -m EXP -d target.com -c /path/to/config.yaml
Run scriptkiddi3 in SUBDOMAIN ENUMERATION mode
scriptkiddi3 -m SUB -d target.com
Run scriptkiddi3 in URL ENUMERATION mode
scriptkiddi3 -m SUB -d target.com MODES1. FULL EXPLOITATION MODERun SCRIPTKIDDI3 in FULL EXPLOITATION MODE
scriptkiddi3 -m EXP -d target.com
FULL EXPLOITATION MODE contains following functions
* Effective Subdomain Enumeration with different services and open source tools
* Effective URL Enumeration ( HTTP and HTTPs service )
* R[...]
Scriptkiddi3 – Streamline Your Recon And Vulnerability Detection Process With SCRIPTKIDDI3, A Recon And Initial Vulnerability Detection Tool Built Using Shell Script And Open Source Tools
SCRIPTKIDDI3,Streamline your recon and vulnerability detection process with SCRIPTKIDDI3, A recon and initial vulnerability detection tool built using shell script and open source tools.
Introducing SCRIPTKIDDI3, a powerful recon and initial vulnerability detection tool for Bug Bounty Hunters. Built using a variety of open-source tools and a shell script, SCRIPTKIDDI3 allows you to quickly and efficiently run a scan on the target domain and identify potential vulnerabilities.
SCRIPTKIDDI3 begins by performing recon on the target system, collecting information such as subdomains, and running services with nuclei. It then uses this information to scan for known vulnerabilities and potential attack vectors, alerting you to any high-risk issues that may need to be addressed.
In addition, SCRIPTKIDDI3 also includes features for identifying misconfigurations and insecure default settings with nuclei templates, helping you ensure that your systems are properly configured and secure.
SCRIPTKIDDI3 is an essential tool for conducting thorough and effective recon and vulnerability assessments. Let’s Find Bugs with SCRIPTKIDDI3
[Thanks ChatGPT for the Description] How it Works ?This tool mainly performs 3 tasks
1. Effective Subdomain Enumeration from Various Tools
2. Get URLs with open HTTP and HTTPS service.
3. Run a Nuclei and other scans on previous output So basically, this is an autmation script for your initial recon in bugbounty Install SCRIPTKIDDI3SCRIPTKIDDI3 requires different tools to run successfully. Run the following command to install the latest version with all requirments-
git clone https://github.com/thecyberneh/scriptkiddi3.git
cd scriptkiddi3
bash installer.sh Usagescriptkiddi3 -h
This will display help for the tool. Here are all the switches it supports.
[ABOUT:]
Streamline your recon and vulnerability detection process with SCRIPTKIDDI3,
A recon and initial vulnerability detection tool built using shell script and open source tools.
[Usage:]
scriptkiddi3 [MODE] [FLAGS]
scriptkiddi3 -m EXP -d target.com -c /path/to/config.yaml
[MODES:]
['-m'/'--mode']
Available Options for MODE:
SUB | sub | SUBDOMAIN | subdomain Run scriptkiddi3 in SUBDOMAIN ENUMERATION mode
URL | url Run scriptkiddi3 in URL ENUMERATION mode
EXP | exp | EXPLOIT | exploit Run scriptkiddi3 in Full Exploitation mode
Feature of EXPLOI mode : subdomain enumaration, URL Enumeration,
Vulnerability Detection with Nuclei,
and Scan for SUBDOMAINE TAKEOVER
[FLAGS:]
[TARGET:] -d, --domain target domain to scan
[CONFIG:] -c, --config path of your configuration file for subfinder
[HELP:] -h, --help to get help menu
[UPDATE:] -u, --update to update tool
[Examples:]
Run scriptkiddi3 in full Exploitation mode
scriptkiddi3 -m EXP -d target.com
Use your own CONFIG file for subfinder
scriptkiddi3 -m EXP -d target.com -c /path/to/config.yaml
Run scriptkiddi3 in SUBDOMAIN ENUMERATION mode
scriptkiddi3 -m SUB -d target.com
Run scriptkiddi3 in URL ENUMERATION mode
scriptkiddi3 -m SUB -d target.com MODES1. FULL EXPLOITATION MODERun SCRIPTKIDDI3 in FULL EXPLOITATION MODE
scriptkiddi3 -m EXP -d target.com
FULL EXPLOITATION MODE contains following functions
* Effective Subdomain Enumeration with different services and open source tools
* Effective URL Enumeration ( HTTP and HTTPs service )
* R[...]