Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The art and science of passwords
https://cdn-images-1.medium.com/max/2600/0*nHqlsk6LenwbdzuZ
Choose passwords, keep them while protecting them, succeed in revealing them: the science of passwords is a treasure trove of subtleties.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
The art and science of passwords
https://cdn-images-1.medium.com/max/2600/0*nHqlsk6LenwbdzuZ
Choose passwords, keep them while protecting them, succeed in revealing them: the science of passwords is a treasure trove of subtleties.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
The art and science of passwords
Choose passwords, keep them while protecting them, succeed in revealing them: the science of passwords is a treasure trove of subtleties.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How to install Impacket tools in any linux
https://cdn-images-1.medium.com/max/801/1*EJFTdrp-2kJLa8CuPHgTVw.png
What is Impacket ?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
How to install Impacket tools in any linux
https://cdn-images-1.medium.com/max/801/1*EJFTdrp-2kJLa8CuPHgTVw.png
What is Impacket ?
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How to install Impacket tools in any linux
What is Impacket ?
hacking: security in practice
Investing strategy automation
I am interested in creating a few bots to automate my crypto investing strategy. Ideally it would be something like telegram or discord bots that retrieve me information, metrics and news all day.
Examples of a few things I’d like to track include blockchain network activity, exchange inflow/outflow, exchanges looking into new coins, wallet addresses, mining/staking, TVL/vesting schedule, social sentiment, leveraged positions, BTC/ETH dominance, etc
I would like these bots to fetch me information and scan the web constantly, although they do not need to actually make the trade for me, not yet at least.
I have no code or programming experience at all, if anyone has some tips on where to get started or any ideas I’d love to talk!
Also I know this is probably an odd place to post this but would love to talk to someone who’s really knowledgeable with this
submitted by /u/GroovyNFT
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Investing strategy automation
I am interested in creating a few bots to automate my crypto investing strategy. Ideally it would be something like telegram or discord bots that retrieve me information, metrics and news all day.
Examples of a few things I’d like to track include blockchain network activity, exchange inflow/outflow, exchanges looking into new coins, wallet addresses, mining/staking, TVL/vesting schedule, social sentiment, leveraged positions, BTC/ETH dominance, etc
I would like these bots to fetch me information and scan the web constantly, although they do not need to actually make the trade for me, not yet at least.
I have no code or programming experience at all, if anyone has some tips on where to get started or any ideas I’d love to talk!
Also I know this is probably an odd place to post this but would love to talk to someone who’s really knowledgeable with this
submitted by /u/GroovyNFT
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Investing strategy automation
I am interested in creating a few bots to automate my crypto investing strategy. Ideally it would be something like telegram or discord bots that...
Kit\_Hunter - A Basic Phishing Kit Scanner For Dedicated And Semi-Dedicated Hosting
Kit Hunter: A basic phishing kit detection tool Version 2.6.0 28 September 2021 Testing and development took place on Python 3.7.3 (Linux) What is Kit Hunter? Kit Hunter is a personal project to learn Python, and a basic scanning tool that will search directories and locate phishing kits based on established markers. As detection happens, a report is generated for administrators. By default the script will generate a report that shows the files that were detected as potentially problematic, list the markers that indicated them as problematic (a.k.a. tags), and then show the exact line of code where the detection happened. Usage: Detailed installation and usage instructions are available at SteveD3.io Help To get quick help: python3 kit_hunter_2.py -h Default scan To launch a full scan using the default settings: python3 kit_hunter_2.py Quick scan To launch a quick scan, using minimal detection rules: python3 kit_hunter_2.py -q Custom scan To launch a custom scan: python3 kit_hunter_2.py -c Note: When using the -c switch, you must place a tag file in the same location as Kit Hunter. You can name this file whatever you want, but the extension must be .tag. Please remember that the formatting is important. There should only be one item per line, and no whitespaces. You can look at the other tag files if you need examples. Directory selected scanning You can run kit_hunter_2.py from any location using the -d switch to select a directory to scan: python3 kit_hunter_2.py -d /path/to/directory However, it is easier if you place kit_hunter_2.py in the directory above your web root (e.g. /www/ or /publichtml/) and call the script from there. The final report will be generated in the directory being scanned. In my usage, I call Kit Hunter from my /kit/download/ directory where new phishing kits are saved. My reports are then generated and saved to that folder. However, if I call Kit Hunter and scan my /PHISHING/Archive/ folder using the -d switch, then the report will save to /PHISHING/Archive/. Shell detection This latest release of Kit Hunter comes with shell detection. Shell scripts are often packaged with phishing kits, or used to deploy phishing kits on webservers. Kit Hunter will scan for some common shell script elements. The process works exactly the same way as regular scanning, only the shell detections are called with the -s switch. This is a standalone scan, so you can't run it with other types. You can however leverage the -m and -l flags with shell scanning. See the script's help section for more details. Once scanning is complete, output from the script will point you to the location of the saved scan report. Tag Files: When it comes to the tag files, there are 41 tag files shipping with v2.5.8 Kit Hunter. These tag files detect targeted phishing campaigns, as well as various types of phishing tricks, such as obfuscation, templating, theming, and even branded kits like Kr3pto and Ex-Robotos. New tag files will be added, and existing tag files will be updated on a semi-regular basis. See the changelog for details. As was the case with v1.0, the longer the tag file is, the longer it will take for the script to read it. Download Kit\Hunter
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Kit Hunter: A basic phishing kit detection tool Version 2.6.0 28 September 2021 Testing and development took place on Python 3.7.3 (Linux) What is Kit Hunter? Kit Hunter is a personal project to learn Python, and a basic scanning tool that will search directories and locate phishing kits based on established markers. As detection happens, a report is generated for administrators. By default the script will generate a report that shows the files that were detected as potentially problematic, list the markers that indicated them as problematic (a.k.a. tags), and then show the exact line of code where the detection happened. Usage: Detailed installation and usage instructions are available at SteveD3.io Help To get quick help: python3 kit_hunter_2.py -h Default scan To launch a full scan using the default settings: python3 kit_hunter_2.py Quick scan To launch a quick scan, using minimal detection rules: python3 kit_hunter_2.py -q Custom scan To launch a custom scan: python3 kit_hunter_2.py -c Note: When using the -c switch, you must place a tag file in the same location as Kit Hunter. You can name this file whatever you want, but the extension must be .tag. Please remember that the formatting is important. There should only be one item per line, and no whitespaces. You can look at the other tag files if you need examples. Directory selected scanning You can run kit_hunter_2.py from any location using the -d switch to select a directory to scan: python3 kit_hunter_2.py -d /path/to/directory However, it is easier if you place kit_hunter_2.py in the directory above your web root (e.g. /www/ or /publichtml/) and call the script from there. The final report will be generated in the directory being scanned. In my usage, I call Kit Hunter from my /kit/download/ directory where new phishing kits are saved. My reports are then generated and saved to that folder. However, if I call Kit Hunter and scan my /PHISHING/Archive/ folder using the -d switch, then the report will save to /PHISHING/Archive/. Shell detection This latest release of Kit Hunter comes with shell detection. Shell scripts are often packaged with phishing kits, or used to deploy phishing kits on webservers. Kit Hunter will scan for some common shell script elements. The process works exactly the same way as regular scanning, only the shell detections are called with the -s switch. This is a standalone scan, so you can't run it with other types. You can however leverage the -m and -l flags with shell scanning. See the script's help section for more details. Once scanning is complete, output from the script will point you to the location of the saved scan report. Tag Files: When it comes to the tag files, there are 41 tag files shipping with v2.5.8 Kit Hunter. These tag files detect targeted phishing campaigns, as well as various types of phishing tricks, such as obfuscation, templating, theming, and even branded kits like Kr3pto and Ex-Robotos. New tag files will be added, and existing tag files will be updated on a semi-regular basis. See the changelog for details. As was the case with v1.0, the longer the tag file is, the longer it will take for the script to read it. Download Kit\Hunter
Read more...
___________________________
@hacking_Attack
@Hacking_Video
Kit_Hunter - A Basic Phishing Kit Scanner For Dedicated And Semi-Dedicated Hosting
http://www.kitploit.com/2021/11/kithunter-basic-phishing-kit-scanner.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/11/kithunter-basic-phishing-kit-scanner.html
___________________________
@hacking_Attack
@Hacking_Video
Kitploit
Kitploit – Maintenance in Progress
Kitploit is temporarily under maintenance. We’ll be back shortly with improvements.
Kit Hunter: A basic phishing kit (https://www.kitploit.com/search/label/Phishing%20Kit) detection tool Version 2.6.0 28 September 2021 Testing and development took place on Python 3.7.3 (Linux)
What is Kit Hunter? Kit Hunter is a personal project to learn Python, and a basic scanning (https://www.kitploit.com/search/label/Scanning) tool that will search directories and locate phishing (https://www.kitploit.com/search/label/Phishing) kits based on established markers. As detection happens, a report is generated for administrators. By default the script will generate a report that shows the files that were detected as potentially problematic, list the markers that indicated them as problematic (a.k.a. tags), and then show the exact line of code where the detection happened.
___________________________
@hacking_Attack
@Hacking_Video
What is Kit Hunter? Kit Hunter is a personal project to learn Python, and a basic scanning (https://www.kitploit.com/search/label/Scanning) tool that will search directories and locate phishing (https://www.kitploit.com/search/label/Phishing) kits based on established markers. As detection happens, a report is generated for administrators. By default the script will generate a report that shows the files that were detected as potentially problematic, list the markers that indicated them as problematic (a.k.a. tags), and then show the exact line of code where the detection happened.
___________________________
@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.
Usage: Detailed installation and usage instructions (https://steved3.io/data/Kit-Hunter-2.0-Getting-Started/2021/09/07/) are available at SteveD3.io Help To get quick help: python3 kit_hunter_2.py -h Default scan To launch a full scan using the default settings: python3 kit_hunter_2.py Quick scan To launch a quick scan, using minimal detection rules: python3 kit_hunter_2.py -q Custom scan To launch a custom scan: python3 kit_hunter_2.py -c Note: When using the -c switch, you must place a tag file in the same location as Kit Hunter. You can name this file whatever you want, but the extension must be .tag. Please remember that the formatting is important. There should only be one item per line, and no whitespaces. You can look at the other tag files if you need examples. Directory selected scanning You can run kit_hunter_2.py from any location using the -d switch to select a directory (https://www.kitploit.com/search/label/Directory) to scan: python3 kit_hunter_2.py -d /path/to/directory However, it is easier if you place kit_hunter_2.py in the directory above your web root (e.g. /www/ or /public_html/) and call the script from there. The final report will be generated in the directory being scanned. In my usage, I call Kit Hunter from my /kit/download/ directory where new phishing kits are saved. My reports are then generated and saved to that folder. However, if I call Kit Hunter and scan my /PHISHING/Archive/ folder using the -d switch, then the report will save to /PHISHING/Archive/. Shell detection This latest release of Kit Hunter comes with shell detection. Shell scripts (https://www.kitploit.com/search/label/Scripts) are often packaged with phishing kits, or used to deploy phishing kits on webservers. Kit Hunter will scan for some common shell script elements. The process works exactly the same way as regular scanning, only the shell detections are called with the -s switch. This is a standalone scan, so you can't run it with other types. You can however leverage the -m and -l flags with shell scanning. See the script's help section for more details. Once scanning is complete, output from the script will point you to the location of the saved scan report. Tag Files: When it comes to the tag files, there are 41 tag files shipping with v2.5.8 Kit Hunter. These tag files detect targeted phishing campaigns, as well as various types of phishing tricks, such as obfuscation, templating, theming, and even branded kits like Kr3pto and Ex-Robotos. New tag files will be added, and existing tag files will be updated on a semi-regular basis. See the changelog for details. As was the case with v1.0, the longer the tag file is, the longer it will take for the script to read it.
Download Kit_Hunter (https://github.com/SteveD3/kit_hunter)
___________________________
@hacking_Attack
@Hacking_Video
Download Kit_Hunter (https://github.com/SteveD3/kit_hunter)
___________________________
@hacking_Attack
@Hacking_Video
steved3.io
Kit Hunter 2.0 - Getting Started
A basic overview on the usage and function of Kit Hunter 2.0
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Kit_Hunter - A Basic Phishing Kit Scanner For Dedicated And Semi-Dedicated Hosting
http://2.bp.blogspot.com/-idEo9z-6ceQ/YZ3P8MHaheI/AAAAAAAA3_Q/C8RoweLUcpET4J_IrlnkLFLj56aOjzfXgCK4BGAYYCw/w640-h564/kit_hunter_1_kit_hunter_example-728201.jpeg Kit Hunter: A basic phishing kit detection tool* Version 2.6.0
* 28 September 2021
Testing and development took place on Python 3.7.3 (Linux) What is Kit Hunter?Kit Hunter is a personal project to learn Python, and a basic scanning tool that will search directories and locate phishing kits based on established markers. As detection happens, a report is generated for administrators.
By default the script will generate a report that shows the files that were detected as potentially problematic, list the markers that indicated them as problematic (a.k.a. tags), and then show the exact line of code where the detection happened. http://2.bp.blogspot.com/-idEo9z-6ceQ/YZ3P8MHaheI/AAAAAAAA3_Q/C8RoweLUcpET4J_IrlnkLFLj56aOjzfXgCK4BGAYYCw/w640-h564/kit_hunter_1_kit_hunter_example-728201.jpeg Usage:Detailed installation and usage instructions are available at SteveD3.io HelpTo get quick help:
The final report will be generated in the directory being scanned.
In my usage, I call Kit Hunter from my
Once scanning is complete, output from the script will point you to the location of the saved scan report. Tag Files:When it comes to the tag files, there are 41 tag files shipping with v2.5.8 Kit Hunter. These tag files detect targeted phishing campaigns, as well as various types of phishing tricks, such as obfuscation, templating, theming, and even branded kits like Kr3pto and Ex-Robotos. New tag files will be added, and existing tag files will be updated on a semi-regular basis. See the changelog for details.
As was the case with v1.0, the longer the tag file is, the longer it will[...]
___________________________
@hacking_Attack
@Hacking_Video
Kit_Hunter - A Basic Phishing Kit Scanner For Dedicated And Semi-Dedicated Hosting
http://2.bp.blogspot.com/-idEo9z-6ceQ/YZ3P8MHaheI/AAAAAAAA3_Q/C8RoweLUcpET4J_IrlnkLFLj56aOjzfXgCK4BGAYYCw/w640-h564/kit_hunter_1_kit_hunter_example-728201.jpeg Kit Hunter: A basic phishing kit detection tool* Version 2.6.0
* 28 September 2021
Testing and development took place on Python 3.7.3 (Linux) What is Kit Hunter?Kit Hunter is a personal project to learn Python, and a basic scanning tool that will search directories and locate phishing kits based on established markers. As detection happens, a report is generated for administrators.
By default the script will generate a report that shows the files that were detected as potentially problematic, list the markers that indicated them as problematic (a.k.a. tags), and then show the exact line of code where the detection happened. http://2.bp.blogspot.com/-idEo9z-6ceQ/YZ3P8MHaheI/AAAAAAAA3_Q/C8RoweLUcpET4J_IrlnkLFLj56aOjzfXgCK4BGAYYCw/w640-h564/kit_hunter_1_kit_hunter_example-728201.jpeg Usage:Detailed installation and usage instructions are available at SteveD3.io HelpTo get quick help:
python3 kit_hunter_2.py -hDefault scanTo launch a full scan using the default settings: python3 kit_hunter_2.pyQuick scanTo launch a quick scan, using minimal detection rules: python3 kit_hunter_2.py -qCustom scanTo launch a custom scan: python3 kit_hunter_2.py -cNote: When using the -cswitch, you must place a tag file in the same location as Kit Hunter. You can name this file whatever you want, but the extension must be .tag. Please remember that the formatting is important. There should only be one item per line, and no whitespaces. You can look at the other tag files if you need examples. Directory selected scanningYou can run kit_hunter_2.pyfrom any location using the -dswitch to select a directory to scan: python3 kit_hunter_2.py -d /path/to/directoryHowever, it is easier if you place kit_hunter_2.pyin the directory above your web root (e.g. /www/or /public_html/) and call the script from there.The final report will be generated in the directory being scanned.
In my usage, I call Kit Hunter from my
/kit/download/directory where new phishing kits are saved. My reports are then generated and saved to that folder. However, if I call Kit Hunter and scan my /PHISHING/Archive/folder using the -dswitch, then the report will save to /PHISHING/Archive/. Shell detectionThis latest release of Kit Hunter comes with shell detection. Shell scripts are often packaged with phishing kits, or used to deploy phishing kits on webservers. Kit Hunter will scan for some common shell script elements. The process works exactly the same way as regular scanning, only the shell detections are called with the -sswitch. This is a standalone scan, so you can't run it with other types. You can however leverage the -mand -lflags with shell scanning. See the script's help section for more details.Once scanning is complete, output from the script will point you to the location of the saved scan report. Tag Files:When it comes to the tag files, there are 41 tag files shipping with v2.5.8 Kit Hunter. These tag files detect targeted phishing campaigns, as well as various types of phishing tricks, such as obfuscation, templating, theming, and even branded kits like Kr3pto and Ex-Robotos. New tag files will be added, and existing tag files will be updated on a semi-regular basis. See the changelog for details.
As was the case with v1.0, the longer the tag file is, the longer it will[...]
___________________________
@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
KitPloit - PenTest Tools! Kit_Hunter - A Basic Phishing Kit Scanner For Dedicated And Semi-Dedicated Hosting http://2.bp.blogspot.com/-idEo9z-6ceQ/YZ3P8MHaheI/AAAAAAAA3_Q/C8RoweLUcpET4J_IrlnkLFLj56aOjzfXgCK4BGAYYCw/w640-h564/kit_hunter_1_kit_hunter_example…
take for the script to read it. Download Kit_Hunter
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
How i was able to bypass Yahoo Employees Panel Authentication
https://cyberguy0xd1.medium.com/how-i-was-able-to-bypass-yahoo-employees-panel-authentication-612bc0b09977?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://cyberguy0xd1.medium.com/how-i-was-able-to-bypass-yahoo-employees-panel-authentication-612bc0b09977?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
How i was able to bypass Yahoo Employees Panel Authentication
Bypassing employees panel authentication, and take it over
Bypassing employees panel authentication, and take it overContinue reading on Medium » (https://cyberguy0xd1.medium.com/how-i-was-able-to-bypass-yahoo-employees-panel-authentication-612bc0b09977?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
How i was able to bypass Yahoo Employees Panel Authentication
Bypassing employees panel authentication, and take it over
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
A QR Backup System
https://cdn-images-1.medium.com/max/1250/0*1x_ud8j4UZt4P7Ke.png
The purpose of this project is to establish a more secure alternative to paper backups of sensitive texts (like passwords, crypto seeds…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
A QR Backup System
https://cdn-images-1.medium.com/max/1250/0*1x_ud8j4UZt4P7Ke.png
The purpose of this project is to establish a more secure alternative to paper backups of sensitive texts (like passwords, crypto seeds…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
A QR Backup System
The purpose of this project is to establish a more secure alternative to paper backups of sensitive texts (like passwords, crypto seeds…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Unpacking CloudCover’s “Solution Differentiators” Part One: Our Ethos & Technology
https://cdn-images-1.medium.com/max/2232/1*zvj1RqDECexE1ytJD5o5VQ.png
Blog Summary: In the first of a five-part blog series, we’ll introduce you to CloudCover’s solution differentiators — starting with our…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Unpacking CloudCover’s “Solution Differentiators” Part One: Our Ethos & Technology
https://cdn-images-1.medium.com/max/2232/1*zvj1RqDECexE1ytJD5o5VQ.png
Blog Summary: In the first of a five-part blog series, we’ll introduce you to CloudCover’s solution differentiators — starting with our…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Unpacking CloudCover / Part One: Our “Solution Differentiators” Ethos & Technology
Blog Summary: In the first of a five-part blog series, we’ll introduce you to CloudCover’s solution differentiators — starting with our…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Huawei’s AppGallery has almost 9 million Android phones running malware apps.
https://cdn-images-1.medium.com/max/1280/1*9bKyck1YPsg7gTL5ukEjYQ.jpeg
About 9.3 million Android phones have been compromised with a new type of malware that masquerades as numerous arcade, action, and…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Huawei’s AppGallery has almost 9 million Android phones running malware apps.
https://cdn-images-1.medium.com/max/1280/1*9bKyck1YPsg7gTL5ukEjYQ.jpeg
About 9.3 million Android phones have been compromised with a new type of malware that masquerades as numerous arcade, action, and…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Huawei’s AppGallery has almost 9 million Android phones running malware apps.
About 9.3 million Android phones have been compromised with a new type of malware that masquerades as numerous arcade, action, and strategy…