Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Binary exploitation
https://cdn-images-1.medium.com/max/1360/1*1J6HpE3ZD20fnzopBo0r4A.png
I admit im not the best at binary exploitation and this is a writeup for those who want to get somewhat started.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Binary exploitation
https://cdn-images-1.medium.com/max/1360/1*1J6HpE3ZD20fnzopBo0r4A.png
I admit im not the best at binary exploitation and this is a writeup for those who want to get somewhat started.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Binary exploitation
I admit im not the best at binary exploitation and this is a writeup for those who want to get somewhat started.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
FBI confiscó U$S 2,3m relacionado al ransomware REvil/Sodinokibi y Gandcrab
https://cdn-images-1.medium.com/max/1434/0*fIH8H0bWWY4sIPXu
PUBLICADO EN 2 DICIEMBRE, 2021 POR DPAB
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
FBI confiscó U$S 2,3m relacionado al ransomware REvil/Sodinokibi y Gandcrab
https://cdn-images-1.medium.com/max/1434/0*fIH8H0bWWY4sIPXu
PUBLICADO EN 2 DICIEMBRE, 2021 POR DPAB
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
FBI confiscó U$S 2,3m relacionado al ransomware REvil/Sodinokibi y Gandcrab
PUBLICADO EN 2 DICIEMBRE, 2021 POR DPAB
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Error crítico en la biblioteca criptográfica NSS de Mozilla que potencialmente afecta a varios…
https://cdn-images-1.medium.com/max/1471/0*hSSbnXCphNLBMXyo
PUBLICADO EN 2 DICIEMBRE, 2021POR DPAB
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Error crítico en la biblioteca criptográfica NSS de Mozilla que potencialmente afecta a varios…
https://cdn-images-1.medium.com/max/1471/0*hSSbnXCphNLBMXyo
PUBLICADO EN 2 DICIEMBRE, 2021POR DPAB
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Error crítico en la biblioteca criptográfica NSS de Mozilla que potencialmente afecta a varios otros software
PUBLICADO EN 2 DICIEMBRE, 2021POR DPAB
hacking: security in practice
How does one attain hashes?
Hello,
I have read numerous articles on how to crack passwords and that's always done via hashes. Where does one even get hashes from? Wouldn't that require admin access inside a domain controller or website database to even get the hashes?
submitted by /u/Super-Indication4151
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How does one attain hashes?
Hello,
I have read numerous articles on how to crack passwords and that's always done via hashes. Where does one even get hashes from? Wouldn't that require admin access inside a domain controller or website database to even get the hashes?
submitted by /u/Super-Indication4151
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How does one attain hashes?
Hello, I have read numerous articles on how to crack passwords and that's always done via hashes. Where does one even get hashes from?...
hacking: security in practice
Is getting etc/passwd printed a vulnerability?
I was using a website which can be used to test and run Javascript snippets, I tried running nodejs with fs on it and was able to access the etc/passwd file. I was also able to run Linux commands like whoami and pwd. Would this be considered a vulnerability or is this normal?
submitted by /u/MdTaseen
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Is getting etc/passwd printed a vulnerability?
I was using a website which can be used to test and run Javascript snippets, I tried running nodejs with fs on it and was able to access the etc/passwd file. I was also able to run Linux commands like whoami and pwd. Would this be considered a vulnerability or is this normal?
submitted by /u/MdTaseen
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Is getting etc/passwd printed a vulnerability?
I was using a website which can be used to test and run Javascript snippets, I tried running nodejs with fs on it and was able to access the...
Crawpy - Yet Another Content Discovery Tool
http://www.kitploit.com/2021/12/crawpy-yet-another-content-discovery.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/12/crawpy-yet-another-content-discovery.html
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
Yet another content discovery (https://www.kitploit.com/search/label/Content%20Discovery) tool written in python. What makes this tool different than others: It is written to work asynchronously which allows reaching to maximum limits. So it is very fast. Calibration mode, applies filters on its own Has bunch of flags that helps you fuzz (https://www.kitploit.com/search/label/Fuzz) in detail Recursive scan (https://www.kitploit.com/search/label/Scan) mode for given status codes and with depth Report generations, you can later go and check your results Multiple url scans
An example run
___________________________
@hacking_Attack
@Hacking_Video
An example run
___________________________
@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.
An example run with auto calibration and recursive mode enabled
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Example reports Example reports can be found here https://morph3sec.com/crawpy/example.html
https://morph3sec.com/crawpy/example.txt
Installation git clone https://github.com/morph3/crawpy
pip3 install -r requirements.txt
or
python3 -m pip install -r requirements.txt
Usage Max retry -H HEADERS, --headers HEADERS Headers, you can set the flag multiple times.For example: -H "X-Forwarded-For: 127.0.0.1", -H "Host: foobar" -o OUTPUT_FILE, --output OUTPUT_FILE Output folder -gr, --generate-report If you want crawpy to generate a report, default path is crawpy/reports/.txt -l URL_LIST, --list URL_LIST Takes a list of urls as input and runs crawpy on via multiprocessing -l ./urls.txt -lt LIST_THREADS, --list-threads LIST_THREADS Number of threads for running crawpy parallely when running with list of urls -s, --silent Make crawpy not produce output -X HTTP_METHOD, --http-method HTTP_METHOD HTTP request method -p PROXY_SERVER, --proxy PROXY_SERVER Proxy server, ex: 'http://127.0.0.1:8080' ">morph3 ➜ crawpy/ [main✗] λ python3 crawpy.py --help
usage: crawpy.py [-h] [-u URL] [-w WORDLIST] [-t THREADS] [-rc RECURSIVE_CODES] [-rp RECURSIVE_PATHS] [-rd RECURSIVE_DEPTH] [-e EXTENSIONS] [-to TIMEOUT] [-follow] [-ac] [-fc FILTER_CODE] [-fs FILTER_SIZE] [-fw FILTER_WORD] [-fl FILTER_LINE] [-k] [-m MAX_RETRY]
[-H HEADERS] [-o OUTPUT_FILE] [-gr] [-l URL_LIST] [-lt LIST_THREADS] [-s] [-X HTTP_METHOD] [-p PROXY_SERVER]
optional arguments:
-h, --help show this help message and exit
-u URL, --url URL URL
-w WORDLIST, --wordlist WORDLIST
Wordlist
-t THREADS, --threads THREADS
Size of the semaphore pool
-rc RECURSIVE_CODES, --recursive-codes RECURSIVE_CODES
Recursive codes to scan recursively Example: 301,302,307
-rp RECURSIVE_PATHS, --recursive-paths RECURSIVE_PATHS
Recursive paths to scan recursively, please note that only given recursive paths will be scanned initially Example: admin,support,js,backup
-rd RECURSIVE_DEPTH, --recursive-depth RECURSIVE_DEPTH
Recursive scan depth Example: 2
-e EXTENSIONS, --extension EXTENSIONS
Add extensions at the end. Seperate them with comas Example: -x .php,.html,.txt
-to TIMEOUT, --timeout TIMEOUT
Timeouts, I suggest you to not use this option because it is procudes lots of erros now which I was not able to solve why
-follow, --follow-redirects
Follow redirects
-ac, --auto-calibrate
Automatically calibre filter stuff
-fc FILTER_CODE, --filter-code FILTER_CODE
Filter status code
-fs FILTER_SIZE, --filter-size FILTER_SIZE
Filter size
-fw FILTER_WORD, --filter-wo rd FILTER_WORD
Filter words
-fl FILTER_LINE, --filter-line FILTER_LINE
Filter line
-k, --ignore-ssl Ignore untrusted SSL certificate
-m MAX_RETRY, --max-retry MAX_RETRY
Max retry
-H HEADERS, --headers HEADERS
Headers, you can set the flag multiple times.For example: -H "X-Forwarded-For: 127.0.0.1", -H "Host: foobar"
-o OUTPUT_FILE, --output OUTPUT_FILE
Output folder
-gr, --generate-report
If you want crawpy to generate a report, default path is crawpy/reports/.txt
-l URL_LIST, --list URL_LIST
Takes a list of urls as input and runs crawpy on via multiprocessing -l ./urls.txt
-lt LIST_THREADS, --list-threads LIST_THREADS
Number of threads for running crawpy parallely when running with list of urls
___________________________
@hacking_Attack
@Hacking_Video
https://morph3sec.com/crawpy/example.txt
Installation git clone https://github.com/morph3/crawpy
pip3 install -r requirements.txt
or
python3 -m pip install -r requirements.txt
Usage Max retry -H HEADERS, --headers HEADERS Headers, you can set the flag multiple times.For example: -H "X-Forwarded-For: 127.0.0.1", -H "Host: foobar" -o OUTPUT_FILE, --output OUTPUT_FILE Output folder -gr, --generate-report If you want crawpy to generate a report, default path is crawpy/reports/.txt -l URL_LIST, --list URL_LIST Takes a list of urls as input and runs crawpy on via multiprocessing -l ./urls.txt -lt LIST_THREADS, --list-threads LIST_THREADS Number of threads for running crawpy parallely when running with list of urls -s, --silent Make crawpy not produce output -X HTTP_METHOD, --http-method HTTP_METHOD HTTP request method -p PROXY_SERVER, --proxy PROXY_SERVER Proxy server, ex: 'http://127.0.0.1:8080' ">morph3 ➜ crawpy/ [main✗] λ python3 crawpy.py --help
usage: crawpy.py [-h] [-u URL] [-w WORDLIST] [-t THREADS] [-rc RECURSIVE_CODES] [-rp RECURSIVE_PATHS] [-rd RECURSIVE_DEPTH] [-e EXTENSIONS] [-to TIMEOUT] [-follow] [-ac] [-fc FILTER_CODE] [-fs FILTER_SIZE] [-fw FILTER_WORD] [-fl FILTER_LINE] [-k] [-m MAX_RETRY]
[-H HEADERS] [-o OUTPUT_FILE] [-gr] [-l URL_LIST] [-lt LIST_THREADS] [-s] [-X HTTP_METHOD] [-p PROXY_SERVER]
optional arguments:
-h, --help show this help message and exit
-u URL, --url URL URL
-w WORDLIST, --wordlist WORDLIST
Wordlist
-t THREADS, --threads THREADS
Size of the semaphore pool
-rc RECURSIVE_CODES, --recursive-codes RECURSIVE_CODES
Recursive codes to scan recursively Example: 301,302,307
-rp RECURSIVE_PATHS, --recursive-paths RECURSIVE_PATHS
Recursive paths to scan recursively, please note that only given recursive paths will be scanned initially Example: admin,support,js,backup
-rd RECURSIVE_DEPTH, --recursive-depth RECURSIVE_DEPTH
Recursive scan depth Example: 2
-e EXTENSIONS, --extension EXTENSIONS
Add extensions at the end. Seperate them with comas Example: -x .php,.html,.txt
-to TIMEOUT, --timeout TIMEOUT
Timeouts, I suggest you to not use this option because it is procudes lots of erros now which I was not able to solve why
-follow, --follow-redirects
Follow redirects
-ac, --auto-calibrate
Automatically calibre filter stuff
-fc FILTER_CODE, --filter-code FILTER_CODE
Filter status code
-fs FILTER_SIZE, --filter-size FILTER_SIZE
Filter size
-fw FILTER_WORD, --filter-wo rd FILTER_WORD
Filter words
-fl FILTER_LINE, --filter-line FILTER_LINE
Filter line
-k, --ignore-ssl Ignore untrusted SSL certificate
-m MAX_RETRY, --max-retry MAX_RETRY
Max retry
-H HEADERS, --headers HEADERS
Headers, you can set the flag multiple times.For example: -H "X-Forwarded-For: 127.0.0.1", -H "Host: foobar"
-o OUTPUT_FILE, --output OUTPUT_FILE
Output folder
-gr, --generate-report
If you want crawpy to generate a report, default path is crawpy/reports/.txt
-l URL_LIST, --list URL_LIST
Takes a list of urls as input and runs crawpy on via multiprocessing -l ./urls.txt
-lt LIST_THREADS, --list-threads LIST_THREADS
Number of threads for running crawpy parallely when running with list of urls
___________________________
@hacking_Attack
@Hacking_Video
-s, --silent Make crawpy not produce output
-X HTTP_METHOD, --http-method HTTP_METHOD
HTTP request method
-p PROXY_SERVER, --proxy PROXY_SERVER
Proxy server, ex: 'http://127.0.0.1:8080'
Examples python3 crawpy.py -u https://facebook.com/FUZZ -w ./common.txt -k -ac -e .php,.html
python3 crawpy.py -u https://google.com/FUZZ -w ./common.txt -k -fw 9,83 -r 301,302 -rd 2
python3 crawpy.py -u https://morph3sec.com/FUZZ -w ./common.txt -e .php,.html -t 20 -ac -k
python3 crawpy.py -u https://google.com/FUZZ -w ./common.txt -ac -gr
python3 crawpy.py -u https://google.com/FUZZ -w ./common.txt -ac -gr -o /tmp/test.txt
sudo python3 crawpy.py -l urls.txt -lt 20 -gr -w ./common.txt -t 20 -o custom_reports -k -ac -s
python3 crawpy.py -u https://google.com/FUZZ -w ./common.txt -ac -gr -rd 1 -rc 302,301 -rp admin,backup,support -k
Download Crawpy (https://github.com/morph3/crawpy)
___________________________
@hacking_Attack
@Hacking_Video
-X HTTP_METHOD, --http-method HTTP_METHOD
HTTP request method
-p PROXY_SERVER, --proxy PROXY_SERVER
Proxy server, ex: 'http://127.0.0.1:8080'
Examples python3 crawpy.py -u https://facebook.com/FUZZ -w ./common.txt -k -ac -e .php,.html
python3 crawpy.py -u https://google.com/FUZZ -w ./common.txt -k -fw 9,83 -r 301,302 -rd 2
python3 crawpy.py -u https://morph3sec.com/FUZZ -w ./common.txt -e .php,.html -t 20 -ac -k
python3 crawpy.py -u https://google.com/FUZZ -w ./common.txt -ac -gr
python3 crawpy.py -u https://google.com/FUZZ -w ./common.txt -ac -gr -o /tmp/test.txt
sudo python3 crawpy.py -l urls.txt -lt 20 -gr -w ./common.txt -t 20 -o custom_reports -k -ac -s
python3 crawpy.py -u https://google.com/FUZZ -w ./common.txt -ac -gr -rd 1 -rc 302,301 -rp admin,backup,support -k
Download Crawpy (https://github.com/morph3/crawpy)
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest Tools!
Crawpy - Yet Another Content Discovery Tool
___________________________
@hacking_Attack
@Hacking_Video
Crawpy - Yet Another Content Discovery Tool
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Planned Parenthood LA Breach Compromises 400,000 Patients' Data
The breach, which compromised data such as insurance details and prescription information, took place between Oct. 9 and Oct. 17.
___________________________
@hacking_Attack
@Hacking_Video
Planned Parenthood LA Breach Compromises 400,000 Patients' Data
The breach, which compromised data such as insurance details and prescription information, took place between Oct. 9 and Oct. 17.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
Planned Parenthood LA Breach Compromises 400,000 Patients' Data
The breach, which compromised data such as insurance details and prescription information, took place between Oct. 9 and Oct. 17.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Dc:7 Vulnhub Walkthrough
https://cdn-images-1.medium.com/max/759/0*joMp8Ff15pfhlB0_.png
Makineyi indirebilirsiniz.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Dc:7 Vulnhub Walkthrough
https://cdn-images-1.medium.com/max/759/0*joMp8Ff15pfhlB0_.png
Makineyi indirebilirsiniz.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Dc:7 Vulnhub Walkthrough
Makineyi indirebilirsiniz.