Take a list of domains, crawl urls and scan (https://www.kitploit.com/search/label/Scan) for endpoints, secrets, api keys, file extensions, tokens and more...
Preview
___________________________
@hacking_Attack
@Hacking_Video
Preview
___________________________
@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.
Installation
You need Go (https://golang.org/). Linux git clone https://github.com/edoardottt/cariddi.git cd cariddi go get make linux (to install) make unlinux (to uninstall) Or in one line: git clone https://github.com/edoardottt/cariddi.git; cd cariddi; go get; make linux Windows (executable works only in cariddi folder.) git clone https://github.com/edoardottt/cariddi.git cd cariddi go get .\make.bat windows (to install) .\make.bat unwindows (to uninstall)
Get Started
cariddi -h prints the help in the command line. Usage of cariddi:
-c int
Concurrency level. (default 20)
-cache
Use the .cariddi_cache folder as cache.
-d int
Delay between a page crawled and another.
-e Hunt for juicy endpoints.
-ef string
Use an external file (txt, one per line) to use custom parameters for endpoints hunting.
-examples
Print the examples.
-ext int
Hunt for juicy file extensions. Integer from 1(juicy) to 7(not juicy).
-h Print the help.
-i string
Ignore the URL containing at least one of the elements of this array.
-it string
Ignore the URL containing at least one of the lines of this file.
-oh string
Write the output into an HTML file.
-ot string
Write the output into a TXT file.
-plain
Print only the results.
-s Hunt for secrets.
-sf string
Use an external file (txt, one per line) to use custom regexes for s ecrets hunting.
-version
Print the version.
Examples
cariddi -version (Print the version) cariddi -h (Print the help) cariddi -examples (Print the examples) cat urls | cariddi -s (Hunt for secrets) cat urls | cariddi -d 2 (2 seconds between a page crawled and another) cat urls | cariddi -c 200 (Set the concurrency level to 200) cat urls | cariddi -e (Hunt for juicy endpoints) cat urls | cariddi -plain (Print only useful things) cat urls | cariddi -ot target_name (Results in txt file) cat urls | cariddi -oh target_name (Results in html file) cat urls | cariddi -ext 2 (Hunt for juicy (level 2 of 7) files) cat urls | cariddi -e -ef endpoints_file (Hunt for custom endpoints) cat urls | cariddi -s -sf secrets_file (Hunt for custom secrets) cat urls | cariddi -i forum,blog,community,open (Ignore urls containing these words) cat urls | cariddi -it ignore_file (Ignore urls containing at least one line in the input file) cat urls | cariddi -cache (Use the .cariddi_cache folder as cache.) For Windows (https://www.kitploit.com/search/label/Windows) use powershell.exe -Command "cat urls | .\cariddi.exe"
Contributing
Just open an issue/pull request. See also CONTRIBUTING.md (https://github.com/edoardottt/cariddi/blob/master/CONTRIBUTING.md) and CODE OF CONDUCT.md (https://github.com/edoardottt/cariddi/blob/master/CODE_OF_CONDUCT.md) Help me building this! A special thanks to: zricethezav (https://github.com/zricethezav/gitleaks/blob/master/config/default.go) To do: Tests Tor support Proxy support Ignore specific types of urls Plain output (print only results) HTML output Build an Input Struct and use it as parameter Output color Endpoints (https://www.kitploit.com/search/label/Endpoints) (parameters) scan Secrets (https://www.kitploit.com/search/label/Secrets) scan Extensions scan TXT output
Download Cariddi (https://github.com/edoardottt/cariddi)
___________________________
@hacking_Attack
@Hacking_Video
You need Go (https://golang.org/). Linux git clone https://github.com/edoardottt/cariddi.git cd cariddi go get make linux (to install) make unlinux (to uninstall) Or in one line: git clone https://github.com/edoardottt/cariddi.git; cd cariddi; go get; make linux Windows (executable works only in cariddi folder.) git clone https://github.com/edoardottt/cariddi.git cd cariddi go get .\make.bat windows (to install) .\make.bat unwindows (to uninstall)
Get Started
cariddi -h prints the help in the command line. Usage of cariddi:
-c int
Concurrency level. (default 20)
-cache
Use the .cariddi_cache folder as cache.
-d int
Delay between a page crawled and another.
-e Hunt for juicy endpoints.
-ef string
Use an external file (txt, one per line) to use custom parameters for endpoints hunting.
-examples
Print the examples.
-ext int
Hunt for juicy file extensions. Integer from 1(juicy) to 7(not juicy).
-h Print the help.
-i string
Ignore the URL containing at least one of the elements of this array.
-it string
Ignore the URL containing at least one of the lines of this file.
-oh string
Write the output into an HTML file.
-ot string
Write the output into a TXT file.
-plain
Print only the results.
-s Hunt for secrets.
-sf string
Use an external file (txt, one per line) to use custom regexes for s ecrets hunting.
-version
Print the version.
Examples
cariddi -version (Print the version) cariddi -h (Print the help) cariddi -examples (Print the examples) cat urls | cariddi -s (Hunt for secrets) cat urls | cariddi -d 2 (2 seconds between a page crawled and another) cat urls | cariddi -c 200 (Set the concurrency level to 200) cat urls | cariddi -e (Hunt for juicy endpoints) cat urls | cariddi -plain (Print only useful things) cat urls | cariddi -ot target_name (Results in txt file) cat urls | cariddi -oh target_name (Results in html file) cat urls | cariddi -ext 2 (Hunt for juicy (level 2 of 7) files) cat urls | cariddi -e -ef endpoints_file (Hunt for custom endpoints) cat urls | cariddi -s -sf secrets_file (Hunt for custom secrets) cat urls | cariddi -i forum,blog,community,open (Ignore urls containing these words) cat urls | cariddi -it ignore_file (Ignore urls containing at least one line in the input file) cat urls | cariddi -cache (Use the .cariddi_cache folder as cache.) For Windows (https://www.kitploit.com/search/label/Windows) use powershell.exe -Command "cat urls | .\cariddi.exe"
Contributing
Just open an issue/pull request. See also CONTRIBUTING.md (https://github.com/edoardottt/cariddi/blob/master/CONTRIBUTING.md) and CODE OF CONDUCT.md (https://github.com/edoardottt/cariddi/blob/master/CODE_OF_CONDUCT.md) Help me building this! A special thanks to: zricethezav (https://github.com/zricethezav/gitleaks/blob/master/config/default.go) To do: Tests Tor support Proxy support Ignore specific types of urls Plain output (print only results) HTML output Build an Input Struct and use it as parameter Output color Endpoints (https://www.kitploit.com/search/label/Endpoints) (parameters) scan Secrets (https://www.kitploit.com/search/label/Secrets) scan Extensions scan TXT output
Download Cariddi (https://github.com/edoardottt/cariddi)
___________________________
@hacking_Attack
@Hacking_Video
go.dev
The Go Programming Language
Go is an open source programming language that makes it simple to build secure, scalable systems.
hacking: security in practice
Is there a website when you can review old exploits?
I understand that zero day exploits get patched overtime but that's only if the latest update is installed. I remember an old windows exploit where you could get into the notepad app with the shift key from a locked computer and get admin rights.
I have an old laptop which I want to try and hack for a hopeful pen testing career. So is there a site where you can see exploits, when they were patched etc.
If you're unsure but have some suggestions for good websites about cybersecurity and tech such as theregister that would also be helpful.
submitted by /u/techtom10
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Is there a website when you can review old exploits?
I understand that zero day exploits get patched overtime but that's only if the latest update is installed. I remember an old windows exploit where you could get into the notepad app with the shift key from a locked computer and get admin rights.
I have an old laptop which I want to try and hack for a hopeful pen testing career. So is there a site where you can see exploits, when they were patched etc.
If you're unsure but have some suggestions for good websites about cybersecurity and tech such as theregister that would also be helpful.
submitted by /u/techtom10
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Is there a website when you can review old exploits?
I understand that zero day exploits get patched overtime but that's only if the latest update is installed. I remember an old windows exploit...
Dark Reading: Attacks/Breaches
What Colonial Pipeline Means for Commercial Building Cybersecurity
Banks and hospitals may be common targets, but now commercial real estate must learn to protect itself against stealthy hackers.
___________________________
@hacking_Attack
@Hacking_Video
What Colonial Pipeline Means for Commercial Building Cybersecurity
Banks and hospitals may be common targets, but now commercial real estate must learn to protect itself against stealthy hackers.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
What Colonial Pipeline Means for Commercial Building Cybersecurity
Banks and hospitals may be common targets, but now commercial real estate must learn to protect itself against stealthy hackers.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Gorsair : Hacks Its Way Into Remote Docker Containers That Expose Their APIs
Gorsair is a penetration testing tool for discovering and remotely accessing Docker APIs from vulnerable Docker containers. Once it has access to the docker daemon, you can use Gorsair to directly execute commands on remote containers. Exposing the docker API on the internet is a tremendous risk, as it can let malicious agents get information […]
The post Gorsair : Hacks Its Way Into Remote Docker Containers That Expose Their APIs appeared first on Kali Linux Tutorials.
___________________________
@hacking_Attack
@Hacking_Video
Gorsair : Hacks Its Way Into Remote Docker Containers That Expose Their APIs
Gorsair is a penetration testing tool for discovering and remotely accessing Docker APIs from vulnerable Docker containers. Once it has access to the docker daemon, you can use Gorsair to directly execute commands on remote containers. Exposing the docker API on the internet is a tremendous risk, as it can let malicious agents get information […]
The post Gorsair : Hacks Its Way Into Remote Docker Containers That Expose Their APIs appeared first on Kali Linux Tutorials.
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
Gorsair : Hacks Its Way Into Remote Docker Containers
Gorsair is a penetration testing tool for discovering and remotely accessing Docker APIs from vulnerable Docker containers.
[FREE GIFT] Offensive Hacking Unfolded Course Giveaway Without Any Catch
https://www.reddit.com/r/redteamsec/comments/og8zuj/free_gift_offensive_hacking_unfolded_course/
Thank you very much everyone for the amazing response to my SQL Injection Course. I am grateful to each one of you for making this the topmost SQLi Course on Udemy. Today, I want to do another giveaway. This one is of my biggest & newest course so far: Offensive Hacking Unfolded! I am doing this because I want to give back to the community that helped me whenever I was in a problem, no matter how silly question I had, there were always people who wanted to help me without expecting anything for themselves in between. This course is a small gift for them and everyone by my side. [There's no catch in this and don't even get anyone's email. I genuinely want to give away this.] Here's the free link: https://www.udemy.com/course/offensive-hacking-unfolded/?couponCode=OHU-FREE-JULY-2021 Note: It's only valid for 3 days due to udemy limits, so use quick! I worked for many months to create this course. It's going to be over 17+ hours in a few months. I hope you will enjoy this :) ~Avinash Yadav (Remember this name... New courses coming soon for free of-course. Haha!) submitted by /u/avinash986 (https://www.reddit.com/user/avinash986)
[link] (https://www.reddit.com/r/redteamsec/comments/og8zuj/free_gift_offensive_hacking_unfolded_course/) [comments] (https://www.reddit.com/r/redteamsec/comments/og8zuj/free_gift_offensive_hacking_unfolded_course/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/redteamsec/comments/og8zuj/free_gift_offensive_hacking_unfolded_course/
Thank you very much everyone for the amazing response to my SQL Injection Course. I am grateful to each one of you for making this the topmost SQLi Course on Udemy. Today, I want to do another giveaway. This one is of my biggest & newest course so far: Offensive Hacking Unfolded! I am doing this because I want to give back to the community that helped me whenever I was in a problem, no matter how silly question I had, there were always people who wanted to help me without expecting anything for themselves in between. This course is a small gift for them and everyone by my side. [There's no catch in this and don't even get anyone's email. I genuinely want to give away this.] Here's the free link: https://www.udemy.com/course/offensive-hacking-unfolded/?couponCode=OHU-FREE-JULY-2021 Note: It's only valid for 3 days due to udemy limits, so use quick! I worked for many months to create this course. It's going to be over 17+ hours in a few months. I hope you will enjoy this :) ~Avinash Yadav (Remember this name... New courses coming soon for free of-course. Haha!) submitted by /u/avinash986 (https://www.reddit.com/user/avinash986)
[link] (https://www.reddit.com/r/redteamsec/comments/og8zuj/free_gift_offensive_hacking_unfolded_course/) [comments] (https://www.reddit.com/r/redteamsec/comments/og8zuj/free_gift_offensive_hacking_unfolded_course/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
[FREE GIFT] Offensive Hacking Unfolded Course Giveaway Without Any...
Thank you very much everyone for the amazing response to my SQL Injection Course. I am grateful to each one of you for making this the topmost...
Is Bug Bounty Too Saturated in 2021 ?
https://karanxarora.medium.com/is-bug-bounty-too-saturated-in-2021-dd4d2f890d7e?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://karanxarora.medium.com/is-bug-bounty-too-saturated-in-2021-dd4d2f890d7e?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Is Bug Bounty Too Saturated in 2021 ?
Read this to get your answer, is it really saturated or not.
Read this to get your answer, is it really saturated or not.Continue reading on Medium » (https://karanxarora.medium.com/is-bug-bounty-too-saturated-in-2021-dd4d2f890d7e?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Is Bug Bounty Too Saturated in 2021 ?
Read this to get your answer, is it really saturated or not.
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Cariddi - Take A List Of Domains, Crawl Urls And Scan For Endpoints, Secrets, Api Keys, File Extensions, Tokens And More...
http://3.bp.blogspot.com/-OklvPqP3nfM/YNkPIeB6wFI/AAAAAAAAepE/mopor0H84ds4rt5u25idXAdquuTVih68wCK4BGAYYCw/w640-h102/cariddi_1_logo-715640.png Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more...Previewhttps://1.bp.blogspot.com/-llbDqYMlNpY/YN5pey68plI/AAAAAAAAfko/2waKpPXewQYx8YGboP-bNT6pXUy5xVx-QCNcBGAsYHQ/w640-h344/Cariddi.png InstallationYou need Go.
*
Linux
*
*
Or in one line:
Windows (executable works only in cariddi folder.)
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
For Windows use
Help me building this!
A special thanks to:
* zricethezav
To do:
*
Tests
*
Tor support
*
Proxy support
*
Ignore specific types of urls
*
Plain output (print only results)
*
HTML output
*
Build an Input Struct and use it as parameter
*
Output color
* Endpoints (parameters) scan[...]
___________________________
@hacking_Attack
@Hacking_Video
Cariddi - Take A List Of Domains, Crawl Urls And Scan For Endpoints, Secrets, Api Keys, File Extensions, Tokens And More...
http://3.bp.blogspot.com/-OklvPqP3nfM/YNkPIeB6wFI/AAAAAAAAepE/mopor0H84ds4rt5u25idXAdquuTVih68wCK4BGAYYCw/w640-h102/cariddi_1_logo-715640.png Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more...Previewhttps://1.bp.blogspot.com/-llbDqYMlNpY/YN5pey68plI/AAAAAAAAfko/2waKpPXewQYx8YGboP-bNT6pXUy5xVx-QCNcBGAsYHQ/w640-h344/Cariddi.png InstallationYou need Go.
*
Linux
*
git clone https://github.com/edoardottt/cariddi.git* cd cariddi* go get* make linux(to install)*
make unlinux(to uninstall)Or in one line:
git clone https://github.com/edoardottt/cariddi.git; cd cariddi; go get; make linux* Windows (executable works only in cariddi folder.)
*
git clone https://github.com/edoardottt/cariddi.git* cd cariddi* go get* .\make.bat windows(to install)*
.\make.bat unwindows(to uninstall) Get Startedcariddi -hprints the help in the command line. Usage of cariddi:
-c int
Concurrency level. (default 20)
-cache
Use the .cariddi_cache folder as cache.
-d int
Delay between a page crawled and another.
-e Hunt for juicy endpoints.
-ef string
Use an external file (txt, one per line) to use custom parameters for endpoints hunting.
-examples
Print the examples.
-ext int
Hunt for juicy file extensions. Integer from 1(juicy) to 7(not juicy).
-h Print the help.
-i string
Ignore the URL containing at least one of the elements of this array.
-it string
Ignore the URL containing at least one of the lines of this file.
-oh string
Write the output into an HTML file.
-ot string
Write the output into a TXT file.
-plain
Print only the results.
-s Hunt for secrets.
-sf string
Use an external file (txt, one per line) to use custom regexes for s ecrets hunting.
-version
Print the version. Examples* cariddi -version(Print the version)*
cariddi -h(Print the help)*
cariddi -examples(Print the examples)*
cat urls | cariddi -s(Hunt for secrets)*
cat urls | cariddi -d 2(2 seconds between a page crawled and another)*
cat urls | cariddi -c 200(Set the concurrency level to 200)*
cat urls | cariddi -e(Hunt for juicy endpoints)*
cat urls | cariddi -plain(Print only useful things)*
cat urls | cariddi -ot target_name(Results in txt file)*
cat urls | cariddi -oh target_name(Results in html file)*
cat urls | cariddi -ext 2(Hunt for juicy (level 2 of 7) files)*
cat urls | cariddi -e -ef endpoints_file(Hunt for custom endpoints)*
cat urls | cariddi -s -sf secrets_file(Hunt for custom secrets)*
cat urls | cariddi -i forum,blog,community,open(Ignore urls containing these words)*
cat urls | cariddi -it ignore_file(Ignore urls containing at least one line in the input file)*
cat urls | cariddi -cache(Use the .cariddi_cache folder as cache.)*
For Windows use
powershell.exe -Command "cat urls | .\cariddi.exe"Contributing Just open an issue/pull request. See also CONTRIBUTING.md and CODE OF CONDUCT.mdHelp me building this!
A special thanks to:
* zricethezav
To do:
*
Tests
*
Tor support
*
Proxy support
*
Ignore specific types of urls
*
Plain output (print only results)
*
HTML output
*
Build an Input Struct and use it as parameter
*
Output color
* Endpoints (parameters) scan[...]
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Cariddi - Take A List Of Domains, Crawl Urls And Scan For Endpoints, Secrets, Api Keys, File Extensions, Tokens And More...
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! Cariddi - Take A List Of Domains, Crawl Urls And Scan For Endpoints, Secrets, Api Keys, File Extensions, Tokens And More... http://3.bp.blogspot.com/-OklvPqP3nfM/YNkPIeB6wFI/AAAAAAAAepE/mopor0H84ds4rt5u25idXAdquuTVih68wCK4BGAYYCw/w640…
* Secrets scan
*
Extensions scan
*
TXT output Download Cariddi
___________________________
@hacking_Attack
@Hacking_Video
*
Extensions scan
*
TXT output Download Cariddi
___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Tech Supp0rt
https://cdn-images-1.medium.com/max/1098/0*3svZeSRIHoY1avSn.png
Link: https://www.vulnhub.com/entry/tech_supp0rt-1,708/
Box: Easy
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Tech Supp0rt
https://cdn-images-1.medium.com/max/1098/0*3svZeSRIHoY1avSn.png
Link: https://www.vulnhub.com/entry/tech_supp0rt-1,708/
Box: Easy
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Tech Supp0rt
Link: https://www.vulnhub.com/entry/tech_supp0rt-1,708/
Box: Easy
Box: Easy
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Bastion
https://cdn-images-1.medium.com/max/600/0*4tmrYtmX6ZIK2UiK.png
Nmap
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Bastion
https://cdn-images-1.medium.com/max/600/0*4tmrYtmX6ZIK2UiK.png
Nmap
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Bastion
Nmap