NeoLAB – Telegram
NeoLAB
33 subscribers
150 photos
29 videos
94 files
335 links
Lab of @neo_is_kal

🐧 | @ArchLinuxIndia
🐚 | @PrivacyToolsIOChat
🍬 | @FossMemes

This is a Journal + Shrine of links
Website: https://neovoid.is-cool.dev
Download Telegram
Hacking is the art of creative problem solving, whether that means finding an unconventional solution to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation needed to really push the envelope.
Rather than merely showing how to run existing exploits, author Jon Erickson explains how arcane hacking techniques actually work. To share the art and science of hacking in a way that is accessible to everyone, Hacking: The Art of Exploitation, 2nd Edition introduces the fundamentals of C programming from a hacker's perspective.
The included LiveCD provides a complete Linux programming and debugging environment—all without modifying your current operating system. Use it to follow along with the book's examples as you fill gaps in your knowledge and explore hacking techniques on your own. Get your hands dirty debugging code, overflowing buffers, hijacking network communications, bypassing protections, exploiting cryptographic weaknesses, and perhaps even inventing new exploits. This book will teach you how to:
• Program computers using C, assembly language, and shell noscripts
• Corrupt system memory to run arbitrary code using buffer overflows and format strings
• Inspect processor registers and system memory with a debugger to gain a real understanding of what is happening
• Outsmart common security measures like nonexecutable stacks and intrusion detection systems
• Gain access to a remote ser
Mount the Android devices using simple-mtpfs

simple-mtpfs -l : To list device (instead of lsblk)
Note the device number

mount the android drive with:
simple-mtpfs --device <device number> <path to mount at>

now to unmount:
umount -l <path>

#notes
Philosophies that linux follows
🔥1
#books
The Art of Unix Programming
by Eric S. Raymond

http://www.catb.org/~esr/writings/taoup/html/index.html
Linux File system
Scientific research is about discovering new things and applying them to improvements in life style for people and animals. But careers in science are now very demanding, requiring much more than a keen scientific mind and practical ability. If you are considering a career in research, have already embarked on your career and want to succeed, are uncertain which route to take, or advise, train or supervise scientists, this book should offer some helpful advice. It covers topics ranging from choosing a PhD or postdoctoral position, successful interviews and preparing your cv to managing your supervisor; how to give successful talks, publish high quality papers and get yourself known; and broad aspects of science which are so important today, including ethics and fraud, intellectual property and exploitation and disseminating science to the public.
#books