Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Ways to Protect the Intrinsic Value of Your Cryptocurrency Portfolio
https://cdn-images-1.medium.com/max/1024/1*rXHaICDMCHl7ZQwXSc_kgA.jpeg
The crypto industry is attracting new investors at an unprecedented rate; with that comes hacking risks. The rise of the industry has…
Continue reading on Geek Culture »
Ways to Protect the Intrinsic Value of Your Cryptocurrency Portfolio
https://cdn-images-1.medium.com/max/1024/1*rXHaICDMCHl7ZQwXSc_kgA.jpeg
The crypto industry is attracting new investors at an unprecedented rate; with that comes hacking risks. The rise of the industry has…
Continue reading on Geek Culture »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Several of My Posts Have Been Marked Edited On Consecutive Dates in December 2021 And I Didn’t Edit…
https://cdn-images-1.medium.com/max/1080/1*BTDVh1cEoyEbDLjsUOoPZg.png
Someone has gained access to my Medium account and may have deleted some of my posts. I did not edit any of the following post (these…
Continue reading on Medium »
Several of My Posts Have Been Marked Edited On Consecutive Dates in December 2021 And I Didn’t Edit…
https://cdn-images-1.medium.com/max/1080/1*BTDVh1cEoyEbDLjsUOoPZg.png
Someone has gained access to my Medium account and may have deleted some of my posts. I did not edit any of the following post (these…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
picoCTF write up: crackme-py
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
picoCTF write up: crackme-py
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
pico CTF write up: 13
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
pico CTF write up: 13
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
picoCTF write up: First Grep
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
picoCTF write up: First Grep
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
picoCTF write up: dont-use-client-side
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
picoCTF write up: dont-use-client-side
https://cdn-images-1.medium.com/max/600/1*KlGimrIDTFUJqDXnARmz1w.jpeg
Note: You should not copy flag from here just find one by following steps mentioned here.
Continue reading on Medium »
Umay - IoT Malware Similarity Analysis Platform
http://www.kitploit.com/2021/12/umay-iot-malware-similarity-analysis.html
http://www.kitploit.com/2021/12/umay-iot-malware-similarity-analysis.html
IoT Malware (https://www.kitploit.com/search/label/Malware) Similarity Analysis (https://www.kitploit.com/search/label/Analysis) PlatformView Demo
This project provides IoT malware similarity analysis based on shared codes. It helps to identify other malwares that have shared code with the analyzed file. In this way, you can have a chance to get an idea about the family of the malware. There are various devices with different architectures in the IoT ecosystem. Static-based methods are more effective when addressing the multi-architecture issue. 1000 malware binaries provided by IoTPOT (https://sec.ynu.codes/iot/) were used in the project. The basic blocks and functions of each of binaries were extracted by radare2 (https://www.kitploit.com/search/label/radare2) and the hash values of these data were stored in the SQL database. The basic blocks and functions of the sample to be analyzed are query from this database and all malwares that have shared code are listed.
Current featuresShared code based static analysis.Supporting ARM, MIPS, x86-64, i386, PowerPC, m68k, Renesas SH.?Getting StartedPrerequisitesPython3+Radare2 (https://github.com/radareorg/radare2)r2pipeInstallationgit clone https://github.com/mucoze/Umay
cd Umay
virtualenv venvsource venv/bin/activatepip install -r requirements.txtpython manage.py makemigrationspython manage.py migratepython manage.py createsuperuserpython manage.py runserverand now project app is accesible from your browser. Default: 127.0.0.1:8000Create your own dataset filepython create_dataset.py samples/Give the directory (https://www.kitploit.com/search/label/Directory) where all the samples are located as an argument and it will generate the dataset.db file for you.🤝 ContributingContributions, issues, and feature requests are welcome!Feel free to contact me.LicenseUmay is licensed under Apache License 2.0 (https://github.com/mucoze/Umay/blob/main/LICENSE)
Download Umay (https://github.com/mucoze/Umay)
Current featuresShared code based static analysis.Supporting ARM, MIPS, x86-64, i386, PowerPC, m68k, Renesas SH.?Getting StartedPrerequisitesPython3+Radare2 (https://github.com/radareorg/radare2)r2pipeInstallationgit clone https://github.com/mucoze/Umay
cd Umay
virtualenv venvsource venv/bin/activatepip install -r requirements.txtpython manage.py makemigrationspython manage.py migratepython manage.py createsuperuserpython manage.py runserverand now project app is accesible from your browser. Default: 127.0.0.1:8000Create your own dataset filepython create_dataset.py samples/Give the directory (https://www.kitploit.com/search/label/Directory) where all the samples are located as an argument and it will generate the dataset.db file for you.🤝 ContributingContributions, issues, and feature requests are welcome!Feel free to contact me.LicenseUmay is licensed under Apache License 2.0 (https://github.com/mucoze/Umay/blob/main/LICENSE)
Download Umay (https://github.com/mucoze/Umay)
Umay - IoT Malware Similarity Analysis Platform
IoT Malware Similarity Analysis PlatformView Demo This project provides IoT malware similarity analysis based on shared codes. It helps to identify other malwares that have shared code with the analyzed file. In this way, you can have a chance to get an idea about the family of the malware. There are various devices with different architectures in the IoT ecosystem. Static-based methods are more effective when addressing the multi-architecture issue. 1000 malware binaries provided by IoTPOT were used in the project. The basic blocks and functions of each of binaries were extracted by radare2 and the hash values of these data were stored in the SQL database. The basic blocks and functions of the sample to be analyzed are query from this database and all malwares that have shared code are listed.Current featuresShared code based static analysis.Supporting ARM, MIPS, x86-64, i386, PowerPC, m68k, Renesas SH.?Getting StartedPrerequisitesPython3+Radare2r2pipeInstallationgit clone https://github.com/mucoze/Umaycd Umayvirtualenv venvsource venv/bin/activatepip install -r requirements.txtpython manage.py makemigrationspython manage.py migratepython manage.py createsuperuserpython manage.py runserverand now project app is accesible from your browser. Default: 127.0.0.1:8000Create your own dataset filepython create_dataset.py samples/Give the directory where all the samples are located as an argument and it will generate the dataset.db file for you.🤝 ContributingContributions, issues, and feature requests are welcome!Feel free to contact me.LicenseUmay is licensed under Apache License 2.0Download Umay
Read more...
IoT Malware Similarity Analysis PlatformView Demo This project provides IoT malware similarity analysis based on shared codes. It helps to identify other malwares that have shared code with the analyzed file. In this way, you can have a chance to get an idea about the family of the malware. There are various devices with different architectures in the IoT ecosystem. Static-based methods are more effective when addressing the multi-architecture issue. 1000 malware binaries provided by IoTPOT were used in the project. The basic blocks and functions of each of binaries were extracted by radare2 and the hash values of these data were stored in the SQL database. The basic blocks and functions of the sample to be analyzed are query from this database and all malwares that have shared code are listed.Current featuresShared code based static analysis.Supporting ARM, MIPS, x86-64, i386, PowerPC, m68k, Renesas SH.?Getting StartedPrerequisitesPython3+Radare2r2pipeInstallationgit clone https://github.com/mucoze/Umaycd Umayvirtualenv venvsource venv/bin/activatepip install -r requirements.txtpython manage.py makemigrationspython manage.py migratepython manage.py createsuperuserpython manage.py runserverand now project app is accesible from your browser. Default: 127.0.0.1:8000Create your own dataset filepython create_dataset.py samples/Give the directory where all the samples are located as an argument and it will generate the dataset.db file for you.🤝 ContributingContributions, issues, and feature requests are welcome!Feel free to contact me.LicenseUmay is licensed under Apache License 2.0Download Umay
Read more...