CodeOnBy - In Between Bytes
  • Home
  • Programming
    • JavaScript
    • Python
  • System
    • Cross-platform
    • Linux
    • macOS
    • Windows
  • Gear
  • About Me
Home
Programming
    JavaScript
    Python
System
    Cross-platform
    Linux
    macOS
    Windows
Gear
About Me
CodeOnBy - In Between Bytes
  • Home
  • Programming
    • JavaScript
    • Python
  • System
    • Cross-platform
    • Linux
    • macOS
    • Windows
  • Gear
  • About Me
Browsing Category
System
Cross-platform System

Multiboot USB – Kali, Kon-Boot and More

May 24, 2020 No Comments

What’s going on guys?

At this point you should know I love my crafty USBs with a lot of utility. So for this post I wanted to make one including pretty much everything I use:

  • Kali Linux
  • Kon-Boot
  • Hiren’s Boot CD
  • Clonezilla
  • Windows Installers
  • and more…

The main idea is that instead of carrying several USBs around, we can simply buy one big USB – I recommend at least 64gb or more – and have everything configured in one swiss hacker USB. 😀

We will create this USB under Windows operating system using a tool I just found out about called YUMI – Your Universal Multiboot Installer.

Continue reading
Reading time: 2 min
Share:
Written by: codeboss
Cross-platform JavaScript Programming System

Ionic 4 – How To Make a Simple Card Matching Game (4 of 4)

May 6, 2020 No Comments

[ Part 1 (Introduction) – Part 2 – Part 3 – Part 4 ]

Yooo! What’s going on?

Here we are with the last part of our Ionic card matching game!

Out of all the parts, this will be the shortest one given we have put in so much work already in the previous parts one through three.

If you’ll remember, in part three we had left off with a fully functioning level that had a time and life counter, along with the displayed cards.

This time around, we will basically use that same code to create another two levels and then we’ll cover some other small interface details.

Coding Summary

Let’s begin by creating another two pages (one for each other level):

Continue reading
Reading time: 2 min
Share:
Written by: codeboss
Cross-platform Programming Python System

Netcat Tricks for iPhone

April 29, 2020 No Comments

Whats up guys!

In this post we’ll take a look at 3 cool tricks using netcat on the iPhone.

Note that you will need a jailbroken device in order to follow along; alternatively, you can just use a laptop/desktop with netcat installed.

Using checkra1n jailbreak, this has become trivial for most devices.

Networking Tools for iPhone

In order to use a lot of the networking tools in the iPhone, you’ll need to download them from Cydia first.

Go under Terminal Support and choose a terminal of your choice.

I went ahead with NewTerm.

Then make sure you have netcat installed from Networking section.

That’s everything we’re going to need.

Continue reading
Reading time: 1 min
Share:
Written by: codeboss
Cross-platform Programming Python System

Port Scanner in Python 3 (pyDroid and iPhone)

April 21, 2020 1 Comment

Heyyy! How ya doing?

Finally I have some free time and able to make some more videos! Very excited to learn some more stuff and share it with you guys. 🙂

To start things off smoothly I decided to do a short Python script – a port scanner, which we’ll program in a few lines of code.

This is an idea suggested by a viewer, to do small projects using mobile devices (pyDroid on Android and vim text editor on jailbroken iPhone).

Once you figure out which device you’ll be using, lets get started…

Port Scanner Using Threads

It’s important to use threads for such a program to shorten run time. With that said, we’ll need the system, socket and threading modules.

Continue reading
Reading time: 1 min
Share:
Written by: codeboss
Cross-platform Programming Python System

Bind Shell in Python 3

January 28, 2020 3 Comments

What’s going on guys?

I have been packed with work and studying for certifications recently, leaving me little time to bring you some cool articles. 🙁

Anyway, I’ve been interested in analyzing different types of shells and coding them myself with custom options.

This time we’ll stick to the basics though: we’ll be looking at a bind shell coded in Python 3, of course, in as few lines of code as possible.

Why Bind Shell?

Every shell has its purpose and we need to be looking to increase our arsenal and understanding of what shell works better in each case.

A bind shell, while clumsy in implementation on most targets – considering you have to do port forwarding and have it listening – does have its advantages when it comes to flexibility from the attacking system. It allows us to connect using different tools like a proxy, for example, or even from a coffee shop or another anonymous location.

Continue reading
Reading time: 2 min
Share:
Written by: codeboss
Page 2 of 6«1234»...Last »

Recent Posts

  • Python for Data Recovery
  • Data Recovery using Hex Editor
  • File Transfer in Python 3
  • Intro to SQL Injection (Lab #1)
  • Apache, MySQL & PHP Setup (Win/Linux) for SQL Injection Labs

Recent Comments

  • Brian on Brute-Force VeraCrypt Encryption
  • zhiftyDK on ARP Spoofing with Scapy
  • Alex on Python for Data Recovery
  • john on Data Recovery using Hex Editor
  • Someone1611 on Bind Shell in Python 3

About me

My name is Felipe! I’m a programmer from NY.

Blogs about coding, operating systems, network and security.

Hosting

© 2020 Copyright CodeOnBy // All rights reserved
In Between Bytes