hacking: security in practice
Deciding on Hardware. Any input is appreciated!
My goal is to have a device that will allow me to run Linux as a main OS and VM into Kali Linux, Windows, and Vulnerable Boxes (for Tryhackme and HacktheBox).
I can’t decide what makes the most sense:
1.
A beefed up laptop with a core i7 and 32GB ram (pros being portability)
2.
a NUC with the same specs (pros being the cheapest option)
3.
A beefed up PC with an i7 and 32+ GB RAM that I can remote into from a cheaper laptop.
I like the idea of #3 but isn’t remoting into my PC super slow? Won’t it be miserable to use my cruddy laptop that’s remoting to my PC to run VMs?
Any input is helpful!
submitted by /u/NorMalware
[link] [comments]
Deciding on Hardware. Any input is appreciated!
My goal is to have a device that will allow me to run Linux as a main OS and VM into Kali Linux, Windows, and Vulnerable Boxes (for Tryhackme and HacktheBox).
I can’t decide what makes the most sense:
1.
A beefed up laptop with a core i7 and 32GB ram (pros being portability)
2.
a NUC with the same specs (pros being the cheapest option)
3.
A beefed up PC with an i7 and 32+ GB RAM that I can remote into from a cheaper laptop.
I like the idea of #3 but isn’t remoting into my PC super slow? Won’t it be miserable to use my cruddy laptop that’s remoting to my PC to run VMs?
Any input is helpful!
submitted by /u/NorMalware
[link] [comments]
reddit
Deciding on Hardware. Any input is appreciated!
My goal is to have a device that will allow me to run Linux as a main OS and VM into Kali Linux, Windows, and Vulnerable Boxes (for Tryhackme and...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Umay - IoT Malware Similarity Analysis Platform
https://blogger.googleusercontent.com/img/a/AVvXsEhUhRbMK1OT7zlw_eEid5_Qf7WeqgGCIHlr3T5Blj6J_8Z7V-Cr2HaXpNyaDQKr7EFzAzOtpnmYFcMHEf3ygk_1UeG0cjiTBY7q_-IzS4iMuwt875fzluXVF-XJsfam-hEBGfNYV_7hc7_v6T0RNVq5csOTz4rOItQvzx2fddx3T1qR_fWBBjFcAunmow
IoT Malware Similarity Analysis Platform
View Demo
https://blogger.googleusercontent.com/img/a/AVvXsEilw3i_gxPUCuebsK5azkrZrGru7Rfpsu3TnnIDr7pHrykgRX5jJLAN5vFb6OWjUJYtnIqJbWKOlQcah7_1qrHKbIVMk2KYB6O3iQPmPGiDlu6lPa-xXwkt7gvS39meJHDddNnX_WglPxUowSrn93iOVD02fTbPSJxWuqhVSnMrjllCm3CxE1Ov8sGkww=w640-h334
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 features
* Shared code based static analysis.
* Supporting ARM, MIPS, x86-64, i386, PowerPC, m68k, Renesas SH.
* ?
Getting Started
Prerequisites
* Python3+
* Radare2
* r2pipe
Installation
and now project app is accesible from your browser. Default:
Create your own dataset file
Give the directory where all the samples are located as an argument and it will generate the
🤝
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to contact me.
License
Umay is licensed under Apache License 2.0
Download Umay
Umay - IoT Malware Similarity Analysis Platform
https://blogger.googleusercontent.com/img/a/AVvXsEhUhRbMK1OT7zlw_eEid5_Qf7WeqgGCIHlr3T5Blj6J_8Z7V-Cr2HaXpNyaDQKr7EFzAzOtpnmYFcMHEf3ygk_1UeG0cjiTBY7q_-IzS4iMuwt875fzluXVF-XJsfam-hEBGfNYV_7hc7_v6T0RNVq5csOTz4rOItQvzx2fddx3T1qR_fWBBjFcAunmow
IoT Malware Similarity Analysis Platform
View Demo
https://blogger.googleusercontent.com/img/a/AVvXsEilw3i_gxPUCuebsK5azkrZrGru7Rfpsu3TnnIDr7pHrykgRX5jJLAN5vFb6OWjUJYtnIqJbWKOlQcah7_1qrHKbIVMk2KYB6O3iQPmPGiDlu6lPa-xXwkt7gvS39meJHDddNnX_WglPxUowSrn93iOVD02fTbPSJxWuqhVSnMrjllCm3CxE1Ov8sGkww=w640-h334
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 features
* Shared code based static analysis.
* Supporting ARM, MIPS, x86-64, i386, PowerPC, m68k, Renesas SH.
* ?
Getting Started
Prerequisites
* Python3+
* Radare2
* r2pipe
Installation
git 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 file
python create_dataset.py samples/Give the directory where all the samples are located as an argument and it will generate the
dataset.dbfile for you.🤝
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to contact me.
License
Umay is licensed under Apache License 2.0
Download Umay
Ultimate Reconnaissance RoadMap for Bug Bounty Hunters & Pentesters
https://ahmdhalabi.medium.com/ultimate-reconnaissance-roadmap-for-bug-bounty-hunters-pentesters-507c9a5374d?source=rss------bug_bounty-5
https://ahmdhalabi.medium.com/ultimate-reconnaissance-roadmap-for-bug-bounty-hunters-pentesters-507c9a5374d?source=rss------bug_bounty-5
Advanced Reconnaissance and Web Application Discovery RoadMap to Find Massive Vulnerabilities.Continue reading on Medium » (https://ahmdhalabi.medium.com/ultimate-reconnaissance-roadmap-for-bug-bounty-hunters-pentesters-507c9a5374d?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
CISA's New Log4j Scanner Aims to Find Vulnerable Apps
The open-sourced scanner was derived from scanners built by members across the open source community, CISA reports.
CISA's New Log4j Scanner Aims to Find Vulnerable Apps
The open-sourced scanner was derived from scanners built by members across the open source community, CISA reports.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Ultimate Reconnaissance RoadMap for Bug Bounty Hunters & Pentesters
https://cdn-images-1.medium.com/max/2600/1*bLnALsKbmXVH-_pln9bRbw.jpeg
Advanced Reconnaissance and Web Application Discovery RoadMap to Find Massive Vulnerabilities.
Continue reading on Medium »
Ultimate Reconnaissance RoadMap for Bug Bounty Hunters & Pentesters
https://cdn-images-1.medium.com/max/2600/1*bLnALsKbmXVH-_pln9bRbw.jpeg
Advanced Reconnaissance and Web Application Discovery RoadMap to Find Massive Vulnerabilities.
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Exploring the Worst Exploit of 2020: ZeroLogon (CVE-2020–1472)
https://cdn-images-1.medium.com/max/640/1*J7lJxuE8Ruy_Zpgg0VaG3A.jpeg
ZeroLogon is a critical (CVSS: 10.0) vulnerability in the NETLOGON protocol that was first discovered by Secura researchers and pathed by…
Continue reading on Medium »
Exploring the Worst Exploit of 2020: ZeroLogon (CVE-2020–1472)
https://cdn-images-1.medium.com/max/640/1*J7lJxuE8Ruy_Zpgg0VaG3A.jpeg
ZeroLogon is a critical (CVSS: 10.0) vulnerability in the NETLOGON protocol that was first discovered by Secura researchers and pathed by…
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How To Hack Any Website
https://cdn-images-1.medium.com/max/1920/1*MdcoQXwDgNQ91wS6GZnHag.jpeg
[Part — 2: Content Discovery]
Continue reading on Medium »
How To Hack Any Website
https://cdn-images-1.medium.com/max/1920/1*MdcoQXwDgNQ91wS6GZnHag.jpeg
[Part — 2: Content Discovery]
Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Errores de Active Directory podrían permitir que piratas informáticos se apoderen de los…
https://cdn-images-1.medium.com/max/1643/0*PNdXylnydl3NwM4b
PUBLICADO EN 22 DICIEMBRE, 2021POR DPAB
Continue reading on Medium »
Errores de Active Directory podrían permitir que piratas informáticos se apoderen de los…
https://cdn-images-1.medium.com/max/1643/0*PNdXylnydl3NwM4b
PUBLICADO EN 22 DICIEMBRE, 2021POR DPAB
Continue reading on Medium »
hacking: security in practice
What os do you guys use to hack in?
Any parrot or black arch users i really wanna know. Oh and why do you use it instead of kali?
submitted by /u/redditbigbad
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
What os do you guys use to hack in?
Any parrot or black arch users i really wanna know. Oh and why do you use it instead of kali?
submitted by /u/redditbigbad
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
What os do you guys use to hack in?
Any parrot or black arch users i really wanna know. Oh and why do you use it instead of kali?