UNDERCODE COMMUNITY
2.67K subscribers
1.23K photos
31 videos
2.65K files
79.9K links
πŸ¦‘ Undercode Cyber World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

✨ Web & Services:
β†’ Undercode.help
Download Telegram
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘WHY REVERSE ENGINEERING ?
#Basic

> To disassemble a program, someone doing reverse engineering on software can use several tools. One instrument is a hexadecimal dumper that prints or shows a program's binary numbers in hexadecimal format (which is easier to read than a binary format).

> The reverse engineer will classify some parts of a program and see how they operate by understanding the bit patterns that represent the processor instructions as well as the instruction lengths. The disassembler is another popular method. The disassembler reads the binary code and then reveals the text form of each executable command.

> A disassembler can not say the difference between an executable instruction and the program's code, so a debugger is used to keep the disassembler from disassembling the program's data parts. A cracker may use these techniques to change code to gain access to a computer system or inflict other harm.

> Reverse engineering of electronics means pulling a system apart to see if it functions. For example, if a maker of processors needs to see how the processor of a competitor operates, they might buy the processor of a competitor, disassemble it, and then make a processor close to it. In certain nations, however, this method is unconstitutional. In general, reverse engineering of hardware involves a great deal of experience and is very costly.

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Surface Pro 7: 250 € discount for the famous 2 in 1.
#Technologies
Forwarded from UNDERCODE NEWS
Jack Ma offered China a stake in finance giant Annette to appease the administration.
#International
Forwarded from UNDERCODE NEWS
Warning! Spyware PegASUS can eavesdrop on information in iOS devices without user contact.
#Vulnerabilities
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

SS7 TOOL

1) git clone https://github.com/ernw/ss7MAPer
The dependencies

2) cd ss7MAPer
rebar get-deps
Patch the dependencies

3) cd deps/osmo_map
patch -p1 < ../../patches/osmo_map.patch

4) cd ../osmo_sccp
patch -p1 < ../../patches/osmo_sccp.patch

cd ../osmo_ss7
patch -p1 < ../../patches/osmo_ss7.patch

5) Get the deps to build (; This is not as easy as it might sound, I needed to:
Patch the epacp/rebar.config and replace

{port_envs, [
{"DRV_CFLAGS", "-g -Wall $ERL_CFLAGS"},
{"DRV_LDFLAGS", "-lpcap $ERL_LDFLAGS"}
]}.
with

{port_envs, [
{"CFLAGS", "-g -Wall $ERL_CFLAGS"},
{"LDFLAGS", "-lpcap $ERL_LDFLAGS"}
]}.
Another dependency is not covered by rebar, so you need to fetch it manually:

cd deps
git clone http://cgit.osmocom.org/erlang/signerl/
Build the ASN.1 source files:

cd deps/signerl/TCAP/asn_src/ITU
make
Copy the ASN.1 files to osmo_sccp:

cp deps/signerl/TCAP/asn_src/ITU/*rl deps/osmo_sccp/src/
Also the osmo libs have dependencies on each other and some other deps are shared, so I created some symlinks:

mkdir deps/epcap/deps
ln -sd ../../pkt deps/epcap/deps/pkt
mkdir deps/osmo_sccp/deps
ln -sd ../../osmo_ss7 deps/osmo_sccp/deps/osmo_ss7
ln -sd ../../epcap deps/osmo_sccp/deps/epcap
ln -sd ../../pkt deps/osmo_sccp/deps/pkt
ln -sd ../../signerl/MAP deps/osmo_sccp/deps/MAP
ln -sd ../../signerl/SCCP deps/osmo_sccp/deps/SCCP
ln -sd ../../signerl/TCAP deps/osmo_sccp/deps/TCAP
mkdir deps/osmo_map/deps
ln -sd ../../osmo_ss7 deps/osmo_map/deps/osmo_ss7
ln -sd ../../epcap deps/osmo_map/deps/epcap
ln -sd ../../pkt deps/osmo_map/deps/pkt
And copy some files in place:

cp deps/signerl/SCCP/itu/include/sccp.hrl deps/osmo_sccp/src/
cp deps/signerl/TCAP/include/tcap.hrl deps/osmo_map/src/
Build the code

rebar co

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
IBM acquires cloud consulting service provider Nordcloud to challenge Amazon and Microsoft.
#International
Forwarded from UNDERCODE NEWS
WeChat has been exposed as "the most stringent new regulations"! Users should pay attention to the account.
#Vulnerabilities
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

MacOS Apps Hacks:

This is a shared libraries that spoofs some ObjC method calls.

Make sure to disable SIP (csrutil disable from Recovery) :

1) git clone https://github.com/gebeto/macos-hacks

2) cd macos-hacks

3) cd <APPLICATION>

4) make

5) You can use run.sh, it's a wrapper script that sets necessary environment variables to insert the lib and launches Applications (it assumes that installed to /Applications, edit the script if it differs for you).

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Scan QR Code or QuickPass? Alipay will join Apple Pay to add new evidence.
#Updates
Forwarded from UNDERCODE NEWS
Orbx launches a new β€œMicrosoft Flight Simulator” plug-in kit in Paris.
#International
ReverseEngineering 2020 course free-legit :

https://github.com/0xZ0F/Z0FCourse_ReverseEngineering
Forwarded from UNDERCODE NEWS
EFF: With the aim of cryptocurrencies, the US government is widening the reach of its financial regulation.
#Updates
Forwarded from UNDERCODE NEWS
Let's Encrypt certificate problem has been resolved: Next year's modifications would not impact old Android devices.
#Updates
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

EVERY COURSE IN WORLD FOR FREE, LEGIT DOWNLOAD-GIT :

Algorithms
Artificial Intelligence
Business
Chemistry
Compilers
Computer Science
Computer vision
Cryptocurrency
Cryptography
CSS
Decentralized systems
Deep Learning
Discrete math
Functional programming
Game development
Haskell
Investing
iOS
Machine learning
Math
Networking
Neuroscience
Natural Language Processing
Operating systems
Programming
React
ReasonML
Rust
Scala
Security
Statistics
Swift
Type theory
Vim
Web Development
Related
Algorithms
Algorithmic thinking πŸ’°
Algorithms (2010) - Taught by Manuel Blum who has a Turing Award due to his contributions to algorithms. πŸ†“
Algorithms specialization
Algorithms: Part 1 πŸ†“
Algorithms: Part 2 πŸ†“
Data structures (2016) πŸ†“
Data structures (2017) πŸ†“
Design and analysis of algorithms (2012) πŸ†“
Evolutionary computation (2014) πŸ†“
Introduction to programming contests (2012) πŸ†“
MIT advanced data structures (2014) πŸ†“
MIT introduction to algorithms πŸ†“
Artificial Intelligence
Berkeley intro to ai (2014) πŸ†“
MIT artificial intelligence (2010) πŸ†“
The society of mind (2011) πŸ†“
Business
Gamification πŸ’°
Chemistry
Bioinformatics specialization πŸ’°
Compilers
Principles of compiler design (2016) πŸ†“
Stanford compiler construction (2016) πŸ†“
Computer Science
Computational complexity (2008) πŸ†“
Computer science 101 πŸ†“
Data structures πŸ’°
Great ideas in computer architecture (2015) πŸ†“
Information retrieval (2013) πŸ†“
MIT great ideas in theoretical computer science πŸ†“
MIT Mathematics for Computer Science (2010) πŸ†“
MIT Structure and Interpretation of Programs (1986) πŸ†“
Quantum Information Science II: Efficient Quantum Computing - fault tolerance and complexity (2018) πŸ†“
Software foundations (2014) πŸ†“
The art of recursion (2012) πŸ†“
Computer vision
Computer vision πŸ†“
Introduction to computer vision (2015) πŸ†“
Programming computer vision with python (2012) πŸ†“
Cryptocurrency
Bitcoin and Cryptocurrency Technologies πŸ†“
Cryptography
Stanford cryptography I πŸ’°
Stanford cryptography II (2017) πŸ’°
CSS
CSS Grid by Wes Bos πŸ†“
Decentralized systems
MIT Decentralized Applications (2018) πŸ†“
Deep Learning
Advanced Deep Learning & Reinforcement Learning (2018) πŸ†“
Berkeley deep reinforcement learning (2017) πŸ†“
Deep learning (2017) πŸ†“
Stanford natural language processing with deep learning (2017) πŸ†“
Deep learning at Oxford (2015) πŸ†“
Lectures πŸ†“
Oxford CS Deep NLP (2017) πŸ†“
Ucl reinforcement learning (2015)
Stanford convolutional neural networks for visual recognition πŸ†“
Stanford deep learning for natural language processing πŸ†“
Discrete math
Discrete Mathematics and Probability Theory πŸ†“
Functional programming
Course in functional programming by KTH πŸ†“
Functional Programming Course πŸ†“
Programming paradigms (2018) πŸ†“
Functional Programming in OCaml (2019)
Game development
HTML5 game development πŸ†“
Haskell
Advanced Programming (2017) πŸ†“
Haskell ITMO (2017) πŸ†“
Introduction to Haskell (2016) πŸ†“
Stanford functional systems in Haskell (2014) πŸ†“
Investing
Computational investing πŸ’°
iOS
Developing iOS 10 apps with Swift (2017) πŸ†“
Machine learning
MIT Deep Learning (2019)
Amazon’s Machine Learning University course (2018) πŸ†“
Advanced Machine Learning with TensorFlow on Google Cloud Platform Specialization - Get hands-on experience optimizing, deploying, and scaling production ML models. πŸ’°
Artificial intelligence for robotics πŸ†“
Coursera machine learning πŸ’°
Introduction to Deep Learning (2018) - Introductory course on deep learning algorithms and their applications. πŸ†“
Introduction to Machine Learning for Coders - The course covers the most important practical foundations for modern machine learning. πŸ†“
Introduction to matrix methods (2015) πŸ†“
Learning from data (2012) πŸ†“
Machine Learning Crash Course (2018) - Google's fast-paced, practical introduction to machine learning. πŸ†“
Machine learning for data science (2015) πŸ†“
Machine learning in Python with scikit-learn πŸ†“
Machine Learning with TensorFlow on Google Cloud Platform Specialization - Learn ML with Google Cloud. Real-world experimentation with end-to-end ML. πŸ’°
Mathematics of Deep Learning, NYU, Spring (2018) πŸ†“
EVERY COURSE IN WORLD FOR FREE, LEGIT DOWNLOAD-GIT :


mlcourse.ai - Open Machine Learning course by OpenDataScience. πŸ†“
Neural networks for machine learning πŸ’°
Notes πŸ†“
Practical Deep Learning For Coders (2018) - Learn how to build state of the art models without needing graduate-level math. πŸ†“
Statistical learning (2015) πŸ†“
Tensorflow for deep learning research (2017) πŸ†“
Math
Abstract algebra (2019) πŸ†“
MIT linear algebra (2010) πŸ†“
MIT multivariable calculus (2007) πŸ†“
MIT multivariable calculus by Prof. Denis Auroux πŸ†“
MIT multivariable control systems (2004) πŸ†“
MIT singlevariable calculus (2006) πŸ†“
Nonlinear dynamics and chaos (2014) πŸ†“
Stanford mathematical foundations of computing (2016) πŸ†“
Types, Logic, and Verification (2013)
Networking
Introduction to computer networking πŸ†“
Introduction to EECS II: digital communication systems (2012) πŸ†“
Neuroscience
The Human Brain (2018) πŸ†“
Natural Language Processing
YSDA Natural Language Processing course (2018) πŸ†“
Operating systems
Computer Science 162 πŸ†“
Computer science from the bottom up πŸ†“
How to make a computer operating system (2015) πŸ†“
Operating system engineering πŸ†“
Programming
Build a modern computer from first principles: from nand to tetris πŸ’°
Introduction to programming with matlab πŸ’°
MIT software construction (2016) πŸ†“
MIT structure and interpretation of computer programs (2005) πŸ†“
Stanford C Programming πŸ†“
Structure and interpretation of computer programs (in Python) (2017) πŸ†“
Unix tools and scripting (2014) πŸ†“
Composing Programs - Free online introduction to programming and computer science.
React
Advanced React Patterns (2017) πŸ†“
Beginner's guide to React (2017) πŸ†“
Survive JS: React, From apprentice to master πŸ†“
Building React Applications with Idiomatic Redux πŸ†“
Building React Applications with Redux πŸ†“
Complete intro to React v4 (2018) πŸ†“
Leverage New Features of React 16 (2018) πŸ†“
React Holiday (2017) - React through examples. πŸ†“
ReasonML
Get Started with Reason (2018) πŸ†“
Rust
Rust programming (2016) πŸ†“
Scala
Functional programming principles in scala πŸ’°
Security
Computer and network security (2013) πŸ†“
Hacker101 (2018) - Free class for web security. πŸ†“
Statistics
Introduction to probability - the science of uncertainty πŸ†“
MIT probabilistic systems analysis and applied probability (2010) πŸ†“
Statistical Learning (2016) πŸ†“
Statistics 110 πŸ†“
Swift
Hacking with Swift (2018) πŸ†“
Type theory
Homotopy Type Theory (2014) πŸ†“
Vim
Vim valley πŸ’°
Web Development
Cutting-edge web technologies (2015) πŸ†“
Interactive Flexbox course (2018) πŸ†“
Related
Awesome artificial intelligence πŸ†“
Awesome courses πŸ†“
CS video courses πŸ†“
Data science courses πŸ†“
Dive into machine learning πŸ†“

πŸ¦‘DOWNLOAD https://github.com/learn-anything/courses

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁