Hacking into Admin Panel of U.S Federal government system : C.A.R.S -without credentials.
Hello guys, I hope you’re doing great! This is my first time writing an article about security bugs and I hope you will learn something…Continue reading on Medium »
Read more...
Hello guys, I hope you’re doing great! This is my first time writing an article about security bugs and I hope you will learn something…Continue reading on Medium »
Read more...
Broken Link hijacking — What it is and how to get bounties with it! $$$
What are broken link hijacking, what are the types of BLH, how to find them, reports, tools and what do you have to do to get a bounty.Continue reading on Medium »
Read more...
What are broken link hijacking, what are the types of BLH, how to find them, reports, tools and what do you have to do to get a bounty.Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Hashdb-Ida : HashDB API Hash Lookup Plugin For IDA Pro
Hashdb-Ida is tool for Malware string hash lookup plugin for IDA Pro. This plugin connects to the OALABS HashDB Lookup Service. Adding New Hash Algorithms
The hash algorithm database is open source and new algorithms can be added on GitHub here. Pull requests are mostly automated and as long as our automated tests pass the new algorithm will be usable on HashDB within minutes. Using HashDB
HashDB can be used to look up strings that have been hashed in malware by right-clicking on the hash constant in the IDA disassembly view and launching the
Before the plugin can be used to look up hashes the HashDB settings must be configured. The settings window can be launched from the plugins menu
https://blogger.googleusercontent.com/img/a/AVvXsEg0IxKToaBFenYWy-S5OjNj9skktnNV321YKZBsvhG5HxJgKPfjkCGF2dAKeQM2wSfNALI0NPafy5CrfM8JN8Sk9nlQa-7EalOlNp7mZ6NGNpGhl7Ia-lH1GEvMz_yFmhus7gJQiX74ZaR5qkF1ldAgi0THjlKIxCeAeY74LnwA5SllvSKVpoxziAA8=s455
Hash Algorithms
Click
There is also an option to enable XOR with each hash value as this is a common technique used by malware authors to further obfuscate hashes. API URL
The default API URL for the HashDB Lookup Service is
When a new hash is identified by HashDB the hash and its associated string are added to an enum in IDA. This enum can then be used to convert hash constants in IDA to their corresponding enum name. The enum name is configurable from the settings in the event that there is a conflict with an existing enum. Hash Lookup
Once the plugin settings have been configured you can right-click on any constant in the IDA disassembly window and look up the constant as a hash. The right-click also provides a quick way to set the XOR value if needed.
https://blogger.googleusercontent.com/img/a/AVvXsEh1fHxWzooKiKjtg-gxm7zrAKAYOa2s75aCy6avV-1-v40qc7b0hgP6jf1RhgxZJOoTp_5B84ekdAOL4TlnCHKIlJtdTermd2aWYlZVRqlPvR6sTL7bqVRAebA--AFZlttkQGhsh8Gw-zTBZUupvzXXehacmlGEiQ1QwR7cQUqfaZkJn9spEC7UnxuY=s762
Bulk Import
If a hash is part of a module a prompt will ask if you want to import all the hashes from that module. This is a quick way to pull hashes in bulk. For example, if one of the hashes identified is
https://blogger.googleusercontent.com/img/a/AVvXsEje2H6c_yXSJPrgE8CFBqkU_5MLdgZgJX2mgdqM5gsUwoZOPaz7tZflZcSWo3ZMtRpQXFs8ojM6wZVw4WKUE-n34pBSUB9BAo5GdZT0lhzbfnLyLV5QRLY4ot_iXu04LBu4I-_a2jYm5GN_xf0dZ6wwg6CaC-FeyR8aO8M0qolmLFHYAEJlxw47LQt9=s383
Algorithm Search
HashDB also includes a basic algorithm search that will attempt to identify the hash algorithm based on a hash value. The search will return all algorithms that contain the hash value, it is up to the analyst to decide which (if any) algorithm is correct. To use this functionality right-click on the hash constant and select
https://blogger.googleusercontent.com/img/a/AVvXsEgbr5FlWT9oIJcIOUZjUeLdQ5mS52N4Q4rRBDOuRvA1oUASwR0zmBd1Pw16F695TEdD7QGIHECwxtJ3-eUdaTEmidz985wDMjHVpisMRcsDxOHqWYwPnOe0u3CFpZeiZpAURgcVKMMi0ztNGRHok3KDyUkY__F-Ce0KfJjL4nRvvd01yB4uJyg-0EtC=s570
All algorithms that contain this hash will be displayed in a chooser box. The chooser box can be used to directly select the algorithm for HashDB to use. If
https://blogger.googleusercontent.com/im[...]
___________________________
@hacking_Attack
@Hacking_Video
Hashdb-Ida : HashDB API Hash Lookup Plugin For IDA Pro
Hashdb-Ida is tool for Malware string hash lookup plugin for IDA Pro. This plugin connects to the OALABS HashDB Lookup Service. Adding New Hash Algorithms
The hash algorithm database is open source and new algorithms can be added on GitHub here. Pull requests are mostly automated and as long as our automated tests pass the new algorithm will be usable on HashDB within minutes. Using HashDB
HashDB can be used to look up strings that have been hashed in malware by right-clicking on the hash constant in the IDA disassembly view and launching the
HashDB Lookupclient. SettingsBefore the plugin can be used to look up hashes the HashDB settings must be configured. The settings window can be launched from the plugins menu
Edit->Plugins->HashDB.https://blogger.googleusercontent.com/img/a/AVvXsEg0IxKToaBFenYWy-S5OjNj9skktnNV321YKZBsvhG5HxJgKPfjkCGF2dAKeQM2wSfNALI0NPafy5CrfM8JN8Sk9nlQa-7EalOlNp7mZ6NGNpGhl7Ia-lH1GEvMz_yFmhus7gJQiX74ZaR5qkF1ldAgi0THjlKIxCeAeY74LnwA5SllvSKVpoxziAA8=s455
Hash Algorithms
Click
Refresh Algorithmsto pull a list of supported hash algorithms from the HashDB API, then select the algorithm used in the malware you are analyzing. Optional XORThere is also an option to enable XOR with each hash value as this is a common technique used by malware authors to further obfuscate hashes. API URL
The default API URL for the HashDB Lookup Service is
https://hashdb.openanalysis.net/. If you are using your own internal server this URL can be changed to point to your server. Enum NameWhen a new hash is identified by HashDB the hash and its associated string are added to an enum in IDA. This enum can then be used to convert hash constants in IDA to their corresponding enum name. The enum name is configurable from the settings in the event that there is a conflict with an existing enum. Hash Lookup
Once the plugin settings have been configured you can right-click on any constant in the IDA disassembly window and look up the constant as a hash. The right-click also provides a quick way to set the XOR value if needed.
https://blogger.googleusercontent.com/img/a/AVvXsEh1fHxWzooKiKjtg-gxm7zrAKAYOa2s75aCy6avV-1-v40qc7b0hgP6jf1RhgxZJOoTp_5B84ekdAOL4TlnCHKIlJtdTermd2aWYlZVRqlPvR6sTL7bqVRAebA--AFZlttkQGhsh8Gw-zTBZUupvzXXehacmlGEiQ1QwR7cQUqfaZkJn9spEC7UnxuY=s762
Bulk Import
If a hash is part of a module a prompt will ask if you want to import all the hashes from that module. This is a quick way to pull hashes in bulk. For example, if one of the hashes identified is
Sleepfrom the kernel32module, HashDB can then pull all the hashed exports from kernel32.https://blogger.googleusercontent.com/img/a/AVvXsEje2H6c_yXSJPrgE8CFBqkU_5MLdgZgJX2mgdqM5gsUwoZOPaz7tZflZcSWo3ZMtRpQXFs8ojM6wZVw4WKUE-n34pBSUB9BAo5GdZT0lhzbfnLyLV5QRLY4ot_iXu04LBu4I-_a2jYm5GN_xf0dZ6wwg6CaC-FeyR8aO8M0qolmLFHYAEJlxw47LQt9=s383
Algorithm Search
HashDB also includes a basic algorithm search that will attempt to identify the hash algorithm based on a hash value. The search will return all algorithms that contain the hash value, it is up to the analyst to decide which (if any) algorithm is correct. To use this functionality right-click on the hash constant and select
HashDB Hunt Algorithm.https://blogger.googleusercontent.com/img/a/AVvXsEgbr5FlWT9oIJcIOUZjUeLdQ5mS52N4Q4rRBDOuRvA1oUASwR0zmBd1Pw16F695TEdD7QGIHECwxtJ3-eUdaTEmidz985wDMjHVpisMRcsDxOHqWYwPnOe0u3CFpZeiZpAURgcVKMMi0ztNGRHok3KDyUkY__F-Ce0KfJjL4nRvvd01yB4uJyg-0EtC=s570
All algorithms that contain this hash will be displayed in a chooser box. The chooser box can be used to directly select the algorithm for HashDB to use. If
Cancelis selected no algorithm will be selected.https://blogger.googleusercontent.com/im[...]
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
Hashdb-Ida : HashDB API Hash Lookup Plugin For IDA Pro
Hashdb-Ida is tool for Malware string hash lookup plugin for IDA Pro. This plugin connects to the OALABS HashDB Lookup Service.
Hacking Articles Tips Tricks Videos Tutorials
Kali Linux Tutorials Hashdb-Ida : HashDB API Hash Lookup Plugin For IDA Pro Hashdb-Ida is tool for Malware string hash lookup plugin for IDA Pro. This plugin connects to the OALABS HashDB Lookup Service. Adding New Hash Algorithms The hash algorithm database…
g/a/AVvXsEhAp-ei-XPJlwKDl_4Ll9SOo-7qq8WGHdivGmM-HlxvrcTsaIIElbEzjGozJA4uKGDwtluQRnuwqTTiIFRRiltEm7raXq1Yt3C98HIo842_BM9iKT4NL9csK4ohrSGhTmGGKlM7U6o0VynSwn6VTFLX1iyIIf9B_Y3wLWKZWNpOmHFIlr9khYeV91jn=s330
Dynamic Import Address Table Hash Scanning
Instead of resolving API hashes individually (inline in code) some malware developers will create a block of import hashes in memory. These hashes are then all resolved within a single function creating a dynamic import address table which is later referenced in the code. In these scenarios the HashDB Scan IAT function can be used.
https://blogger.googleusercontent.com/img/a/AVvXsEhRsQ4fk4uGMb3g5IYzsSdWf6KZEk2ln0uRET1ka_KQXJ3mNY-qVWeymlDWAv4M5BRT6X_WKywC15F6v5a9UtkxLVHkqF0G4The7j35i-l13TPASjQRulhG3RHc3LOUPIZjxCQT5QDTdHVk6L5FdRsIIXAaQQCp85csVkn83kmDlOryEc6KYAZnEgRG=s1920
Simply select the import hash block, right-click and choose
Before using the plugin you must install the python requests module in your IDA environment. The simplest way to do this is to use pip from a shell outside of IDA.
___________________________
@hacking_Attack
@Hacking_Video
Dynamic Import Address Table Hash Scanning
Instead of resolving API hashes individually (inline in code) some malware developers will create a block of import hashes in memory. These hashes are then all resolved within a single function creating a dynamic import address table which is later referenced in the code. In these scenarios the HashDB Scan IAT function can be used.
https://blogger.googleusercontent.com/img/a/AVvXsEhRsQ4fk4uGMb3g5IYzsSdWf6KZEk2ln0uRET1ka_KQXJ3mNY-qVWeymlDWAv4M5BRT6X_WKywC15F6v5a9UtkxLVHkqF0G4The7j35i-l13TPASjQRulhG3RHc3LOUPIZjxCQT5QDTdHVk6L5FdRsIIXAaQQCp85csVkn83kmDlOryEc6KYAZnEgRG=s1920
Simply select the import hash block, right-click and choose
HashDB Scan IAT. HashDB will attempt to resolve each individual integer type (DWORD/QWORD) in the selected range. Installing HashDBBefore using the plugin you must install the python requests module in your IDA environment. The simplest way to do this is to use pip from a shell outside of IDA.
pip install requestsOnce you have the requests module installed simply copy the latest release of hashdb.pyinto your IDA plugins directory and you are ready to start looking up hashes! Download___________________________
@hacking_Attack
@Hacking_Video
Broken Link hijacking — What it is and how to get bounties with it! $$$
https://proviesec.medium.com/broken-link-hijacking-what-it-is-and-how-to-get-bounties-with-it-ca64db6a3f74?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://proviesec.medium.com/broken-link-hijacking-what-it-is-and-how-to-get-bounties-with-it-ca64db6a3f74?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Broken Link hijacking — What it is and how to get bounties with it! $$$
What are broken link hijacking, what are the types of BLH, how to find them, reports, tools and what do you have to do to get a bounty.
What are broken link hijacking, what are the types of BLH, how to find them, reports, tools and what do you have to do to get a bounty.Continue reading on Medium » (https://proviesec.medium.com/broken-link-hijacking-what-it-is-and-how-to-get-bounties-with-it-ca64db6a3f74?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Broken Link hijacking — What it is and how to get bounties with it! $$$
What are broken link hijacking, what are the types of BLH, how to find them, reports, tools and what do you have to do to get a bounty.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
The AMD PSP Flaw Provides Access To Uninitialized Memory
https://cdn-images-1.medium.com/max/1200/1*OtfzyhAQj4VaVlMLgO-e7w.png
A security flaw has been discovered in AMD processors. Here is a brief breakdown of the problem and the fix to resolve the issue. The…
Continue reading on The InfoSec Journal »
___________________________
@hacking_Attack
@Hacking_Video
The AMD PSP Flaw Provides Access To Uninitialized Memory
https://cdn-images-1.medium.com/max/1200/1*OtfzyhAQj4VaVlMLgO-e7w.png
A security flaw has been discovered in AMD processors. Here is a brief breakdown of the problem and the fix to resolve the issue. The…
Continue reading on The InfoSec Journal »
___________________________
@hacking_Attack
@Hacking_Video
Medium
The AMD PSP Flaw Provides Access To Uninitialized Memory
A security flaw has been discovered in AMD processors. Here is a brief breakdown of the problem and the fix to resolve the issue. The…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
My favourite tech stack is Google Sheets
https://cdn-images-1.medium.com/max/1201/1*drC_zY84hstwBnlKUJ5WZA.png
5 reasons I’m a spreadsheet hacker
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
My favourite tech stack is Google Sheets
https://cdn-images-1.medium.com/max/1201/1*drC_zY84hstwBnlKUJ5WZA.png
5 reasons I’m a spreadsheet hacker
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
My favourite tech stack is Google Sheets
5 reasons I’m a spreadsheet hacker
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Broken Link hijacking — What it is and how to get bounties with it! $$$
https://cdn-images-1.medium.com/max/2000/1*c3jS8mPafX7egiwP-BlfAg.png
What are broken link hijacking, what are the types of BLH, how to find them, reports, tools and what do you have to do to get a bounty.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Broken Link hijacking — What it is and how to get bounties with it! $$$
https://cdn-images-1.medium.com/max/2000/1*c3jS8mPafX7egiwP-BlfAg.png
What are broken link hijacking, what are the types of BLH, how to find them, reports, tools and what do you have to do to get a bounty.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Broken Link hijacking — What it is and how to get bounties with it! $$$
What are broken link hijacking, what are the types of BLH, how to find them, reports, tools and what do you have to do to get a bounty.
PAN Card Privacy Issue | Exposing Your Personal Information | Income Tax Department
Hey, Amazing Hackers! Again, Raidh Ĥere. This writeup is based on a vulnerability that leads to exposing your personal information through…
Read more...
Hey, Amazing Hackers! Again, Raidh Ĥere. This writeup is based on a vulnerability that leads to exposing your personal information through…
Read more...
Beginner learning to start pen-testing
https://www.reddit.com/r/Pentesting/comments/rautkp/beginner_learning_to_start_pentesting/
I’ve recently gained an interest in pen-testing and I want to know where to start. I have a raspberry pi 4 model B with no os installed on it currently. I am quite experienced with python but I’m not sure if that will help submitted by /u/hibert_eater (https://www.reddit.com/user/hibert_eater)
[link] (https://www.reddit.com/r/Pentesting/comments/rautkp/beginner_learning_to_start_pentesting/) [comments] (https://www.reddit.com/r/Pentesting/comments/rautkp/beginner_learning_to_start_pentesting/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/rautkp/beginner_learning_to_start_pentesting/
I’ve recently gained an interest in pen-testing and I want to know where to start. I have a raspberry pi 4 model B with no os installed on it currently. I am quite experienced with python but I’m not sure if that will help submitted by /u/hibert_eater (https://www.reddit.com/user/hibert_eater)
[link] (https://www.reddit.com/r/Pentesting/comments/rautkp/beginner_learning_to_start_pentesting/) [comments] (https://www.reddit.com/r/Pentesting/comments/rautkp/beginner_learning_to_start_pentesting/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Beginner learning to start pen-testing
I’ve recently gained an interest in pen-testing and I want to know where to start. I have a raspberry pi 4 model B with no os installed on it...
hacking: security in practice
Is there a way to decrypt this log file?
This is the log file text, does anyone know how to decrypt it or read it for what it is?
ZjbikSF1l5Jse0NcDPf/PNe1SYpT/28np1wjeCLk62tHLyOC+kckySFEeR5pbnPJZPuFNkK9oVnGSCJZ92uuirx2QDhGnU3DO86XFOzwZ/cKBwZufMFrPpvZhol53Gmn
Ua7Yyi4gJj1yFNqN5kyW3NCZ3V0t4RxZq/eA1PPmfXzuNBgxmI0HcjsMgVE8ULcTMnu6zzXoCJzCLWMEmex78Py1z3MMAkw+gc7TC66EbmRatPYZivwXVUWpi/CzfqBtLmLpCu+8fOo+/iTOb2NSxukA5wzfAK92s41XJmzqjrL02rq2AfkuFAB5rejlcZOo
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LxTdF+7a3IplRkd9CYb3H9r0Swiezg7BbKgkmIeoFmL0I4ijLmmgg+ZPqUAL/S3vGh9EalvH+qd+e9m7xTkORMlPyUMoG4OWxtuShH6VU/sDYb3g6oGVbZe3hb96ugQiZfS3l14G32cAe99zW4buSGg==
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LxTdF+7a3IplRkd9CYb3H9r0Swiezg7BbKgkmIeoFmL0I4ijLmmgg+ZPqUAL/S3vGh9EalvH+qd+e9m7xTkORMmXxKHceSyNvYU8mwBi3npKCKoKLDpgZGppwIzyIfWVzny9DokeU6mmA6cXSbDjt3A==
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LTBL6cjBZ7G2WFOJrJEnSu21dn/OFg2b7dfn5heMMH7nyHAXbvsMCV8X2E5H6+yVkTFDGUwoI/ejAcQspmKCqmPK7PEglfDYS/Zh9DdMzz75A6SD8bgN7+l9Rb+YAOtY1VJRJHFTbNrSKdPQUOFohPQ==
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LEhV9HLzj3UYadULY/dGKJJkGhpAKGVuOi7fh0+W4PUVpmv87nbHADqp6fZEIDBsuoCTDZ+XbfyVVJ82xv8bmievPwHfwvAxYNafzHgrU8+Rq+0z7E9j7KqYIxm0d2MOGrFmsGkLU/bNVPlYfGpnDtw==
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LEhV9HLzj3UYadULY/dGKJL6SFML94KlDHyGILS6JPcA0SuwfwLOSnHfoGpqHMm2FaHXAjaR9NXQ0Qt9Ttjd6suA8bSMWuFW0XMezKDwHo0mXBDR1xaWegqU9dxPOOoI5ItX7tkiWMhnke8Z/kGhPFw==
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LEhV9HLzj3UYadULY/dGKJGpQ/3DyvuWe4wPaWS//U5+p403eXApz1PW/ig0Hp9J1LjOQmUDKhaAt/kkkpTcmlbj5WjHKScFkw/axYK3QmYVgzdaD6Y3be4juc3il4+Tk1o3z11DOVm3xqczu4iWr+g==
L6zM6JIYklss12CB0CDyEkCwMNqdFlTgRcHeg9RV9wv3ukwKHfvUVznTDDFh0usQ7w3N41fEJO7qfXpMHMVLJTLP26gD7FwgX1yalCgUwehOg61NB3awHIleBhamq2uW
L6zM6JIYklss12CB0CDyEkCwMNqdFlTgRcHeg9RV9wv3ukwKHfvUVznTDDFh0usQloUfSoplaPkSSM6vxdn4osioXdu8HKjqOejrGv039Ls0wogr5m4Qd4TLnq6mXV++TBPgwUM5gp4PWTNMzZKD6w==
L6zM6JIYklss12CB0CDyEkCwMNqdFlTgRcHeg9RV9wv3ukwKHfvUVznTDDFh0usQ3TxZBwpfW8jof89tmwrOh4ILXLPpPmivo51HjdqUcCdJxZVOMX4TUquGddDpQorKZB+xNk2MDCCSWQaUpSdccw==
L6zM6JIYklss12CB0CDyEkCwMNqdFlTgRcHeg9RV9wvDSo+yQWlzFU0vOfWqCAqqC8MFwJGXgiQlKmK8QxOkn0TPQAwpN5ZJDr+75Qz/dWNhUakYgtXnAW64b3G8nysZGlNszqZmPi7fg3+9Zfu1Zw==
L6zM6JIYklss12CB0CDyEkCwMNqdFlTgRcHeg9RV9wvDSo+yQWlzFU0vOfWqCAqqonCJzMfQlxJhUwc0mXJ5NeFw/6CGSKQUUTRiIrqJclnLL0NErn1o6zyEnZTjk0u+bB2TdOwvEcEBTYRqB8hoVA==
16pNf0sa8tTDNPK0A1d9Ft7DqKbLi9rkuiuWQ89DC2160WIwH6cQonUFYiy30l5wEvhEgBIkxdOYUpBc6iicL80jqPJMIPNx1si9WBX/PBxdfutH9yrx4abKY7OZZqgjm9xQz6codtyqbOB8E7T4U8xX/+0Vb81UjPxc9xZxhk4YPD/EHi8gnlh1h1+vlPQ/pa0o5GqRQS7J4U+rUJHTqJJbpOKi+awMY28OisMAHlNMrFfFZsqb49J6XTMQrtXTRbBvE8UfdtQMQCVzbSndRswmeHf/1pd6kJYl5nPeMFQ/zlSmKWTWEV6i+1kgqgWnlTKpEZ1XT+I1wpnRba4oUHYCL7rtJtyGmLQgU4qm87CerR4zRk7pRjYe4ucAvvnOVyqVaI4dyJ6xJYqs0ecnF88gjfgF4Esmdly6ChfZzaqrloRue/CuzUaxhKdWPkEF6jlk0U+LFQrVXqE6Mn/tLA==
16pNf0sa8tTDNPK0A1d9Ft7DqKbLi9rkuiuWQ89DC2160WIwH6cQonUFYiy30l5wEvhEgBIkxdOYUpBc6iicL5IwcpWJb/kH5iHvhw+eDPRxRKGSWwuDP7xrzeLZpLw5bd/6BTTBLuV74DFz2s2SA2P98SDm4wznS5VthdCaSbsmOjEsb7Y+0p3J47JHnD+4VuPAbXqP7jVPI/K7sICivEfa8L5anHqNJrI1OqzHS7+sDTccPDAdKA2fe8Bc3gQVAAc4+gYux+uSLY0EptHnHphR5e+WZH1tVbP//b5ypVQxF5fyRV6W4veuk2npgJLEZHj8+qDxki0dlyFPjfFzKpxa6klw8xTuxU+GsjdqOedJTXijq01ia17fB7J0bXa1/d/BDM+UHip0libj91dxIjF+MfQLaGRCpfgQLa7Wd0S0Jy0aD/3oLCw5Rbg/fgiGhAJZspiiMrQTH086APL5HQ==
16pNf0sa8tTDNPK0A1d9Ft7DqKbLi9rkuiuWQ89DC2160WIwH6cQonUFYiy30l5wEvhEgBIkxdOYUpBc6iicL80jqPJMIPNx1si9WBX/PBygTPpsiL/1KUrgbckW21cASpWPS1F31fS9mbeHgjH715rVXpFW0LahGYJ7tPja1gX6jq4WPWwRd+Jl0uqmWpRrghccsx13utKMB7m0PsyT3sw/oK5OKFRg/GnRF821SOLBDxmR2f1eDfhwj+ukddzAV+p4e13FGwWQ01Ta22nSHViH+e9Sw3391u3WdDAhWNac29f1SPJg9B/fxBarl96Fodvgt6CGG1C4k/koel1eMkJa4zUMyeFypfU[...]
___________________________
@hacking_Attack
@Hacking_Video
Is there a way to decrypt this log file?
This is the log file text, does anyone know how to decrypt it or read it for what it is?
ZjbikSF1l5Jse0NcDPf/PNe1SYpT/28np1wjeCLk62tHLyOC+kckySFEeR5pbnPJZPuFNkK9oVnGSCJZ92uuirx2QDhGnU3DO86XFOzwZ/cKBwZufMFrPpvZhol53Gmn
Ua7Yyi4gJj1yFNqN5kyW3NCZ3V0t4RxZq/eA1PPmfXzuNBgxmI0HcjsMgVE8ULcTMnu6zzXoCJzCLWMEmex78Py1z3MMAkw+gc7TC66EbmRatPYZivwXVUWpi/CzfqBtLmLpCu+8fOo+/iTOb2NSxukA5wzfAK92s41XJmzqjrL02rq2AfkuFAB5rejlcZOo
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LxTdF+7a3IplRkd9CYb3H9r0Swiezg7BbKgkmIeoFmL0I4ijLmmgg+ZPqUAL/S3vGh9EalvH+qd+e9m7xTkORMlPyUMoG4OWxtuShH6VU/sDYb3g6oGVbZe3hb96ugQiZfS3l14G32cAe99zW4buSGg==
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LxTdF+7a3IplRkd9CYb3H9r0Swiezg7BbKgkmIeoFmL0I4ijLmmgg+ZPqUAL/S3vGh9EalvH+qd+e9m7xTkORMmXxKHceSyNvYU8mwBi3npKCKoKLDpgZGppwIzyIfWVzny9DokeU6mmA6cXSbDjt3A==
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LTBL6cjBZ7G2WFOJrJEnSu21dn/OFg2b7dfn5heMMH7nyHAXbvsMCV8X2E5H6+yVkTFDGUwoI/ejAcQspmKCqmPK7PEglfDYS/Zh9DdMzz75A6SD8bgN7+l9Rb+YAOtY1VJRJHFTbNrSKdPQUOFohPQ==
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LEhV9HLzj3UYadULY/dGKJJkGhpAKGVuOi7fh0+W4PUVpmv87nbHADqp6fZEIDBsuoCTDZ+XbfyVVJ82xv8bmievPwHfwvAxYNafzHgrU8+Rq+0z7E9j7KqYIxm0d2MOGrFmsGkLU/bNVPlYfGpnDtw==
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LEhV9HLzj3UYadULY/dGKJL6SFML94KlDHyGILS6JPcA0SuwfwLOSnHfoGpqHMm2FaHXAjaR9NXQ0Qt9Ttjd6suA8bSMWuFW0XMezKDwHo0mXBDR1xaWegqU9dxPOOoI5ItX7tkiWMhnke8Z/kGhPFw==
FV0yx66WrpTe+gbGMjb0O4tDuRaO05IB8z+g7QEQkllUz0Gc9bLzEtiGnknCCr4LEhV9HLzj3UYadULY/dGKJGpQ/3DyvuWe4wPaWS//U5+p403eXApz1PW/ig0Hp9J1LjOQmUDKhaAt/kkkpTcmlbj5WjHKScFkw/axYK3QmYVgzdaD6Y3be4juc3il4+Tk1o3z11DOVm3xqczu4iWr+g==
L6zM6JIYklss12CB0CDyEkCwMNqdFlTgRcHeg9RV9wv3ukwKHfvUVznTDDFh0usQ7w3N41fEJO7qfXpMHMVLJTLP26gD7FwgX1yalCgUwehOg61NB3awHIleBhamq2uW
L6zM6JIYklss12CB0CDyEkCwMNqdFlTgRcHeg9RV9wv3ukwKHfvUVznTDDFh0usQloUfSoplaPkSSM6vxdn4osioXdu8HKjqOejrGv039Ls0wogr5m4Qd4TLnq6mXV++TBPgwUM5gp4PWTNMzZKD6w==
L6zM6JIYklss12CB0CDyEkCwMNqdFlTgRcHeg9RV9wv3ukwKHfvUVznTDDFh0usQ3TxZBwpfW8jof89tmwrOh4ILXLPpPmivo51HjdqUcCdJxZVOMX4TUquGddDpQorKZB+xNk2MDCCSWQaUpSdccw==
L6zM6JIYklss12CB0CDyEkCwMNqdFlTgRcHeg9RV9wvDSo+yQWlzFU0vOfWqCAqqC8MFwJGXgiQlKmK8QxOkn0TPQAwpN5ZJDr+75Qz/dWNhUakYgtXnAW64b3G8nysZGlNszqZmPi7fg3+9Zfu1Zw==
L6zM6JIYklss12CB0CDyEkCwMNqdFlTgRcHeg9RV9wvDSo+yQWlzFU0vOfWqCAqqonCJzMfQlxJhUwc0mXJ5NeFw/6CGSKQUUTRiIrqJclnLL0NErn1o6zyEnZTjk0u+bB2TdOwvEcEBTYRqB8hoVA==
16pNf0sa8tTDNPK0A1d9Ft7DqKbLi9rkuiuWQ89DC2160WIwH6cQonUFYiy30l5wEvhEgBIkxdOYUpBc6iicL80jqPJMIPNx1si9WBX/PBxdfutH9yrx4abKY7OZZqgjm9xQz6codtyqbOB8E7T4U8xX/+0Vb81UjPxc9xZxhk4YPD/EHi8gnlh1h1+vlPQ/pa0o5GqRQS7J4U+rUJHTqJJbpOKi+awMY28OisMAHlNMrFfFZsqb49J6XTMQrtXTRbBvE8UfdtQMQCVzbSndRswmeHf/1pd6kJYl5nPeMFQ/zlSmKWTWEV6i+1kgqgWnlTKpEZ1XT+I1wpnRba4oUHYCL7rtJtyGmLQgU4qm87CerR4zRk7pRjYe4ucAvvnOVyqVaI4dyJ6xJYqs0ecnF88gjfgF4Esmdly6ChfZzaqrloRue/CuzUaxhKdWPkEF6jlk0U+LFQrVXqE6Mn/tLA==
16pNf0sa8tTDNPK0A1d9Ft7DqKbLi9rkuiuWQ89DC2160WIwH6cQonUFYiy30l5wEvhEgBIkxdOYUpBc6iicL5IwcpWJb/kH5iHvhw+eDPRxRKGSWwuDP7xrzeLZpLw5bd/6BTTBLuV74DFz2s2SA2P98SDm4wznS5VthdCaSbsmOjEsb7Y+0p3J47JHnD+4VuPAbXqP7jVPI/K7sICivEfa8L5anHqNJrI1OqzHS7+sDTccPDAdKA2fe8Bc3gQVAAc4+gYux+uSLY0EptHnHphR5e+WZH1tVbP//b5ypVQxF5fyRV6W4veuk2npgJLEZHj8+qDxki0dlyFPjfFzKpxa6klw8xTuxU+GsjdqOedJTXijq01ia17fB7J0bXa1/d/BDM+UHip0libj91dxIjF+MfQLaGRCpfgQLa7Wd0S0Jy0aD/3oLCw5Rbg/fgiGhAJZspiiMrQTH086APL5HQ==
16pNf0sa8tTDNPK0A1d9Ft7DqKbLi9rkuiuWQ89DC2160WIwH6cQonUFYiy30l5wEvhEgBIkxdOYUpBc6iicL80jqPJMIPNx1si9WBX/PBygTPpsiL/1KUrgbckW21cASpWPS1F31fS9mbeHgjH715rVXpFW0LahGYJ7tPja1gX6jq4WPWwRd+Jl0uqmWpRrghccsx13utKMB7m0PsyT3sw/oK5OKFRg/GnRF821SOLBDxmR2f1eDfhwj+ukddzAV+p4e13FGwWQ01Ta22nSHViH+e9Sw3391u3WdDAhWNac29f1SPJg9B/fxBarl96Fodvgt6CGG1C4k/koel1eMkJa4zUMyeFypfU[...]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Is there a way to decrypt this log file?
This is the log file text, does anyone know how to decrypt it or read it for what it is? ...
Hacking Articles Tips Tricks Videos Tutorials
hacking: security in practice Is there a way to decrypt this log file? This is the log file text, does anyone know how to decrypt it or read it for what it is? ZjbikSF1l5Jse0NcDPf/PNe1SYpT/28np1wjeCLk62tHLyOC+kckySFEeR5pbnPJZPuFNkK9oVnGSCJZ92uuirx2QDhG…
1cI5TNsXK0AaH6056CnKjh3enjBCEEI+ejC20rNu3iejNYlJ31ppz4o1NyW/gCjlkpwHIO3rD/yaddWh6GKkxIz5+RAqXyPM6OIX9Z7bhXXWFxFK8Oe7QSgDHCJo/JNI863cvSXVgsB4Qod9W2QFqVcbogiWkIUnYLfy0iogVYQ41GSClviBZvy3iSsiDIojRZvpvF3Q4MRREiN0FaoUa4w0cvabW3YwkFcoKh6Qk8HIGkbRIDmqGdwkiiUMINZcZLH9OU58p7T9ljB+tHn/ed4qp2VE4XIK3U5sE5NRqNAIKzUUFvQcN0TuU3J00A0rZp2Pas9Z3bfKzQLmhTTxueB3/7C9SjhRIiJcUmHc/OSY0D2swF4rEGju5UAXKVPHjSxoeGbm2B0dvaf+7n45A+bFmjNk6
+df32p4tVImgIWHm5xtVLBXJPRqQ4aCH6XZ3KHyFKzosIhzL8u4LPMJ3njJoLQhR2JKug+v5KxKzJaLLdnXaz32F+QtqUY1liGUHeGmkI+k=
submitted by /u/juastin [link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
+df32p4tVImgIWHm5xtVLBXJPRqQ4aCH6XZ3KHyFKzosIhzL8u4LPMJ3njJoLQhR2JKug+v5KxKzJaLLdnXaz32F+QtqUY1liGUHeGmkI+k=
submitted by /u/juastin [link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Are there any tools in kali linux that can be used the identify the front and back end langauges used for a website
I'm a student and I was given an assignment to find out vulnerabilities of a website. One of the task was to find the front and back end langauges used and also the database. Do I have to manually check by opening the website or is there any tool for it?
submitted by /u/djsyj777
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Are there any tools in kali linux that can be used the identify the front and back end langauges used for a website
I'm a student and I was given an assignment to find out vulnerabilities of a website. One of the task was to find the front and back end langauges used and also the database. Do I have to manually check by opening the website or is there any tool for it?
submitted by /u/djsyj777
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Are there any tools in kali linux that can be used the identify...
I'm a student and I was given an assignment to find out vulnerabilities of a website. One of the task was to find the front and back end langauges...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Apache Kafka Cloud Clusters Expose Sensitive Data for Large Companies
https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Apache Kafka Cloud Clusters Expose Sensitive Data for Large CompaniesPost Views: 81 https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/BECOME-A-PATRON-AND-UNLOCK-EXCLUSIVE-VIDEOS-1.png Reading Time: 2 Minutes
The culprit is misconfigured Kafdrop interfaces, used for centralized management of the open-source platform.
Some of the world’s largest companies have exposed reams of sensitive information from the cloud, researchers said – thanks to misconfigured Kafdrop instances.
Kafdrop is a management interface for Apache Kafka, which is an open-source, cloud-native platform for collecting, analyzing, storing and managing data streams. Kafka has several common use cases; for instance, in the finance sector it’s often used for real-time data processing in order to catch and block fraudulent transactions as they occur. It the internet of things world, it can support “just-in-time” resource allocation for smart-grid applications and the like. Other uses include tracking application activity (user clicks, registrations, time spent on certain pages or features, orders, etc.); and event logging or real-time monitoring.
We want to know what your biggest cloud security concerns and challenges are, and how your company is dealing with them. Weigh in with our exclusive, anonymous Threatpost Poll!
Kafka is tailored for large companies, and is in use by 60 percent of the Fortune 100, it says, including Box, Cisco, Goldman Sachs, Intuit, Target and others, plus eight of 10 of the world’s largest banks, the 10 largest global insurance companies and eight of the 10 key world telecom providers, among thousands of others. https://media.threatpost.com/wp-content/uploads/sites/103/2021/12/06110345/Kafka-use-cases-1024x503.png Apache Kafka use cases. Source: Spectral.
See Also: Complete Offensive Security and Ethical Hacking Course As such, a vulnerable or exposed management tool for the platform makes for “a perfect target for attackers who can infiltrate and exfiltrate data and take over cluster management,” according to researchers at Spectral. Kafdrop: A Central Hub and TargetOne such “perfect target” is Kafdrop, a popular open-source user interface that can be deployed as a Docker container.
It connects and maps existing Kafka clusters automatically, Spectral researchers explained, allowing users to manage topic creation and removal, as well as “understand the topology and layout of a cluster, drilling into hosts, topics, partitions, and consumers. It also allows you to sample and download live data from all topics and partitions, acting as a legitimate Kafka consumer.”
Unfortunately, Spectral researchers also discovered multiple instances of misconfigured Kafdrop interfaces exposing complete Kafka clusters to the public internet.
“These clusters expose customer data, transactions, medical records and internal system traffic: providing an inside look into the complete nervous system, all public,” according to the firm’s analysis, released Monday. “We found exposed clusters from companies across a multitude of industries, including insurance, healthcare, IoT, media and social networks.”
Researchers added, “Also exposed was real-time traffic revealing secrets, authentication tokens, and other access details that allow hackers to infiltrate the companies’ cloud activities on AWS, IBM, Oracle and others.”
See Also: New Windows zero-day with public exploit lets you become an admin They warned that the impact on affected companies could be sig[...]
___________________________
@hacking_Attack
@Hacking_Video
Apache Kafka Cloud Clusters Expose Sensitive Data for Large Companies
https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Apache Kafka Cloud Clusters Expose Sensitive Data for Large CompaniesPost Views: 81 https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/BECOME-A-PATRON-AND-UNLOCK-EXCLUSIVE-VIDEOS-1.png Reading Time: 2 Minutes
The culprit is misconfigured Kafdrop interfaces, used for centralized management of the open-source platform.
Some of the world’s largest companies have exposed reams of sensitive information from the cloud, researchers said – thanks to misconfigured Kafdrop instances.
Kafdrop is a management interface for Apache Kafka, which is an open-source, cloud-native platform for collecting, analyzing, storing and managing data streams. Kafka has several common use cases; for instance, in the finance sector it’s often used for real-time data processing in order to catch and block fraudulent transactions as they occur. It the internet of things world, it can support “just-in-time” resource allocation for smart-grid applications and the like. Other uses include tracking application activity (user clicks, registrations, time spent on certain pages or features, orders, etc.); and event logging or real-time monitoring.
We want to know what your biggest cloud security concerns and challenges are, and how your company is dealing with them. Weigh in with our exclusive, anonymous Threatpost Poll!
Kafka is tailored for large companies, and is in use by 60 percent of the Fortune 100, it says, including Box, Cisco, Goldman Sachs, Intuit, Target and others, plus eight of 10 of the world’s largest banks, the 10 largest global insurance companies and eight of the 10 key world telecom providers, among thousands of others. https://media.threatpost.com/wp-content/uploads/sites/103/2021/12/06110345/Kafka-use-cases-1024x503.png Apache Kafka use cases. Source: Spectral.
See Also: Complete Offensive Security and Ethical Hacking Course As such, a vulnerable or exposed management tool for the platform makes for “a perfect target for attackers who can infiltrate and exfiltrate data and take over cluster management,” according to researchers at Spectral. Kafdrop: A Central Hub and TargetOne such “perfect target” is Kafdrop, a popular open-source user interface that can be deployed as a Docker container.
It connects and maps existing Kafka clusters automatically, Spectral researchers explained, allowing users to manage topic creation and removal, as well as “understand the topology and layout of a cluster, drilling into hosts, topics, partitions, and consumers. It also allows you to sample and download live data from all topics and partitions, acting as a legitimate Kafka consumer.”
Unfortunately, Spectral researchers also discovered multiple instances of misconfigured Kafdrop interfaces exposing complete Kafka clusters to the public internet.
“These clusters expose customer data, transactions, medical records and internal system traffic: providing an inside look into the complete nervous system, all public,” according to the firm’s analysis, released Monday. “We found exposed clusters from companies across a multitude of industries, including insurance, healthcare, IoT, media and social networks.”
Researchers added, “Also exposed was real-time traffic revealing secrets, authentication tokens, and other access details that allow hackers to infiltrate the companies’ cloud activities on AWS, IBM, Oracle and others.”
See Also: New Windows zero-day with public exploit lets you become an admin They warned that the impact on affected companies could be sig[...]
___________________________
@hacking_Attack
@Hacking_Video
Black Hat Ethical Hacking
Apache Kafka Cloud Clusters Expose Sensitive Data for Large Companies | Black Hat Ethical Hacking
Some of the world’s largest companies have exposed reams of sensitive information from the cloud, researchers said – thanks to misconfigured Kafdrop instances.