Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hybrid Analyst Article of the Day: Comparing Ransomware to other Political Tools
https://cdn-images-1.medium.com/max/983/1*5KFT_a2BUzHP6rpJ2m7e3Q.jpeg
The Political Economy of Ransomware — Jenny Jun, War On The Rocks, 6/2/2021
Continue reading on Hybrid Analyst »
___________________________
@hacking_Attack
@Hacking_Video
Hybrid Analyst Article of the Day: Comparing Ransomware to other Political Tools
https://cdn-images-1.medium.com/max/983/1*5KFT_a2BUzHP6rpJ2m7e3Q.jpeg
The Political Economy of Ransomware — Jenny Jun, War On The Rocks, 6/2/2021
Continue reading on Hybrid Analyst »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hybrid Analyst Article of the Day: Comparing Ransomware to other Political Tools
The Political Economy of Ransomware — Jenny Jun, War On The Rocks, 6/2/2021
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hackers Share Their Stories on The Hacker Factory Podcast
I have had the honor of podcasting for ITSPMagazine since February 2020.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Hackers Share Their Stories on The Hacker Factory Podcast
I have had the honor of podcasting for ITSPMagazine since February 2020.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Hackers Share Their Stories on The Hacker Factory Podcast
I have had the honor of podcasting for ITSPMagazine since February 2020. My first podcast was The Uncommon Journey with two amazing friends…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Wormable DarkRadiation Ransomware se dirige a instancias de Linux y Docker
https://cdn-images-1.medium.com/max/905/0*es7kgy-douaZTdH4
POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Wormable DarkRadiation Ransomware se dirige a instancias de Linux y Docker
https://cdn-images-1.medium.com/max/905/0*es7kgy-douaZTdH4
POR EHACKING
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Wormable DarkRadiation Ransomware se dirige a instancias de Linux y Docker
POR EHACKING
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How Sean Parker went from teenage hacker to billionaire
https://cdn-images-1.medium.com/max/1200/0*rKD3slJzhNceeHpF
Sean Parker got his start as a teenage hacker before cofounding Napster in 1999.
Continue reading on Business Insider »
___________________________
@hacking_Attack
@Hacking_Video
How Sean Parker went from teenage hacker to billionaire
https://cdn-images-1.medium.com/max/1200/0*rKD3slJzhNceeHpF
Sean Parker got his start as a teenage hacker before cofounding Napster in 1999.
Continue reading on Business Insider »
___________________________
@hacking_Attack
@Hacking_Video
Medium
How Sean Parker went from teenage hacker to billionaire
Sean Parker got his start as a teenage hacker before cofounding Napster in 1999.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
TryHackMe: Retro — Walkthrough
https://cdn-images-1.medium.com/max/804/0*Pckc-0thi0_buu7u
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
TryHackMe: Retro — Walkthrough
https://cdn-images-1.medium.com/max/804/0*Pckc-0thi0_buu7u
Introduction
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
TryHackMe: Retro — Walkthrough
Introduction
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
HashCheck - Tool To Assist In The Search For Leaked Passwords
https://1.bp.blogspot.com/-rLuvEmIHDNI/YNDoAHqxRpI/AAAAAAAAcxQ/6D5578eD7CIdbOQR_m_UDv8zoxmkSzeCwCNcBGAsYHQ/w640-h394/passwords.jpg This project aims to assist in the search for leaked passwords while maintaining a high level of privacy using the k-anonymity method.
To achieve this, the APIs of different services are used, sending only a part of the Hash of the password we want to check, for example, the first 5 characters. PrerequisitesThe project needs some libraries in order to work, to install it use the next command:
Depending on the engine that is received, both the API key and the hashed password will be sent to one function or another.
If you want to add your own engine or an engine that is not already implemented, simply add one more option here.
The results of the test in the lab are the following:
Python Version Function Hash Function List Function Password RANDOM Hash RANDOM Password Comment 3.9
✅
✅
✅
✅
✅
3.8
✅
✅
✅
✅
✅
3.7
✅
✅
✅
✅
✅
3.6
✅
✅
✅
✅
✅
3.5
✅
✅
✅
❌
❌
Random.choice is not available in Python 3.5 // Deprecated Python Version ContactTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT [...]
___________________________
@hacking_Attack
@Hacking_Video
HashCheck - Tool To Assist In The Search For Leaked Passwords
https://1.bp.blogspot.com/-rLuvEmIHDNI/YNDoAHqxRpI/AAAAAAAAcxQ/6D5578eD7CIdbOQR_m_UDv8zoxmkSzeCwCNcBGAsYHQ/w640-h394/passwords.jpg This project aims to assist in the search for leaked passwords while maintaining a high level of privacy using the k-anonymity method.
To achieve this, the APIs of different services are used, sending only a part of the Hash of the password we want to check, for example, the first 5 characters. PrerequisitesThe project needs some libraries in order to work, to install it use the next command:
pip install -r requirementsRemember that Python 3 is required. Usagepassme.py [FUNC] [ELEMENT] -engine [ENGINE] -api_key [API_KEY]hashes or password separeted by a new line. ENGINE: The leaks engine that you want to be used, by default it uses HIBP (Have I been PWN). API_KEY: The API_KEY necessary for some functions of some engines. ">FUNC: The kind of element tha you want to check, it can be -h/--hash or -p/--password
or -f/--file or -l/--list or --help.
ELEMENT: The "Hash", "Password" or the name of the file that contains a list of
hashes or password separeted by a new line.
ENGINE: The leaks engine that you want to be used, by default it uses HIBP (Have I been PWN).
API_KEY: The API_KEY necessary for some functions of some engines. FunctionsPASSME_HASHThe main project function receives the hashed password, the engine to be used and the API key.Depending on the engine that is received, both the API key and the hashed password will be sent to one function or another.
If you want to add your own engine or an engine that is not already implemented, simply add one more option here.
passme_hash(hashed_password, engine="HIBP", api_key="0")PASSME_PASSWORDThis function hashes the password it receives using SHA-1 and sends the hash to the passme_hash() function. passme_password(password, engine="HIBP", api_key="0")PASSME_FILEThis function reads one by one the lines of the received file to check each password, giving information about the received password and whether it has been filtered or not. passme_file(filename, engine="HIBP", api_key="0")PASSME_LISTThis function reads one by one the lines of the received file to check each hash, giving information about the received hash and whether it has been filtered or not. passme_list(filename, engine="HIBP", api_key="0")PASSME_LISTThe function that deals with the HIBP (Have i been pwned) API, sends the first five characters of the hash, then compares it with the full hash to see if the password/hash has been leaked. engine_HIBP(hashed_password, engine, api_key)TestThis project has a series of tests to check the correct operation of all its functions, for this purpose the "pytest" library has been used. To run the tests, install pytest with the following command: pip install pytestOnce installed, simply run the "pytest" command to have the tests run automatically, any errors encountered will be returned by the terminal.The results of the test in the lab are the following:
Python Version Function Hash Function List Function Password RANDOM Hash RANDOM Password Comment 3.9
✅
✅
✅
✅
✅
3.8
✅
✅
✅
✅
✅
3.7
✅
✅
✅
✅
✅
3.6
✅
✅
✅
✅
✅
3.5
✅
✅
✅
❌
❌
Random.choice is not available in Python 3.5 // Deprecated Python Version ContactTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT [...]
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
HashCheck - Tool To Assist In The Search For Leaked Passwords
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! HashCheck - Tool To Assist In The Search For Leaked Passwords https://1.bp.blogspot.com/-rLuvEmIHDNI/YNDoAHqxRpI/AAAAAAAAcxQ/6D5578eD7CIdbOQR_m_UDv8zoxmkSzeCwCNcBGAsYHQ/w640-h394/passwords.jpg This project aims to assist in the search…
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This software doesn't have a QA Process. This software is a Proof of Concept.
If you have any problems, you can contact: ideaslocas@telefonica.com - Ideas Locas CDCO - Telefónica DisclaimerIn many places it can be a crime to install software on a computer that does not belong to you, without the owner's consent. We do not approve the use of PoC for any illegal purpose. To download or use our software in any way, you must acknowledge and approve the following:
1 - You declare that this PoC will be used exclusively in a legal manner. If you are in doubt as to the legality, consult a licensed attorney in the jurisdiction where you will be using this PoC.
2 - You acknowledge that the computer on which the software is to be installed is yours or you have the owner's consent to manage and install the software on it. Download HashCheck
___________________________
@hacking_Attack
@Hacking_Video
This software doesn't have a QA Process. This software is a Proof of Concept.
If you have any problems, you can contact: ideaslocas@telefonica.com - Ideas Locas CDCO - Telefónica DisclaimerIn many places it can be a crime to install software on a computer that does not belong to you, without the owner's consent. We do not approve the use of PoC for any illegal purpose. To download or use our software in any way, you must acknowledge and approve the following:
1 - You declare that this PoC will be used exclusively in a legal manner. If you are in doubt as to the legality, consult a licensed attorney in the jurisdiction where you will be using this PoC.
2 - You acknowledge that the computer on which the software is to be installed is yours or you have the owner's consent to manage and install the software on it. Download HashCheck
___________________________
@hacking_Attack
@Hacking_Video
Interview with Legendary Bug Bounty Hunter Alexander Schlindwein
https://medium.com/immunefi/interview-with-legendary-bug-bounty-hunter-alexander-schlindwein-cced9c73c02a?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/immunefi/interview-with-legendary-bug-bounty-hunter-alexander-schlindwein-cced9c73c02a?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Interview with Legendary Bug Bounty Hunter Alexander Schlindwein
Alexander Schlindwein has quickly become one of the top players in DeFi security after claiming some of the biggest bounties in the world…
Alexander Schlindwein has quickly become one of the top players in DeFi security after claiming some of the biggest bounties in the world…Continue reading on Immunefi » (https://medium.com/immunefi/interview-with-legendary-bug-bounty-hunter-alexander-schlindwein-cced9c73c02a?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Interview with Legendary Bug Bounty Hunter Alexander Schlindwein
Alexander Schlindwein has quickly become one of the top players in DeFi security after claiming some of the biggest bounties in the world…