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

@Hacking_Video
@Hacking_attack
Download Telegram
Apron Supports Mina Ecosystem With Node Service And Opens Apron Bug Bounty Program

As already announced on June 1, we’ve launched the node providers recruitment.Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Radare2 - UNIX-like Reverse Engineering Framework And Command-Line Toolset

http://4.bp.blogspot.com/-NmMbH3mujSs/YP8XLmi0MVI/AAAAAAAAoVU/dkps0enu5RsE2lnDngi55upXBKU7_ukNQCK4BGAYYCw/w640-h318/radare2_7_shot-743184.png r2 is a rewrite from scratch of radare. It provies a set of libraries, tools and plugins to ease reverse engineering tasks.

The radare project started as a simple command-line hexadecimal editor focused on forensics, over time more features were added to support a scriptable command-line low level tool to edit from local hard drives, kernel memory, programs, remote gdb servers and be able to analyze, emulate, debug, modify and disassemble any binary.
* Install r2 from Git (Clone the repo and run sys/install.sh) or use pip install r2env* Read the Official radare2 book
* COMMUNITY.md engagement
* CONTRIBUTING.md general rules
* DEVELOPERS.md to improve r2 for your needs
* SECURITY.md on vulnerability report instructions
* USAGE.md for an introductory session
* INSTALL.md instructions git clone https://github.com/radareorg/radare2
radare2/sys/install.sh
PluginsMost of the plugins you need may be available in the stock r2 installation, but you can find more in the r2pm package manager. r2pm update # initialize and update the package database
r2pm install [pkg] # installs the package
Some of the most installed packages are:

* r2ghidra the native ghidra decompiler plugin: pdgcommand
* esilsolve symbolic execution r2 plugin based on esil and z3
* r2dec decompiler based on r2 written in js pdd* r2frida the frida io plugin r2 frida://0* iaito - official graphical interface (Qt) Operating SystemsWindows (since XP), Linux, Darwin, GNU/Hurd, Apple's {Mac,i,iPad,watch}OS, Android [Dragonfly, Net, Free, Open] BSD, Z/OS, QNX, Solaris, Haiku, FirefoxOS. Architecturesi386, x86-64, ARM, MIPS, PowerPC, SPARC, RISC-V, SH, m68k, m680x, AVR, XAP, S390, XCore, CR16, HPPA, ARC, Blackfin, Z80, H8/300, V810, V850, CRIS, XAP, PIC, LM32, 8051, 6502, i4004, i8080, Propeller, Tricore, CHIP-8, LH5801, T8200, GameBoy, SNES, SPC700, MSP430, Xtensa, NIOS II, Java, Dalvik, WebAssembly, MSIL, EBC, TMS320 (c54x, c55x, c55+, c66), Hexagon, Brainfuck, Malbolge, whitespace, DCPU16, LANAI, MCORE, mcs96, RSP, SuperH-4, VAX, AMD Am29000. File FormatsELF, Mach-O, Fatmach-O, PE, PE+, MZ, COFF, OMF, TE, XBE, BIOS/UEFI, Dyldcache, DEX, ART, CGC, Java class, Android boot image, Plan9 executable, ZIMG, MBN/SBL bootloader, ELF coredump, MDMP (Windows minidump), WASM (WebAssembly binary), Commodore VICE emulator, QNX, WAD, OFF, Game Boy (Advance), Nintendo DS ROMs and Nintendo 3DS FIRMs, various filesystems. ContributingThere are many ways to contribute to the project, join the IRC/Matrix/Telegram channels, check out the github issues or grep for the TODO comments in the source. To contribute with code, create a branch in your forked repository and push a pull request, follow the coding style and ensure it passes the tests with the r2rtool to run the tests that are under the tests/subdirectory.

For more details read the CONTRIBUTING.md file. Community and DocumentationTo learn more about r2 we encourage you to watch youtube talks from r2con conference. As well as reading blogposts, slides or read the Official radare2 book, You can reach us in the following chats:

* irc.libera.chat #radare#radare_side* Matrix #radare:matrix.org* Telegram and the Side Channel
* Discord server
* Twitter: @radareorg
* Website: https://www.radare.org/ Download Radare2

___________________________
@hacking_Attack
@Hacking_Video
r2 is a rewrite from scratch of radare. It provies a set of libraries, tools and plugins to ease reverse engineering tasks. The radare project started as a simple command-line hexadecimal (https://www.kitploit.com/search/label/Hexadecimal) editor focused on forensics, over time more features were added to support a scriptable command-line low level tool to edit from local hard drives, kernel memory, programs, remote gdb servers and be able to analyze, emulate, debug, modify and disassemble any binary.
Install r2 from Git (Clone the repo and run sys/install.sh) or use pip install r2env Read the Official radare2 book (https://book.rada.re/) COMMUNITY.md (https://github.com/radareorg/radare2/blob/master/COMMUNITY.md) engagement CONTRIBUTING.md (https://github.com/radareorg/radare2/blob/master/CONTRIBUTING.md) general rules DEVELOPERS.md (https://github.com/radareorg/radare2/blob/master/DEVELOPERS.md) to improve r2 for your needs SECURITY.md (https://github.com/radareorg/radare2/blob/master/SECURITY.md) on vulnerability report (https://www.kitploit.com/search/label/Vulnerability%20Report) instructions USAGE.md (https://github.com/radareorg/radare2/blob/master/USAGE.md) for an introductory session INSTALL.md (https://github.com/radareorg/radare2/blob/master/INSTALL.md) instructions git clone https://github.com/radareorg/radare2
radare2/sys/install.sh

Plugins
Most of the plugins you need may be available in the stock r2 installation, but you can find more in the r2pm (https://github.com/radareorg/radare2-pm) package manager. r2pm update # initialize and update the package database
r2pm install [pkg] # installs the package
Some of the most installed packages are: r2ghidra (https://github.com/radareorg/r2ghidra) the native ghidra decompiler plugin: pdg command esilsolve (https://github.com/radareorg/esilsolve) symbolic execution (https://www.kitploit.com/search/label/Symbolic%20Execution) r2 plugin based on esil and z3 r2dec (https://github.com/wargio/r2dec-js) decompiler based on r2 written in js pdd r2frida (https://github.com/nowsecure/r2frida) the frida io plugin r2 frida://0 iaito (https://github.com/radareorg/iaito) - official graphical interface (Qt)
Operating Systems
Windows (since XP), Linux, Darwin, GNU/Hurd, Apple's {Mac,i,iPad,watch}OS, Android [Dragonfly, Net, Free, Open] BSD, Z/OS, QNX, Solaris, Haiku, FirefoxOS.
Architectures
i386, x86-64, ARM, MIPS, PowerPC, SPARC, RISC-V, SH, m68k, m680x, AVR, XAP, S390, XCore, CR16, HPPA, ARC, Blackfin, Z80, H8/300, V810, V850, CRIS, XAP, PIC, LM32, 8051, 6502, i4004, i8080, Propeller, Tricore, CHIP-8, LH5801, T8200, GameBoy, SNES, SPC700, MSP430, Xtensa, NIOS II, Java, Dalvik, WebAssembly, MSIL, EBC, TMS320 (c54x, c55x, c55+, c66), Hexagon, Brainfuck, Malbolge, whitespace, DCPU16, LANAI, MCORE, mcs96, RSP, SuperH-4, VAX, AMD Am29000.
File Formats
ELF, Mach-O, Fatmach-O, PE, PE+, MZ, COFF, OMF, TE, XBE, BIOS/UEFI, Dyldcache, DEX, ART, CGC, Java class, Android boot image, Plan9 executable, ZIMG, MBN/SBL bootloader, ELF coredump, MDMP (Windows minidump), WASM (WebAssembly binary), Commodore VICE emulator, QNX, WAD, OFF, Game Boy (Advance), Nintendo DS ROMs and Nintendo 3DS FIRMs, various filesystems.
Contributing
There are many ways to contribute to the project, join the IRC/Matrix/Telegram channels, check out the github issues or grep for the TODO comments in the source. To contribute with code, create a branch in your forked repository and push a pull request, follow the coding style and ensure it passes the tests with the r2r tool to run the tests that are under the tests/ subdirectory. For more details read the CONTRIBUTING.md (https://github.com/radareorg/radare2/blob/master/CONTRIBUTING.md) file.
Community and Documentation

___________________________
@hacking_Attack
@Hacking_Video
To learn more about r2 we encourage you to watch youtube talks from r2con (https://www.youtube.com/c/r2con) conference (https://rada.re/con). As well as reading blogposts, slides or read the Official radare2 book (https://book.rada.re/), You can reach us in the following chats: irc.libera.chat #radare #radare_side Matrix (https://matrix.org/) #radare:matrix.org Telegram (https://t.me/radare) and the Side Channel (https://t.me/radare_side) Discord (https://discord.gg/MgEdxrMnqx) server Twitter: @radareorg (https://twitter.com/radareorg) Website: https://www.radare.org/

Download Radare2 (https://github.com/radareorg/radare2)

___________________________
@hacking_Attack
@Hacking_Video
Radare2 - UNIX-like Reverse Engineering Framework And Command-Line Toolset

r2 is a rewrite from scratch of radare. It provies a set of libraries, tools and plugins to ease reverse engineering tasks. The radare project started as a simple command-line hexadecimal editor focused on forensics, over time more features were added to support a scriptable command-line low level tool to edit from local hard drives, kernel memory, programs, remote gdb servers and be able to analyze, emulate, debug, modify and disassemble any binary. Install r2 from Git (Clone the repo and run sys/install.sh) or use pip install r2env Read the Official radare2 book COMMUNITY.md engagement CONTRIBUTING.md general rules DEVELOPERS.md to improve r2 for your needs SECURITY.md on vulnerability report instructions USAGE.md for an introductory session INSTALL.md instructions git clone https://github.com/radareorg/radare2radare2/sys/install.sh Plugins Most of the plugins you need may be available in the stock r2 installation, but you can find more in the r2pm package manager. r2pm update # initialize and update the package databaser2pm install pkg # installs the package Some of the most installed packages are: r2ghidra the native ghidra decompiler plugin: pdg command esilsolve symbolic execution r2 plugin based on esil and z3 r2dec decompiler based on r2 written in js pdd r2frida the frida io plugin r2 frida://0 iaito - official graphical interface (Qt) Operating Systems Windows (since XP), Linux, Darwin, GNU/Hurd, Apple's {Mac,i,iPad,watch}OS, Android Dragonfly, Net, Free, Open BSD, Z/OS, QNX, Solaris, Haiku, FirefoxOS. Architectures i386, x86-64, ARM, MIPS, PowerPC, SPARC, RISC-V, SH, m68k, m680x, AVR, XAP, S390, XCore, CR16, HPPA, ARC, Blackfin, Z80, H8/300, V810, V850, CRIS, XAP, PIC, LM32, 8051, 6502, i4004, i8080, Propeller, Tricore, CHIP-8, LH5801, T8200, GameBoy, SNES, SPC700, MSP430, Xtensa, NIOS II, Java, Dalvik, WebAssembly, MSIL, EBC, TMS320 (c54x, c55x, c55+, c66), Hexagon, Brainfuck, Malbolge, whitespace, DCPU16, LANAI, MCORE, mcs96, RSP, SuperH-4, VAX, AMD Am29000. File Formats ELF, Mach-O, Fatmach-O, PE, PE+, MZ, COFF, OMF, TE, XBE, BIOS/UEFI, Dyldcache, DEX, ART, CGC, Java class, Android boot image, Plan9 executable, ZIMG, MBN/SBL bootloader, ELF coredump, MDMP (Windows minidump), WASM (WebAssembly binary), Commodore VICE emulator, QNX, WAD, OFF, Game Boy (Advance), Nintendo DS ROMs and Nintendo 3DS FIRMs, various filesystems. Contributing There are many ways to contribute to the project, join the IRC/Matrix/Telegram channels, check out the github issues or grep for the TODO comments in the source. To contribute with code, create a branch in your forked repository and push a pull request, follow the coding style and ensure it passes the tests with the r2r tool to run the tests that are under the tests/ subdirectory. For more details read the CONTRIBUTING.md file. Community and Documentation To learn more about r2 we encourage you to watch youtube talks from r2con conference. As well as reading blogposts, slides or read the Official radare2 book, You can reach us in the following chats: irc.libera.chat #radare #radare_side Matrix #radare:matrix.org Telegram and the Side Channel Discord server Twitter: @radareorg Website: https://www.radare.org/ Download Radare2
Read more...

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Are cryptocurrency exchange hacks easier?

Bithumb lost an estimated $30 Million. Bithumb's hack took place on June 19, with about $30 million in tokens stolen, Coinrail: $37.2 Million Before Bithumb, there was Coinrail. The rival South Korean exchange was hacked just over a week before Bithumb.

Thieves took about $37.2 million worth of digital currency, with the bulk of tokens stolen including those of Pundi X and Aston coins.

Bitcoin lost around 11% of its total value in the immediate aftermath of the hack BitGrail: $195 Million Coincheck: $534 Million From 2012 over 45 exchanges have suffered great expoilts. Being a moderator of a subreddit, and exposure to years of experience in the hacking world. I feel its a pattern.

Are cryptocurrency exchanges doing a terrible job in terms of cyber security?

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

___________________________
@hacking_Attack
@Hacking_Video