UNDERCODE COMMUNITY
2.69K subscribers
1.23K photos
31 videos
2.65K files
80.5K 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
Forwarded from UNDERCODE NEWS
Lenovo released laptops running Windows 10 entirely on ARM-processors.
#Technologies
Forwarded from UNDERCODE NEWS
US CISA, “The attackers of Soliwinds also targeted weak passwords”.
#CyberAttacks
Forwarded from UNDERCODE NEWS
Central banks looted New Zealand's emerging hacking victims over the weekend.
#CyberAttacks
Forwarded from UNDERCODE NEWS
The Ministry of Commerce of China announced a new law to be extended to international firms and began to enforce it immediately.
#International
Forwarded from UNDERCODE NEWS
In New York, a bar owner wants to sell two Bitcoin bars for $1 million.
#International
Forwarded from UNDERCODE NEWS
OLED panel upgrade: Lenovo launches new versions of the Yoga Slim 7i Pro.
#Technologies
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁

Perfect hacking tools for linux :

»Frida(https://github.com/frida/frida/releases)

>>Objection - mobile exploration toolkit by Frida(https://github.com/sensepost/objection)

>>Bfinject(https://github.com/BishopFox/bfinject)

>>iFunbox(http://www.i-funbox.com/)

>>Libimobiledevice - library to communicate with the services of the Apple ios devices(https://www.libimobiledevice.org/)

>>iRET (iOS Reverse Engineering Toolkit)(https://www.veracode.com/sites/default/files/Resources/Tools/iRETTool.zip) - includes oTool, dumpDecrypted, SQLite, Theos, Keychain_dumper, Plutil

>>Myriam iOS(https://github.com/GeoSn0w/Myriam)

>>iWep Pro - wireless suite of useful applications used to turn your iOS device into a wireless network diagnostic tool(https://itunes.apple.com/us/app/iweppro/id578135585?mt=8)

>>Burp Suite(https://portswigger.net/burp/communitydownload)

>>Cycript(https://cydia.saurik.com/api/latest/3)

>>needle - The iOS Security Testing Framework(https://github.com/FSecureLABS/needle)

>>iLEAPP - iOS Logs, Events, And Preferences Parser(https://github.com/abrignoni/iLEAPP)

>>Cutter - Free and Open Source RE Platform powered by radare2(https://cutter.re/)

>>decrypt0r - automatically download and decrypt SecureRom stuff(https://github.com/shinvou/decrypt0r)

references git
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
Forwarded from DailyCVE
🔵OKLite has logic flaw vulnerability:

https://dailycve.com/oklite-has-logic-flaw-vulnerability
Forwarded from UNDERCODE NEWS
The total market value of global cryptocurrencies has fallen below $1 trillion.
#Updates
Forwarded from UNDERCODE NEWS
Global cryptocurrencies have sunk below $1 trillion in gross market cap.
#Updates
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁

🦑Data structures and algorithms: where to start?

In programming, algorithms and data structures are a must-have for successfully learning any language. Algorithm is a system of operations performed in a specific order, taking into account specified conditions. There is a separate course at Shultays Education that allows you to learn several skills:

drawing up flowcharts of ideas, thanks to which the programs will be implemented;
programming using classical data structures;
the ability to create and understand linear data structures, sorting algorithms;
the ability to understand algorithms and data structures in Python, increasing the efficiency of working with the language;
the use of classical algorithms that form the basis of many projects.
You can get training not only through Shultais Education courses, but also thanks to books on algorithms and data structure. Their main drawback is that the materials are difficult for those who have no experience in programming at all. A more affordable alternative is to use video tutorials created by professionals who understand how to properly present material. Key benefits of video-assisted learning:

> visualization makes learning the lessons faster. The video demonstrates specific examples of working in a programming environment;

> it is always possible to stop playing in order to perform the exercises on your own;
a registered user can review the video later.

🦑For Shultais Education Algorithms and Data Structures programming courses to be effective, you should know the basic data structures:

linked list;
array;
stack;
queue;
hash table;
map;
trie tree;
graph;
binary tree;
skip list;
heap.
https://shultais.education/courses/algo
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁