Sign in to follow this
Followers
0

how to hack alarm systems how to hack alarm systems
By
dEEpEst, in Video Tutorials
-
Similar Content
-
By itsMe
Hidden Content
Give reaction to this post to see the hidden content. 7 lessons to learn a new skill
What you’ll learn
Photoshop portrait drawing.
Making illustrations in Photoshop
On a computer, drawing with a mouse
Photoshop software
Requirements
Photoshop is available.
Description
From the very beginning, learn a new portrait sketching talent in just seven courses. I’ll show you how to sketch with a mouse on a computer in this tutorial. You don’t need any drawing talents or Photoshop knowledge; all you need is a computer, a mouse, and Photoshop.
You will study the following in seven lessons:
Photoshop software
How to sketch on a computer with a mouse
The characteristics of the face’s construction
How to Pick Colors
The guidelines for lighting and shadow placement in the artwork
What gives the portrait the appearance of a person in a photograph?
Make your first portrait.
How to bring a portrait to life by adding realistic eyes, blush, and hair
There are several methods for producing portrait backgrounds.
Make three more illustrations.
Drawings will be possible for everyone!
You will have various illustrations in your portfolio after completing the course. Drawing pictures for customers is a good way to start earning money.
How to profit from it:
Today, drawing portraits is a prominent ability. You will be able to earn up to 1500 € a month after completing the course by drawing:
Blogger avatars, stickers, and table covers
Professional logos
Business cards, billboards, presentations, and information goods can all benefit from portraits.
Invitations to weddings
Newborn dimensions
Gifts, souvenir portraits, and much more are all available.
The possibilities for art portraits are endless.
From 3-4 orders, you can refund the cost of the course!
What exactly do you require?
A computer, a mouse, and Photoshop are all you need.
You will learn everything you need to know about Photoshop and drawing during the course.
Who this course is for:
Freelancers: Photoshop for Beginners, Drawing for Beginners
Hidden Content
Give reaction to this post to see the hidden content.
Hidden Content
Give reaction to this post to see the hidden content. -
By itsMe
Hidden Content
Give reaction to this post to see the hidden content. You can automatically extract and scrape data from websites using the Python script.
What you’ll learn
To begin with, create a Python environment.
Make a virtual environment and activate it.
Create a Python script.
A Python Script Prototype
Using a Python script, extract data from a website.
Save the extracted data automatically.
Requirements
Python expertise is recommended.
Description
Python is a high-level, general-purpose programming language that is interpreted. With substantial indentation, its design philosophy emphasises code readability.
Web scraping (data extraction) is the practice of obtaining data from the internet. Web scraping includes even capturing and pasting the lyrics of your favourite music! The term “web scraping,” on the other hand, generally refers to an automated operation. Some websites dislike having their data scraped by automated scrapers, while others do not.
You’re unlikely to encounter any issues if you scrape a website responsibly for educational reasons. Even so, it’s a good idea to conduct some independent research and double-check that you’re not breaking any terms of service before embarking on a large-scale project.
You can scrape any website you want on the Internet, but the complexity varies depending on the site.
This course will provide you with an overview of web scraping so you can better grasp how it works. Then you can use the same procedure to scrape any website you like.
Before you develop any Python code, you should familiarise yourself with the website you wish to scrape. That should be the first step in every web scraping job you take on. To extract the information that’s useful to you, you’ll need to grasp the site’s structure. To begin, open your preferred browser and go to the website you wish to scrape.
Who this course is for:
An introduction to data extraction for beginners (web scrapping)
Hidden Content
Give reaction to this post to see the hidden content.
Hidden Content
Give reaction to this post to see the hidden content. -
By itsMe
Hidden Content
Give reaction to this post to see the hidden content.
Hidden Content
Give reaction to this post to see the hidden content. -
By itsMe
Hidden Content
Give reaction to this post to see the hidden content. Decrypt passwords/cookies/history/bookmarks from the browser.
HackBrowserData is an open-source tool that could help you decrypt data ( password|bookmark|cookie|history|credit card|download|localStorage|extension ) from the browser. It supports the most popular browsers on the market and runs on Windows, macOS and Linux.
Disclaimer: This tool is limited to security research only, and the user assumes all legal and related responsibilities arising from its use! The author assumes no legal responsibility!
hack-browser-data-v0.4.2 Latest
Changes
feat: support export extension @moonD4rk (#129)
feat: enhance cmd color log output @moonD4rk (#129)
docs: add logo for HackBrowserData @moonD4rk (#128)
Supported Browser
Windows
Browser Password Cookie Bookmark History Google Chrome ✅ ✅ ✅ ✅ Google Chrome Beta ✅ ✅ ✅ ✅ Chromium ✅ ✅ ✅ ✅ Microsoft Edge ✅ ✅ ✅ ✅ 360 Speed ✅ ✅ ✅ ✅ QQ ✅ ✅ ✅ ✅ Brave ✅ ✅ ✅ ✅ Opera ✅ ✅ ✅ ✅ OperaGX ✅ ✅ ✅ ✅ Vivaldi ✅ ✅ ✅ ✅ Yandex ✅ ✅ ✅ ✅ CocCoc ✅ ✅ ✅ ✅ Firefox ✅ ✅ ✅ ✅ Firefox Beta ✅ ✅ ✅ ✅ Firefox Dev ✅ ✅ ✅ ✅ Firefox ESR ✅ ✅ ✅ ✅ Firefox Nightly ✅ ✅ ✅ ✅ Internet Explorer ❌ ❌ ❌ ❌
Hidden Content
Give reaction to this post to see the hidden content. -
By dEEpEst
How to solve CTF
Challenge types
Jeopardy style CTFs challenges are typically divided into categories. I'll try to briefly cover the common ones.
Cryptography - Typically involves decrypting or encrypting a piece of data
Steganography - Tasked with finding information hidden in files or images
Binary - Reverse engineering or exploiting a binary file
Web - Exploiting web pages to find the flag
Pwn - Exploiting a server to find the flag
Where do I start?
If I managed to pique your curiosity, I've compiled a list of resources that helped me get started learning. CTF veterans, feel free to add your own resources in the comments below!
Learning
http://ctfs.github.io/resources/ - Introduction to common CTF techniques such as cryptography, steganography, web exploits (Incomplete)
https://trailofbits.github.io/ctf/forensics/ - Tips and tricks relating to typical CTF challenges/scenarios
https://ctftime.org/writeups - Explanations of solutions to past CTF challenges
Resources
https://ctftime.org - CTF event tracker
https://github.com/apsdehal/awesome-ctf - Comprehensive list of tools and further reading
Tools (That I use often)
binwalk - Analyze and extract files
burp suite - Feature packed web penetration testing framework
stegsolve - Pass various filters over images to look for hidden text
GDB - Binary debugger
The command line 🙂
Practice
Many of the "official" CTFs hosted by universities and companies are time-limited competitions. There are many CTFs however that are online 24/7 that can be used as practice and learning tools. Here are some that I found to be friendly for beginners.
https://ctflearn.com - A collection of various user-submitted challenges aimed towards newcomers
https://overthewire.org/wargames/ - A series of progressively more difficult pwn-style challenges. (Start with the bandit series)
https://2018game.picoctf.com/ - Yearly time-limited CTF now available to use as practice
Conclusion
CTF is a great hobby for those interested in problem-solving and/or cyber security. The community is always welcoming and it can be a lot of fun tackling challenges with friends.
Thank you for reading!
-