- 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
- 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
# 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. |
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:
@ECHO ON | |
:: Save the directory where we are | |
pushd %CD% | |
echo %CD% | |
:: Shift directories to the correct path | |
%~d0 | |
cd %~dp0 |
Manage your php version via Laragon PHP UI switcher with help of powershell package manager.
For this sake ill be using https://github.com/mlocati/powershell-phpmanager) package manage to handle multi version instead of download the zip file manually. The reason why i want to using this package manager is because it easy for me to add new extension like how linux and mac do. For example, installing imagick on windows is such a hassle. Not to mention if you keep switching your laptop or pc it could make it hard to just install all back without any semi or automated script laying around.