β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Getting a 500 Internal Server Error on Laravel 5+ Ubuntu :
#requested :
1) This is my first version of Laravel on Ubuntu, and I'm still running into 500 glitches, problems. I've done it on Windows OS several times before, and never had a problem.
2) This 500 internal server normally happens while the application "mod rewrite" is not turned on.
3) On Ubuntu, I have installed rewritemod but itβs also not working. Iβve given access to all my folders and files inside i.e.
/var/www/html/laravelproject
Still it doesnβt work. Changed .htaccess as well from original to this.
π¦Solution
It is not your .htaccess. The problem was simply in folder permissions. Windows is a bit more flexible when it comes to permissions. With Ubuntu, and Linux in general you have to be a bit more careful and explicit.
Run the following commands through terminal.
1οΈβ£sudo chmod -R 755 laravelblog
and then type below to allow Laravel to write file to storage folder
2οΈβ£chmod -R o+w laravelblog/storage
These two commands will solve the problem :)
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Getting a 500 Internal Server Error on Laravel 5+ Ubuntu :
#requested :
1) This is my first version of Laravel on Ubuntu, and I'm still running into 500 glitches, problems. I've done it on Windows OS several times before, and never had a problem.
2) This 500 internal server normally happens while the application "mod rewrite" is not turned on.
3) On Ubuntu, I have installed rewritemod but itβs also not working. Iβve given access to all my folders and files inside i.e.
/var/www/html/laravelproject
Still it doesnβt work. Changed .htaccess as well from original to this.
RewriteEngine On4) Generally, I have all the extensions needed for Laravel 5+ as well. Anything that I might have missed?
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
π¦Solution
It is not your .htaccess. The problem was simply in folder permissions. Windows is a bit more flexible when it comes to permissions. With Ubuntu, and Linux in general you have to be a bit more careful and explicit.
Run the following commands through terminal.
1οΈβ£sudo chmod -R 755 laravelblog
and then type below to allow Laravel to write file to storage folder
2οΈβ£chmod -R o+w laravelblog/storage
These two commands will solve the problem :)
β β β Uππ»βΊπ«Δπ¬πβ β β β
Defining an Enterprise Penetration Test.pdf
3.4 MB
Defining an Enterprise Penetration Test
for beginers
for beginers
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦BEST 2020 ANDROID REMOTE DESKTOP APPS :
https://play.google.com/store/apps/details?id=com.anydesk.anydeskandroid
https://play.google.com/store/apps/details?id=com.google.chromeremotedesktop
https://play.google.com/store/apps/details?id=com.teamviewer.teamviewer.market.mobile
https://play.google.com/store/apps/details?id=com.microsoft.rdc.androidx
https://play.google.com/store/apps/details?id=com.sand.airdroid
https://play.google.com/store/apps/details?id=com.realvnc.viewer.android
E N J O Y β€οΈππ»
@UndercodeTesting
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦BEST 2020 ANDROID REMOTE DESKTOP APPS :
https://play.google.com/store/apps/details?id=com.anydesk.anydeskandroid
https://play.google.com/store/apps/details?id=com.google.chromeremotedesktop
https://play.google.com/store/apps/details?id=com.teamviewer.teamviewer.market.mobile
https://play.google.com/store/apps/details?id=com.microsoft.rdc.androidx
https://play.google.com/store/apps/details?id=com.sand.airdroid
https://play.google.com/store/apps/details?id=com.realvnc.viewer.android
E N J O Y β€οΈππ»
@UndercodeTesting
β β β Uππ»βΊπ«Δπ¬πβ β β β
Google Play
AnyDesk Remote Desktop - Apps on Google Play
Remote access from anywhere. Fast and secure. All operating systems and devices
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦2020 new update location tracking for beginers - Programs for finding user location
We need two programs:
11) seeker - launches a phishing site and analyzes the received data.
2) ngrok - in case you don't have a white IP address (or hosting); this program allows you to create links to your site so that the site on your local computer can be opened on the Internet. More details about this program can be found in the article " How to make a local web server accessible from the Internet without a white IP ."
πΈπ½π π π°π»π»πΈπ π°π πΈπΎπ½ & π π π½ :
1) sudo apt update
2) sudo apt install python3 python3-pip php ssh git
3) pip3 install requests
4) git clone https://github.com/thewhiteh4t/seeker
5) cd seeker /
6) python3 ./seeker.py -h
π¦Installing ngrok on Kali Linux
1) wget
3) chmod + x ./ngrok
4) ./ngrok -h
5) python3 ./seeker.py -t manual
Note: if you run into problems while trying to start the built-in PHP server, look at the contents of the ./logs/php.log file. If you find errors mentioning openbasedir there , see the article " Error" Warning: Unknown: openbasedir restriction in effect. " (RESOLVED) ".
π¦+ Select a Template :
1 NearYou
2 Google Drive
E N J O Y β€οΈππ»
@UndercodeTesting
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦2020 new update location tracking for beginers - Programs for finding user location
We need two programs:
11) seeker - launches a phishing site and analyzes the received data.
2) ngrok - in case you don't have a white IP address (or hosting); this program allows you to create links to your site so that the site on your local computer can be opened on the Internet. More details about this program can be found in the article " How to make a local web server accessible from the Internet without a white IP ."
πΈπ½π π π°π»π»πΈπ π°π πΈπΎπ½ & π π π½ :
1) sudo apt update
2) sudo apt install python3 python3-pip php ssh git
3) pip3 install requests
4) git clone https://github.com/thewhiteh4t/seeker
5) cd seeker /
6) python3 ./seeker.py -h
π¦Installing ngrok on Kali Linux
1) wget
curl -s https://ngrok.com/download | grep -o -E 'https://bin.equinox.io/c/[A-Za-z0-9]{4,}/ngrok-stable-linux-amd64.zip'
2) unzip ngrok-stable-linux-amd64.zip3) chmod + x ./ngrok
4) ./ngrok -h
5) python3 ./seeker.py -t manual
Note: if you run into problems while trying to start the built-in PHP server, look at the contents of the ./logs/php.log file. If you find errors mentioning openbasedir there , see the article " Error" Warning: Unknown: openbasedir restriction in effect. " (RESOLVED) ".
π¦+ Select a Template :
1 NearYou
2 Google Drive
E N J O Y β€οΈππ»
@UndercodeTesting
β β β Uππ»βΊπ«Δπ¬πβ β β β
GitHub
GitHub - thewhiteh4t/seeker: Accurately Locate Smartphones using Social Engineering
Accurately Locate Smartphones using Social Engineering - GitHub - thewhiteh4t/seeker: Accurately Locate Smartphones using Social Engineering
Forwarded from Backup Legal Mega
π¦Organizational BI with SSAS Tabular - Intermediate
https://mega.nz/folder/GoNmjSob#2wzYBkQ6sKHZQycp0OdBwA
1. Introduction and Foreword
https://mega.nz/folder/iwd0jCwB#tVYHlC-AqgE2L_6TR8S36w
2. Intermediate Data Analysis eXpressions (DAX)
https://mega.nz/folder/joEE1AIa#tLVY_haxr8x4SebLlhbY0Q
3. Intermediate Modeling in SSAS Tabular
https://mega.nz/folder/q4NAzSKL#Mx9Znz7rRUxpps7NS7CLeg
4. Time and Dates in SSAS Tabular (Part I)
https://mega.nz/folder/LtEGCIoL#MLs31ZJCL01OQPgacbnoNQ
5. Time and Dates in SSAS Tabular (Part II)
https://mega.nz/folder/D9FWCa7a#YBiPLv5d7tlsNo62DE3Adg
6. Assorted Intermediate SSAS Tabular Topics
https://mega.nz/folder/6gVyBAYY#3nJEy48-REf4BEP46Pwzig
https://mega.nz/folder/GoNmjSob#2wzYBkQ6sKHZQycp0OdBwA
1. Introduction and Foreword
https://mega.nz/folder/iwd0jCwB#tVYHlC-AqgE2L_6TR8S36w
2. Intermediate Data Analysis eXpressions (DAX)
https://mega.nz/folder/joEE1AIa#tLVY_haxr8x4SebLlhbY0Q
3. Intermediate Modeling in SSAS Tabular
https://mega.nz/folder/q4NAzSKL#Mx9Znz7rRUxpps7NS7CLeg
4. Time and Dates in SSAS Tabular (Part I)
https://mega.nz/folder/LtEGCIoL#MLs31ZJCL01OQPgacbnoNQ
5. Time and Dates in SSAS Tabular (Part II)
https://mega.nz/folder/D9FWCa7a#YBiPLv5d7tlsNo62DE3Adg
6. Assorted Intermediate SSAS Tabular Topics
https://mega.nz/folder/6gVyBAYY#3nJEy48-REf4BEP46Pwzig
mega.nz
735.01 MB folder on MEGA
92 files and 6 subfolders
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦HACK CCTV 2020 USING LINUX OR TERMUX :
#Reposted
1) pkg install git python -y
2) git clone https://github.com/AngelSecurityTeam/Cam-Hackers
3) cd Cam-Hackers
4) pip3 install requests
5) python3 cam-hackers.py
6) Now Select any country You want from this list and press Enter.for example : You can type 1 and press enter to select USA.
7) Now you will see a list of URLs, just copy anyone URL from the list.
8) Paste URL into a Chrome Tab on Google and you'll be able to see a Camera Control feature as well as use it from the phone.
9) When you see Login Window and query for Username and Password then you should use the most popular Default Username and Passwords, provided Combinations.
Username: admin password: administrator
Username: admin password: (Password blank)
10) When you are still unable to sign in, you can search the camera business name to find the default username and password for that service.
enjoy β€οΈππ»
@undercodeTesting
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦HACK CCTV 2020 USING LINUX OR TERMUX :
#Reposted
1) pkg install git python -y
2) git clone https://github.com/AngelSecurityTeam/Cam-Hackers
3) cd Cam-Hackers
4) pip3 install requests
5) python3 cam-hackers.py
6) Now Select any country You want from this list and press Enter.for example : You can type 1 and press enter to select USA.
7) Now you will see a list of URLs, just copy anyone URL from the list.
8) Paste URL into a Chrome Tab on Google and you'll be able to see a Camera Control feature as well as use it from the phone.
9) When you see Login Window and query for Username and Password then you should use the most popular Default Username and Passwords, provided Combinations.
Username: admin password: administrator
Username: admin password: (Password blank)
10) When you are still unable to sign in, you can search the camera business name to find the default username and password for that service.
enjoy β€οΈππ»
@undercodeTesting
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from Backup Legal Mega
π¦ SQL Server - Optimizing Stored Procedure Performance
https://mega.nz/folder/btdTyIQQ#rYgH_m_95ECV0jW0jDWhXg
1. Introduction
https://mega.nz/folder/j0NVgQ5I#zQ_9t5OAqBs3cR89-1ASng
2. Why Use Stored Procedures
https://mega.nz/folder/OwdhCKbZ#06S8Edh0wLBtrwwK3qMrNg
3. Creation, Compilation, and Invalidation Section 1
https://mega.nz/folder/i9cXSCAA#vuWilCamUaNFIuSOSwrrmw
4. Creation, Compilation, and Invalidation Section 2
https://mega.nz/folder/6lUxhQzb#R14mINK4K2IVvMyYQSwkHw
5. Optimization and Recompilation Section 1
https://mega.nz/folder/34dzDIxT#s2TqrJ5_5P7hKQPFoZ67Pg
6. Optimization and Recompilation Section 2
https://mega.nz/folder/flEUgQZJ#Q8UVQJiqgTAje7w_6pOL8Q
7. Optimization and Recompilation Section 3
https://mega.nz/folder/S8MSWAQC#sozppTU3_vs2H3Ga843UqQ
8. Optimization and Recompilation Section 4
https://mega.nz/folder/2hFXHAzK#I-IRUC_v-m8hz8mH0XIUXA
9. Other Concerns and Considerations
https://mega.nz/folder/H4NRgILD#aRpF3JIhohzml-Xy_f21Og
enjoy β€οΈππ»
https://mega.nz/folder/btdTyIQQ#rYgH_m_95ECV0jW0jDWhXg
1. Introduction
https://mega.nz/folder/j0NVgQ5I#zQ_9t5OAqBs3cR89-1ASng
2. Why Use Stored Procedures
https://mega.nz/folder/OwdhCKbZ#06S8Edh0wLBtrwwK3qMrNg
3. Creation, Compilation, and Invalidation Section 1
https://mega.nz/folder/i9cXSCAA#vuWilCamUaNFIuSOSwrrmw
4. Creation, Compilation, and Invalidation Section 2
https://mega.nz/folder/6lUxhQzb#R14mINK4K2IVvMyYQSwkHw
5. Optimization and Recompilation Section 1
https://mega.nz/folder/34dzDIxT#s2TqrJ5_5P7hKQPFoZ67Pg
6. Optimization and Recompilation Section 2
https://mega.nz/folder/flEUgQZJ#Q8UVQJiqgTAje7w_6pOL8Q
7. Optimization and Recompilation Section 3
https://mega.nz/folder/S8MSWAQC#sozppTU3_vs2H3Ga843UqQ
8. Optimization and Recompilation Section 4
https://mega.nz/folder/2hFXHAzK#I-IRUC_v-m8hz8mH0XIUXA
9. Other Concerns and Considerations
https://mega.nz/folder/H4NRgILD#aRpF3JIhohzml-Xy_f21Og
enjoy β€οΈππ»
mega.nz
1.69 GB folder on MEGA
95 files and 9 subfolders
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Differences between tcpdump and Wireshark :
Wireshark is also designed to capture and analyze network packets. Wireshark has a graphical interface and a command line interface; tcpdump has a command line interface only
Wireshark supports two types of filters:
1) capture filters
2) display filters
π¦ Wireshark capture filters are identical to tcpdump filters. In Wireshark and tcpdump, capture filters are used to filter the data that will be saved to a file (or displayed). As for the Wireshark display filters, they do not affect the amount of captured and saved data, but are used only to filter the displayed information. Wireshark display filters and tcpdump / Wireshark capture filters support:
1) Data link protocol traffic
2) Gateway protocol traffic
3) Transport layer protocol traffic
4) Filters for Wi-Fi frames
5) Wireshark Display Filters support all of the Capture Filters capabilities, plus additionally:
> Application protocol traffic (HTTP, DNS, SSH, FTP, SMTP, RDP, SNMP, RTSP, GQUIC, CDP, LLMNR, SSDP and many others)
In addition, Wireshark has more tools for analyzing network data and visualizing it.
6) So, Wireshark is more suitable for analyzing application layer protocol traffic and analyzing related data streams.
As for tcpdump, it will work in the absence of a graphical environment. Also, this program is great for capturing network traffic and filtering it according to specified criteria. Tcpdump can also be used to perform all sorts of analysis and testing of network settings.
enjoy β€οΈππ»
@undercodeTesting
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Differences between tcpdump and Wireshark :
Wireshark is also designed to capture and analyze network packets. Wireshark has a graphical interface and a command line interface; tcpdump has a command line interface only
Wireshark supports two types of filters:
1) capture filters
2) display filters
π¦ Wireshark capture filters are identical to tcpdump filters. In Wireshark and tcpdump, capture filters are used to filter the data that will be saved to a file (or displayed). As for the Wireshark display filters, they do not affect the amount of captured and saved data, but are used only to filter the displayed information. Wireshark display filters and tcpdump / Wireshark capture filters support:
1) Data link protocol traffic
2) Gateway protocol traffic
3) Transport layer protocol traffic
4) Filters for Wi-Fi frames
5) Wireshark Display Filters support all of the Capture Filters capabilities, plus additionally:
> Application protocol traffic (HTTP, DNS, SSH, FTP, SMTP, RDP, SNMP, RTSP, GQUIC, CDP, LLMNR, SSDP and many others)
In addition, Wireshark has more tools for analyzing network data and visualizing it.
6) So, Wireshark is more suitable for analyzing application layer protocol traffic and analyzing related data streams.
As for tcpdump, it will work in the absence of a graphical environment. Also, this program is great for capturing network traffic and filtering it according to specified criteria. Tcpdump can also be used to perform all sorts of analysis and testing of network settings.
enjoy β€οΈππ»
@undercodeTesting
β β β Uππ»βΊπ«Δπ¬πβ β β β