Skip to content

Instantly share code, notes, and snippets.

View ahmadiqbal1's full-sized avatar

Ahmad Iqbal ahmadiqbal1

View GitHub Profile
@ahmadiqbal1
ahmadiqbal1 / GoogleDorking.md
Created July 10, 2023 09:03 — forked from sundowndev/GoogleDorking.md
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
My notes for upgrading laragon to work with latest apache and php8.1
Update to laragon 5:
- Stop all running services in laragon
- Make sure laragon itself is properly closed
- Download the latest laragon.exe and overwrite your original laragon.exe
https://github.com/leokhoa/laragon/releases/download/5.0.0/laragon.exe
Update to latest apache
- Download the latest apache 2.4 VS16 for windows (Apache 2.4.x OpenSSL 1.1.1 VS16):
@ahmadiqbal1
ahmadiqbal1 / image-slider-with-multiple-controls-and-mobile-swipe-control-javascript.markdown
Created July 15, 2021 01:13
Image slider with multiple controls and mobile swipe control (Javascript)
@ahmadiqbal1
ahmadiqbal1 / rm_mysql.md
Created July 9, 2021 11:25 — forked from vitorbritto/rm_mysql.md
Remove MySQL completely from Mac OSX

Remove MySQL completely

  1. Open the Terminal

  2. Use mysqldump to backup your databases

  3. Check for MySQL processes with: ps -ax | grep mysql

  4. Stop and kill any MySQL processes

  5. Analyze MySQL on HomeBrew:

    brew remove mysql
    
  1. Visit your server's IP address at port 8090. For example: https://:8090. You will see an admin login.
  2. Enter admin for the username and 1234567 for the password.
  3. Click on the user-menu arrow, next to the name "Cyber Pan".
  4. Choose Edit Profile.
  5. Select admin in the dropdown menu on the Modify User page.
  6. You may now change the first name, last name, email address and password accordingly.

You've successfully installed CyberPanel.

@ahmadiqbal1
ahmadiqbal1 / glass-card-w-svg-gsap-ode-to-phil-goodwin-unfold.markdown
Created December 15, 2020 11:45
Glass Card w/ SVG + GSAP (ode to Phil Goodwin @ Unfold)
@ahmadiqbal1
ahmadiqbal1 / index.pug
Created October 15, 2020 13:29
Student Dashboard | Using CSS
.wrap
.app
img.statusBar(
src="https://res.cloudinary.com/prvnbist/image/upload/v1512744913/statusBar_ul1ods.svg",
alt="status bar"
)
header
.notifHeader
.userAvatar
img(