Posts

Batch file and some Fun commands

Image
  What is batch scripts? A batch script is a text file that contains certain commands that are executed in sequence. It is used to simplify certain repetitive tasks or routines in the Windows, DOS and OS/2 operating systems , and is also used in complex network and system administration. Batch executions There are 2 ways to execute a batch script. Type the batch script in the command prompt. Write the code of script in a file and execute it through the command prompt. Typing commands again and again on the terminal can be a very tedious task to do if we have a very lengthy code. So option 2 is generally preferred to create batch files. How to create batch file? Create a new text file with a ‘ .txt ‘ extension. Now rename this file with extension as ‘ .bat ‘ this creates a Batch file. Now open this .bat file in any text editor and start scripting. To begin scripting we must be aware of the commands of the batch interface. The commands of Batch are sometimes similar to Linux Scriptin...

Woman Allegedly Hacked Flight School, Cleared Planes With Maintenance Issues to Fly

Image
Interesting story 🚩🌏 A 26-year-old allegedly hacked into an app used by a flight school to manage airplanes in an attempt to get back at her former employer. A woman allegedly hacked into the systems of a flight training school in Florida to delete and tamper with information related to the school's airplanes. In some cases, planes that previously had maintenance issues had been "cleared" to fly, according to a police report. The hack, according to the school's CEO, could have put pilots in danger.  Lauren Lide, a 26-year-old who used to work for the Melbourne Flight Training school, resigned from her position of Flight Operations Manager at the end of November of 2019, after the company fired her father. Months later, she allegedly hacked into the systems of her former company, deleting and changing records, in an apparent attempt to get back at her former employer, according to court records obtained by Motherboard.  The news of her arrest was first reported by  l...

Kali Linux Introduction

Image
  1st of all kali is open source so guys if you can able to donate please visit: kali.org🙏 Thanks for the wonderful OS kali Team.... What is kali linux? My ans: One of the Best Penetration Testing Linux distribution Operating System.. Really it's true if you have kali linux::::great power comes with great responsibility... You must control yourself. Because imagine you drive powerful bike like Kawasaki h2r  if you have well experience and know how drive with skill..your audience claps you...but 1st time you drive Kawasaki h2r even you don't know how to drive hero splendor then think what would be happened...same as this field kali is powerful Linux OS so..if you don't know what you doing then it going to be dangerous...because most of the tools break the law and rules of the government and private company policies..so handle very safely..... Wiki ans:   Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. It is maintai...

Windows vs Linux

Image
  Truly its tough competition 🤯🚩. Anyway let's identify the differences of windows and Linux.. Windows? Wiki ans: Microsoft Windows, commonly referred to as Windows, is a group of several proprietary graphical operating system families, all of which are developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry.   Which means it's completely (99%) graphical oriented design so it's user friendly.. Linux? Wiki ans: Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged in a Linux distribution.   My Question is linux is OPERATING SYSTEM??🤯 Ans Me__😭 Lee can find best linux based os...exactly  linux distribution like ubuntu, CentOS,Mint, etc..... Comparison of Linux distribution is vs windows.. For example: Ubuntu vs windows  Ubuntu is an open-source operating system , whose so...

Json webtoken or jwt Format and encode , decode

Image
  1st of all Thanks  to jwt.io team and you can buy a coffee for them... One of the secure token jwt.. most of the trusted organizations uses jwt... JSON Web Tokens are an open, industry standard  RFC 7519  method for representing claims securely between two parties. JWT.IO allows you to decode, verify and generate JWT. What is JWT? JSON Web Token is a proposed Internet standard for creating data with optional signature and/or optional encryption whose payload holds JSON that asserts some number of claims. The tokens are signed either using a private secret or a public/private key.   What are the Algorithms Available? There are 12 algorithms currently available.. YOUTUBE TUTORIAL EXAMPLE  ✳⛔YOUTUBE VIDEO CLICK HERE ⛔✳ Let's  see what are they..... Debugger Warning:  JWTs are credentials, which can grant access to resources. Be careful where you paste them! We do not record tokens, all validation and debugging is done on the client side Algorithm H...

Html code or Html5 online editor

Image
  What is HTML? HTML (Hypertext Markup Language) is the code that is used  to structure a web page and its content . For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables.  We can able to design customized websites using html code... Basically it's a front end design... What is the Advantages of HTML? HTML is Easy to Learn and Use. HTML is very easy to learn and understand. ... HTML is Free. ... HTML is supported by all Browsers. ... HTML is the Most Friendly Search Engine. ... HTML is Simple to Edit. ... HTML can Integrate Easily with Other Languages. ... HTML is Lightweight. ... HTML is Basic of all Programming Languages. Connection between our html code and our browser? Web browsers  receive HTML documents from a  web server  or from local storage and  render  the documents into multimedia web pages. HTML describes the structure of a  web page   semantically ...