Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66.1K photos
15 videos
157 files
133K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
hacking: security in practice
Xiaomi band hacking.

Hello,

It really amases me how many people have the xiaomi band. I have one laying around and I am tinking about hacking it. The smart band coneccts to a phone, and it gets software updates like that, so in theory if I reverce engineer the app and make my own app to send a malicous update to the watch that would allow me to controll it. But that's theory, it just leaves too much questions, for example: how would I program a malicous update, is it linux based? How do I actually program the content of the update? And so on... I actually didin't find a post disccusing hacking this band, it would be fun ;) Do you have any ideas? We could work it out together! The hack could just simply consist of desplaying custom text on the screen.

Cheers

submitted by /u/PaintballAlex
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
SharpGPOAbuse : Tool To Take Advantage Of A User’s Edit Rights On A Group Policy Object (GPO)

SharpGPOAbuse is a .NET application written in C# that can be used to take advantage of a user’s edit rights on a Group Policy Object (GPO) in order to compromise the objects that are controlled by that GPO. More details can be found at the following blog post: https://labs.mwrinfosecurity.com/tools/sharpgpoabuse Compile Instructions Make sure the necessary […]

The post SharpGPOAbuse : Tool To Take Advantage Of A User’s Edit Rights On A Group Policy Object (GPO) appeared first on Kali Linux Tutorials.
https://external-preview.redd.it/J7FZh36usB2IZLJpdMgjR4ENQ732VYghnTocTsyzdT8.jpg?width=108&crop=smart&auto=webp&s=46f65edf142b2240e5da2e52008c2d05ddf5d6c2 I've been working on hacking smart meters on and off for the last 5 years and have decided to start sharing what I find more widely. My only goal is to learn every single thing about these smart meters, how they communicate over a massive mesh network, measure and report power and enable the utilities to turn your power on/off.

I have a few places I am sharing information and really look forward to collaborating with others. Happy to share anything I have found or chat about what you're working on if there are similar components used.

YouTube where I am posting videos of the journey and explaining what I find.

RECESSIM Reverse Engineering Wiki where I am documenting the protocol used and the various components that make up the Smart Grid.

Hackaday reached out and coming up this Wednesday the 14th I'll be hosting a Hack Chat as well to hopefully get others interested in hacking smart meters. It's like a massive dark net of power and outage data!



https://preview.redd.it/6w0wg0qsbls61.jpg?width=2024&format=pjpg&auto=webp&s=1e1c456636b18efd4548a67d17416d45b3858a9a

https://preview.redd.it/2lyykvqy9ls61.jpg?width=1024&format=pjpg&auto=webp&s=40d3dcd448f2c69cf4f5fc399f58654161f541f8

https://preview.redd.it/5yb19c10als61.jpg?width=1182&format=pjpg&auto=webp&s=274328079c28e27e808b44f00903dade4a7ba1f3

https://preview.redd.it/k85fpm01als61.jpg?width=768&format=pjpg&auto=webp&s=85e3a0612a6d810a242fbb89a9cfd0eced7d0e2c

https://preview.redd.it/apw9sxl1als61.jpg?width=919&format=pjpg&auto=webp&s=c5df06d77c76a46337603eec61e2d68289b318f9

HACK THE PLANET!

submitted by /u/BitBangingBytes
[link] [comments]
Cpufetch - Simplistic Yet Fancy CPU Architecture Fetching Tool

Simplistic yet fancy CPU architecture fetching tool1. Support cpufetch currently supports x86_64 CPUs (both Intel and AMD) and ARM. Platform x86_64 ARM Notes Linux ✔️ ✔️ Prefered platform. Experimental ARM support Windows ✔️ Some information may be missing. Colors will be used if supported Android ✔️ Experimental ARM support macOS ✔️ Some information may be missing Emoji Meaning ✔️ Supported Not supported Not tested 2. Installation 2.1 Building from source Just clone the repo and use make to compile it git clone https://github.com/Dr-Noob/cpufetchcd cpufetchmake./cpufetch The Makefile is designed to work on Linux, Windows and macOS. 2.2 Linux There is a cpufetch package available in Arch Linux (cpufetch-git). If you are in another distribution, you can build cpufetch from source. 2.2 Windows In the releases section you will find some cpufetch executables compiled for Windows. Just download and run it from Windows CMD. You can also build cpufetch from source. 2.3 macOS You need to build cpufetch from source. 2.4 Android Install termux app (terminal emulator) Run pkg install -y git make clang inside termux. Build from source normally: git clone https://github.com/Dr-Noob/cpufetch cd cpufetch make ./cpufetch 3. Examples Here are more examples of how cpufetch looks on different CPUs. 3.1 x86_64 CPUs 3.2 ARM CPUs 4. Colors and style By default, cpufetch will print the CPU art with the system colorscheme. However, you can always set a custom color scheme, either specifying Intel or AMD, or specifying the colors in RGB format: ./cpufetch --color intel (default color for Intel)./cpufetch --color amd (default color for AND)./cpufetch --color 239,90,45:210,200,200:100,200,45:0,200,200 (example) In the case of setting the colors using RGB, 4 colors must be given in with the format: R,G,B:R,G,B:R,G,B:R,G,B. These colors correspond to CPU art color (2 colors) and for the text colors (following 2). Thus, you can customize all the colors. 5. Implementation See cpufetch programming documentation. 6. Bugs or improvements There are many open issues in github (see issues). Feel free to open a new one report an issue or propose any improvement in cpufetch I would like to thank Gonzalocl and OdnetninI for their help, running cpufetch in many different CPUs they have access to, which makes it easier to debug and check the correctness of cpufetch. Download Cpufetch
Read more...
Cpufetch - Simplistic Yet Fancy CPU Architecture Fetching Tool
http://www.kitploit.com/2021/04/cpufetch-simplistic-yet-fancy-cpu.html
Simplistic yet fancy CPU architecture fetching tool
1. Support
cpufetch currently supports x86_64 CPUs (both Intel and AMD) and ARM. Platform x86_64 ARM Notes Linux ✔️ ✔️ Prefered platform.
Experimental ARM support Windows ✔️ Some information may be missing.
Colors will be used if supported Android ✔️ Experimental ARM support macOS ✔️ Some information may be missing Emoji Meaning ✔️ Supported Not supported Not tested
2. Installation

2.1 Building from source
Just clone the repo and use make to compile it git clone https://github.com/Dr-Noob/cpufetch
cd cpufetch
make
./cpufetch
The Makefile is designed to work on Linux, Windows (https://www.kitploit.com/search/label/Windows) and macOS.
2.2 Linux
There is a cpufetch package available in Arch Linux (https://www.kitploit.com/search/label/Arch%20Linux) (cpufetch-git (https://aur.archlinux.org/packages/cpufetch-git)). If you are in another distribution, you can build cpufetch from source.
2.2 Windows
In the releases (https://github.com/Dr-Noob/cpufetch/releases) section you will find some cpufetch executables compiled for Windows. Just download and run it from Windows CMD. You can also build cpufetch from source.
2.3 macOS
You need to build cpufetch from source.
2.4 Android
Install termux app (terminal emulator) Run pkg install -y git make clang inside termux. Build from source normally: git clone https://github.com/Dr-Noob/cpufetch cd cpufetch make ./cpufetch
3. Examples
Here are more examples of how cpufetch looks on different CPUs.
3.1 x86_64 CPUs
3.2 ARM CPUs
 
4. Colors and style
By default, cpufetch will print the CPU art with the system colorscheme. However, you can always set a custom color scheme, either specifying Intel or AMD, or specifying the colors in RGB format: ./cpufetch --color intel (default color for Intel)
./cpufetch --color amd (default color for AND)
./cpufetch --color 239,90,45:210,200,200:100,200,45:0,200,200 (example)
In the case of setting the colors using RGB, 4 colors must be given in with the format: [R,G,B:R,G,B:R,G,B:R,G,B]. These colors correspond to CPU art color (2 colors) and for the text colors (following 2). Thus, you can customize all the colors.
5. Implementation
See cpufetch programming documentation (https://github.com/Dr-Noob/cpufetch/blob/master/doc/README.md).
6. Bugs or improvements
There are many open issues in github (see issues (https://github.com/Dr-Noob/cpufetch/issues)). Feel free to open a new one report an issue or propose any improvement in cpufetch I would like to thank Gonzalocl (https://github.com/Gonzalocl) and OdnetninI (https://github.com/OdnetninI) for their help, running cpufetch in many different CPUs they have access (https://www.kitploit.com/search/label/Access) to, which makes it easier to debug and check the correctness of cpufetch.

Download Cpufetch (https://github.com/Dr-Noob/cpufetch)
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Cpufetch - Simplistic Yet Fancy CPU Architecture Fetching Tool

https://1.bp.blogspot.com/-gW4iYIx5CtU/YGvhCi0WHtI/AAAAAAAAV0w/BVU7TtULfJ4WX32_09My7WRrmnWotrnfgCNcBGAsYHQ/w640-h224/cpufetch_7_i9.png Simplistic yet fancy CPU architecture fetching tool 1. Supportcpufetch currently supports x86_64 CPUs (both Intel and AMD) and ARM.
Platform x86_64 ARM Notes Linux
✔️

✔️
Prefered platform.
Experimental ARM support Windows
✔️


Some information may be missing.
Colors will be used if supported Android


✔️
Experimental ARM support macOS
✔️


Some information may be missing Emoji Meaning
✔️
Supported

Not supported

Not tested 2. Installation2.1 Building from sourceJust clone the repo and use maketo compile it git clone https://github.com/Dr-Noob/cpufetch
cd cpufetch
make
./cpufetch
The Makefile is designed to work on Linux, Windows and macOS. 2.2 LinuxThere is a cpufetch package available in Arch Linux (cpufetch-git). If you are in another distribution, you can build cpufetchfrom source. 2.2 WindowsIn the releases section you will find some cpufetch executables compiled for Windows. Just download and run it from Windows CMD. You can also build cpufetchfrom source. 2.3 macOSYou need to build cpufetchfrom source. 2.4 Android1. Install termuxapp (terminal emulator)
2. Run pkg install -y git make clanginside termux.
3. Build from source normally:

* git clone https://github.com/Dr-Noob/cpufetch
* cd cpufetch
* make
* ./cpufetch 3. ExamplesHere are more examples of how cpufetchlooks on different CPUs. 3.1 x86_64 CPUshttps://1.bp.blogspot.com/-fFmkaqMp5qM/YGvhKvuE5_I/AAAAAAAAV04/1cxvYR0awmEHVHpfc1ZRPb6878gF941zwCNcBGAsYHQ/w640-h246/cpufetch_8_epyc.png https://1.bp.blogspot.com/-BoCNiF_Mqg8/YGvhKiEovqI/AAAAAAAAV00/RlkLaqx5wAoGfy2RTAfdhbg4EO_qiqL4wCNcBGAsYHQ/w640-h230/cpufetch_9_cascade_lake.png 3.2 ARM CPUshttps://1.bp.blogspot.com/-liHK00gR8qM/YGvhQARp_UI/AAAAAAAAV1A/ouY0-MaMm7ICBCsrfvpCeS0F2BGlAcK1gCNcBGAsYHQ/w640-h218/cpufetch_11_snapdragon.png https://1.bp.blogspot.com/-a3y22tYqlAk/YGvhQOcvTZI/AAAAAAAAV08/J5y8fKfYp9spQALMfEb0HKIwbtl2BpxQQCNcBGAsYHQ/w640-h218/cpufetch_10_exynos.png 4. Colors and styleBy default, cpufetchwill print the CPU art with the system colorscheme. However, you can always set a custom color scheme, either specifying Intel or AMD, or specifying the colors in RGB format: ./cpufetch --color intel (default color for Intel)
./cpufetch --color amd (default color for AND)
./cpufetch --color 239,90,45:210,200,200:100,200,45:0,200,200 (example)
In the case of setting the colors using RGB, 4 colors must be given in with the format: [R,G,B:R,G,B:R,G,B:R,G,B]. These colors correspond to CPU art color (2 colors) and for the text colors (following 2). Thus, you can customize all the colors. 5. ImplementationSee cpufetch programming documentation. 6. Bugs or improvementsThere are many open issues in github (see issues). Feel free to open a new one report an issue or propose any improvement in cpufetchI would like to thank Gonzalocl and OdnetninI for their help, running cpufetchin many different CPUs they have access to, which makes it easier to debug and check the correctness of cpufetch. Download Cpufetch
Deep Web
Need some advice, I’m new

Ok so I’ve a got a MacBook and I’ve just installed Tor, a virtual machine, Tails OS, a VPN, and an antivirus is there anything else I’ll need and do you have any solid advice for when browsing out there?

submitted by /u/TwinTVs
[link] [comments]