Skip to content

Instantly share code, notes, and snippets.

View LoliC0d3's full-sized avatar
Loading To Mastah...

Ali Akbar LoliC0d3

Loading To Mastah...
View GitHub Profile
@LoliC0d3
LoliC0d3 / commit
Created December 3, 2022 14:03
commit
…or create a new repository on the command line
echo "# PhobiaXploit" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/PhobiaXploit/PhobiaXploit.git
git push -u origin main
@LoliC0d3
LoliC0d3 / Real-ESRGAN Inference Demo
Last active December 3, 2022 11:52
Low Graphic image to HD image
https://colab.research.google.com/drive/1k2Zod6kSHEvraybHl50Lys0LerhyTMCo?usp=sharing#scrollTo=lHNHoP8PZJQ7
# Clone Real-ESRGAN and enter the Real-ESRGAN
@LoliC0d3
LoliC0d3 / Sub-process usr-bin-dpkg returned an error code (1)
Created November 22, 2022 17:43
Sub-process /usr/bin/dpkg returned an error code (1)
rm /usr/share/python3/runtime.d/*
rm /usr/lib/valgrind/*
apt purge python3
apt-get -f install
apt install python3 --fix-missing
apt-get update && apt-get upgrade && apt-get autoremove
@LoliC0d3
LoliC0d3 / Python script check that a list of sites return HTTP 200
Created February 18, 2022 03:02 — forked from anroots/Python script check that a list of sites return HTTP 200
Python script settings file: check that a list of sites return HTTP 200
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# This script check a list of websites
# and sends mail when the HTTP status code is not 200
#
# Used to check wheter all projects are up and running
# (not broken, say for example because a dependency library was removed)
# Author Ando Roots 2012
@LoliC0d3
LoliC0d3 / linux command cheat sheet
Created August 22, 2021 14:58
linux cheat sheet
1 – SYSTEM INFORMATION
# Display Linux system information
uname -a
# Display kernel release information
uname -r
# Show which version of Red Hat installed
cat /etc/redhat-release
@LoliC0d3
LoliC0d3 / get_meta_content.py
Created July 19, 2021 11:27
Python Get CMS Using Tag Meta Contents
import requests
from bs4 import BeautifulSoup
response = requests.get('http://tegalsec.org')
soup = BeautifulSoup(response.text, 'html.parser')
metatags = soup.find_all('meta',attrs={'name':'generator'})
for tag in metatags:
@LoliC0d3
LoliC0d3 / README.md
Last active August 17, 2021 15:57
How to install acunetix 13 in linux

Download : https://www32.zippyshare.com/v/V8LDIgDk/file.html

$ chmod +x acunetix_13.0.200217097_x64_.sh
$ ./acunetix_13.0.200217097_x64_.sh 
$ cp Crack/wvsc /home/acunetix/.acunetix/v_200217097/scanner/ 
$ cp Crack/license_info.json /home/acunetix/.acunetix/data/license/
$ systemctl start acunetix.service