Skip to content
View chendoy's full-sized avatar

Block or report chendoy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chendoy/README.md

Header

$ whoami
chendoy
$
$
$ whoami -v
Hi, I'm Chen. I'm a Security Researcher and very passionate about cloud and application security.
$
$
$ whoami -education
I have a masters degree in Software and Information System Engineering with Cyber Security specialization
and a bachelor's degree in Software Engineering, both from Ben-Gurion University of the Negev πŸŽ“.
$
$
$ whoami --current-position
I’m a Security Researcher at Palo Alto Networks.

πŸ“« Find me at: Linkedin GitHub Gmail HackTheBox


πŸ’» Certifications and Badges

✏️ Latest blog posts

πŸ“œ Papers

πŸ’» Tech Stack

Security BurpSuite Metasploit Kali Linux

Programming Python Java SQL JavaScript

Data science NumPy Pandas scikit-learn

πŸ“– Selected BGU Courses

Attacks on Implementations of Secure Systems (372.2.5421)

Applied Cryptography (202.2.5821)

  • Prof. Amos Beimel, Ben Gurion University of the Negev, 2021
  • Symetric and Asymmetric encryption, Diffie-Helman, Digital Signatures, Zero-knowledge proofs
  • Grade 91

Operating Systems (202.1.3031)

Advanced Topics in Malware (372.2.5301)

  • Dr. Mordechai Guri, Ben Gurion University of the Negev, 2022
  • Static analysis, Dynamic analysis, Code injeciton, Reverse engineering
  • Grade 88

πŸ§‘β€πŸ’» Projects

In this project, I developed a full-fledged calculator in pure x86 Assembly language. The calculator support addition (+), subtraction (-), multiplicaiton (*), division (/) and exponents (^) with an unlimited numbers of digits.

ASSEMBLY MAKEFILE

Pacman game written in Java using Spring framework.

Java Spring

A Selenium automation written in Pyhton that checks BGU's course book for my teaching hours and send them to me on Telegram. Runs remotely on Linode.

Python Selenium Linode

Pinned Loading

  1. assembly-calculator assembly-calculator Public

    Computer Architecture and System Programming Laboratory 192 course, BGU. https://www.cs.bgu.ac.il/~caspl192/Assignments/Assignment_2

    Assembly

  2. aes-power-analysis-aoi aes-power-analysis-aoi Public

    Python

  3. temporal-side-channel-aoi temporal-side-channel-aoi Public

    Python

  4. pacman-java pacman-java Public

    Pacman game written in Java using Spring framework. Principles of Object Oriented Programming course, BGU. https://www.cs.bgu.ac.il/~oosd182/wiki.files/Assignment_4_oosd182.pdf

    Java 1

  5. xv6-scheduling xv6-scheduling Public

    Operating Systems 202 course, BGU. https://www.cs.bgu.ac.il/~os202/wiki.files/Assignment%201%20OS%20202%20(v1.5).pdf

    C

  6. assembly-multi-threading assembly-multi-threading Public

    Computer Architecture and System Programming Laboratory 192 course, BGU. https://www.cs.bgu.ac.il/~caspl192/Assignments/Assignment_3

    Assembly