Open in app

Sign In

Write

Sign In

Aviral
Aviral

9 Followers

Home

About

Jan 15, 2021

Automating my DBMS assignment with python

As for our first assignment in the DBMS course, we were asked to make loads of tables and insert about 12–13 records in each table. That’s when I decided to automate my assignment with python. So, we have a document with all the tables and the data inserted in each…

MySQL

2 min read

Automating my DBMS assignment with python
Automating my DBMS assignment with python
MySQL

2 min read


Aug 1, 2020

HacktivityCTF Writeups

So, here we are after playing a very fun ctf. My team ended up at no. 49 with 3140 points. Here are the writeups for some challenges. 1. Tyrannosaurus Rex Description: We found this fossil. Can you reverse time and bring this back to life? In the python script, we can see that…

6 min read

HactivityCon CTF Writeups
HactivityCon CTF Writeups

6 min read


Jul 24, 2020

CTFlearn Writeups

CTFlearn writeups for some beginner challenge — 1. The Credit Card Fraudster I just arrested someone who is probably the most wanted credit card fraudster in Europe. She is a smart cybercriminal, always a step ahead INTERPOL and she kept unnoticed for years by never buying online, but buying goods with a different card every time and in different stores. My cyber-analysts…

Python

4 min read

CTFlearn Writeups
CTFlearn Writeups
Python

4 min read


Jul 22, 2020

csictf-2020 Writeups

This was a beginner-intermediate level ctf. Many challs were easy, some were guessy and some were fun. My team ended up at no-49 with 12805 points. 1. little-RSA This challenge had a file attached to it with these values: c=32949 n=64741 e=42667 `n`was easily factorable: 641*101, which resulted in totient=64000. Second step…

Crypto

5 min read

csictf-2020 Writeups
csictf-2020 Writeups
Crypto

5 min read


Jun 26, 2020

REDPWN CTF Crypto Writeups

By: Aviral Gupta 1. base646464: The ciphertext was multiple b64 encodings. Script for decoding: f=open("cipher.txt").read() while(True): try: f=f.decode('base64') except: print f break #flag{l00ks_l1ke_a_l0t_of_64s} 2. Psuedo-key: In this chall, key and the plaintext are encoded with the same function i.e. encrypt. To get plaintext, first we have to recover key. We know that each character…

Crypto

5 min read

Crypto

5 min read

Aviral

Aviral

9 Followers
Following
  • Soumyadeep Basu

    Soumyadeep Basu

  • Weekly Shot

    Weekly Shot

  • Krishna Kaipa

    Krishna Kaipa

  • Bhupesh

    Bhupesh

  • Grigorii Shevchenko

    Grigorii Shevchenko

See all (7)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech