- Burp Suite - https://portswigger.net/burp/communitydownload
- OWASP ZAP - https://www.zaproxy.org/download/
- sqlmap http://sqlmap.org/
- Metasploit Framework - https://www.metasploit.com/download
- Nmap https://nmap.org/download.html
- Nikto https://github.com/sullo/nikto
- Dirb - https://sourceforge.net/projects/dirb/
- Wfuzz - https://github.com/xmendez/wfuzz
- Gobuster- https://github.com/OJ/gobuster
- Sublist3r https://github.com/aboul3la/Sublist3r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import face_recognition | |
import cv2 | |
import numpy as np | |
import argparse | |
import os | |
def apply_blur(image, region, light_blur=False): | |
"""Menerapkan efek blur dengan intensitas berbeda""" | |
try: | |
top, right, bottom, left = region |
- Step 1: Download and install StarUML Ver6 from main website https://staruml.io
- Step 2: Download
app.asar
file from https://drive.google.com/file/d/1_sKvHVL6SebnYF73iZxSWD9l48Pddzvj/view?usp=sharing - Step 3: Copy
app.asar
file download in step 2 (Overrideapp.asar
file)- Window:
C:\Program Files\StarUML\resources
- MacOS:
/Applications/StarUML.app/Contents/Resources/
- Linux:
/opt/StartUML/resources
- Window:
- Step 4: Open StarUML app to use
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download the source | |
git clone https://github.com/instructure/canvas-lms.git canvas | |
cd canvas | |
git checkout --track -b stable origin/stable | |
rbenv install –keep 1.9.3-p545 | |
rbenv local 1.9.3-p545 | |
brew install xmlsec1 postgresql | |
bundle install | |
# If you get this error: No source for ruby-1.9.3-p545 provided with debugger-ruby_core_source gem. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SQL Queries : | |
SELECT ( get data from table ) | |
--------------------------------- | |
SELECT <field_list> | |
FROM <schema>.<table_name> AS <alias> | |
<LEFT|RIGHT|FULL|INNER|OUTTER> JOIN <table_join_name> AS <table_join_alias> | |
WHERE <where clause> | |
GROUP BY <group by clause> | |
ORDER BY <order by clause> |
exphs Creates a Express Http Server exphms Creates a Express Http Module Style Server expcrudr Express CRUD Routes Structure expmhs Express Mongooose Http Server expmhms Express Mongoose Http modeule Style Server mmmts Mongoose Model for NodeJs module type style
Snippet Renders requ create require statement exstatic Express set the static folder
Konfigurasi Sublime Text 3 Favorit
Dikumpulkan dengan penuh ❤︎︎ oleh Ian Mustafa.
Bisa diakses melalui Ctrl
+Shift
+P
(atau ⌘
+Shift
+P
di Mac).
{
This is the method I use to automatically play the audio on the page when I open it
- Creating
iframe
with empty audio:
<iframe src="assets/music/silence.mp3" allow="autoplay" id="audio" style="display:none"></iframe>
You can use this sound: silence
- Add audio tag with your original sound:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO ON | |
:: Save the directory where we are | |
pushd %CD% | |
echo %CD% | |
:: Shift directories to the correct path | |
%~d0 | |
cd %~dp0 |
NewerOlder