Forwarded from WEB UNDERCODE - PRIVATE
Hot Potato.pdf
1.5 MB
Hot potato is the code name of a Windows privilege escalation technique that was discovered by Stephen Breen
Forwarded from WEB UNDERCODE - PRIVATE
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Understanding the exit codes for the fsck command #FastTips
This is a list of codes that can be returned from fsck after checking the disk. Your exit code will be the sum of these codes if you analyze one disc. If you use fsck on multiple devices, it will return a bitwise OR of two sums.
0 - no errors
1 - fixed file system errors
2 - the system must be rebooted
4 - Filesystem errors left unpatched
8 - Operational error
16 - usage or syntax error
32 - Fsck canceled at user request
128 - Shared library error
You can check the exit code of the last run command using the echo $? Command.
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Understanding the exit codes for the fsck command #FastTips
This is a list of codes that can be returned from fsck after checking the disk. Your exit code will be the sum of these codes if you analyze one disc. If you use fsck on multiple devices, it will return a bitwise OR of two sums.
0 - no errors
1 - fixed file system errors
2 - the system must be rebooted
4 - Filesystem errors left unpatched
8 - Operational error
16 - usage or syntax error
32 - Fsck canceled at user request
128 - Shared library error
You can check the exit code of the last run command using the echo $? Command.
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from WEB UNDERCODE - PRIVATE
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦MAN-IN-MIDDLE ATTACK #ForBeginers :
π»π΄π 'π π π π°π π :
Launch the Parrot or Kali Linux machine to get started.
Set up the DNS config file in Ettercap
1) Setup the command terminal and change the DNS configuration of the Ettercap by typing the following syntax into the editor of your choice.
$ gedit /etc/ettercap/etter.dns
2) You will be displayed the DNS configuration file.
3) Next, youβll need to type your address in the terminal
>* a 10.0.2.15
4) Check your IP address by typing ifconfig in a new terminal if you donβt already know what it is.
To save changes, press ctrl+x, and press (y) bottom.
Prepare the Apache server
5) Now, we will move our fake security page to a location on the Apache server and run it. You will need to move your fake page to this apache directory.
6) Run the following command to format the HTML directory:
$ Rm /Var/Www/Html/*
7) Next up, youβll need to save your fake security page and upload it to the directory weβve mentioned. Type the following in the terminal to start the upload:
$ mv /root/Desktop/fake.html /var/www/html
8) Now fire up the Apache Server with the following command:
$ sudo service apache2 start
9) Youβll see that the server has successfully launched.
Spoofing with Ettercap addon
Now weβll see how Ettercap would come into play. We will be DNS spoofing with Ettercap.
10) Launch the app by typing:
$ettercap -G
source linux forum
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦MAN-IN-MIDDLE ATTACK #ForBeginers :
π»π΄π 'π π π π°π π :
Launch the Parrot or Kali Linux machine to get started.
Set up the DNS config file in Ettercap
1) Setup the command terminal and change the DNS configuration of the Ettercap by typing the following syntax into the editor of your choice.
$ gedit /etc/ettercap/etter.dns
2) You will be displayed the DNS configuration file.
3) Next, youβll need to type your address in the terminal
>* a 10.0.2.15
4) Check your IP address by typing ifconfig in a new terminal if you donβt already know what it is.
To save changes, press ctrl+x, and press (y) bottom.
Prepare the Apache server
5) Now, we will move our fake security page to a location on the Apache server and run it. You will need to move your fake page to this apache directory.
6) Run the following command to format the HTML directory:
$ Rm /Var/Www/Html/*
7) Next up, youβll need to save your fake security page and upload it to the directory weβve mentioned. Type the following in the terminal to start the upload:
$ mv /root/Desktop/fake.html /var/www/html
8) Now fire up the Apache Server with the following command:
$ sudo service apache2 start
9) Youβll see that the server has successfully launched.
Spoofing with Ettercap addon
Now weβll see how Ettercap would come into play. We will be DNS spoofing with Ettercap.
10) Launch the app by typing:
$ettercap -G
source linux forum
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from WEB UNDERCODE - PRIVATE
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦What is Internal Server Error 500
Every time you open a web page, your browser sends a request to the server that hosts the site, which returns the requested data and a response code. The HTTP response status codes indicate whether the request was successful or not.
The answers are divided into five classes. Codes ranging from 500 to 599 indicate a server error.
The HTTP 500 status code is a generic error response that is returned by the server when another error code does not match. This can be caused by a number of issues that prevent the server from fulfilling the request.
If the page you are visiting throws a 500 error, there is nothing you can do because the error is not caused by your browser or internet connection. Even though the error occurs on the server side, you can try some of the following options:
1) Restart your browser or try using a different one. The chances of the page loading when you refresh your browser are slim, but still worth a try.
2) Try clearing your browser cache. If a page showing a 500 error is cached, after clearing the cache, the browser will ask for a new version of the page.
3) Come back later. In the meantime, the webmaster can fix the server issue.
4) Contact the website owners. The last remaining option is to contact the person in charge of maintaining the website.
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦What is Internal Server Error 500
Every time you open a web page, your browser sends a request to the server that hosts the site, which returns the requested data and a response code. The HTTP response status codes indicate whether the request was successful or not.
The answers are divided into five classes. Codes ranging from 500 to 599 indicate a server error.
The HTTP 500 status code is a generic error response that is returned by the server when another error code does not match. This can be caused by a number of issues that prevent the server from fulfilling the request.
If the page you are visiting throws a 500 error, there is nothing you can do because the error is not caused by your browser or internet connection. Even though the error occurs on the server side, you can try some of the following options:
1) Restart your browser or try using a different one. The chances of the page loading when you refresh your browser are slim, but still worth a try.
2) Try clearing your browser cache. If a page showing a 500 error is cached, after clearing the cache, the browser will ask for a new version of the page.
3) Come back later. In the meantime, the webmaster can fix the server issue.
4) Contact the website owners. The last remaining option is to contact the person in charge of maintaining the website.
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from Backup Legal Mega
π¦Full 2020 ethical hacking & Security :
https://drive.google.com/drive/folders/1EPG_Dtzs7F0zWEvWkDJat7umvxWGdHwC
https://drive.google.com/drive/folders/1EPG_Dtzs7F0zWEvWkDJat7umvxWGdHwC
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦WIFI HACKING APPLICATIONS FOR WINDOWS :
http://www.aircrack-ng.org/
http://sourceforge.net/projects/airsnort/
http://www.oxid.it/cain.html
http://www.kismetwireless.net/
http://www.stumbler.net/
http://www.inssider.com/
https://www.wireshark.org/
http://sourceforge.net/projects/cowpatty/
http://sourceforge.net/projects/airjack/
http://wepattack.sourceforge.net/
http://www.wildpackets.com/products/
distributed_network_analysis/omnipeek_network_analyzer
http://www.tamos.com/products/commwifi/
https://crack.sh/
use For Learn
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦WIFI HACKING APPLICATIONS FOR WINDOWS :
http://www.aircrack-ng.org/
http://sourceforge.net/projects/airsnort/
http://www.oxid.it/cain.html
http://www.kismetwireless.net/
http://www.stumbler.net/
http://www.inssider.com/
https://www.wireshark.org/
http://sourceforge.net/projects/cowpatty/
http://sourceforge.net/projects/airjack/
http://wepattack.sourceforge.net/
http://www.wildpackets.com/products/
distributed_network_analysis/omnipeek_network_analyzer
http://www.tamos.com/products/commwifi/
https://crack.sh/
use For Learn
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
sitename
AirSnort
Download AirSnort for free. AirSnort is a wireless LAN (WLAN) tool which cracks encryption keys on 802.11b WEP networks. AirSnort operates by passively monitoring transmissions, computing the encryption key when enough packets have been gathered.
Forwarded from Backup Legal Mega
π¦ Adobe Premiere Pro CC 2019-2020 Edit Amazing Vlogs with Brad
https://mega.nz/folder/VUpGDQzL#9enyhx39yt_zsu1p_CIsTg
https://mega.nz/folder/VUpGDQzL#9enyhx39yt_zsu1p_CIsTg
mega.nz
3.58 GB folder on MEGA
82 files and 6 subfolders
π¦ANOTHER 2020 TERMUX TOOLS INSTALLER SUCH BRUTEFORCE & PHISHING...
#termux
1) pkg install git
2) pkg install python
3) git clone https://github.com/Zian25/UniTools-Termux
4) cd UniTools-Termux
5) python3 utx.py
6) Choose option via numbers
β β β Uππ»βΊπ«Δπ¬πβ β β β
#termux
1) pkg install git
2) pkg install python
3) git clone https://github.com/Zian25/UniTools-Termux
4) cd UniTools-Termux
5) python3 utx.py
6) Choose option via numbers
β β β Uππ»βΊπ«Δπ¬πβ β β β
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦BEST 2020 free & trials SPYING & TRACKING APPS
https://www.cocospy.com/
https://www.flexispy.com/
https://guestspy.com/
https://fonetracker.com/install-free-phone-tracker/
https://ikeymonitor.com/
https://preyproject.com/
https://play.google.com/store/apps/details?id=net.frju.heimdall
https://play.google.com/store/apps/details?id=com.prey
https://spyera.com/
https://xnspy.com/
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦BEST 2020 free & trials SPYING & TRACKING APPS
https://www.cocospy.com/
https://www.flexispy.com/
https://guestspy.com/
https://fonetracker.com/install-free-phone-tracker/
https://ikeymonitor.com/
https://preyproject.com/
https://play.google.com/store/apps/details?id=net.frju.heimdall
https://play.google.com/store/apps/details?id=com.prey
https://spyera.com/
https://xnspy.com/
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
Cocospy
Cocospy - Spy Phone App - Best Tracking & Monitoring Software
Cocospy is a leading mobile tracker app that lets you monitor the location, texts, calls etc of your kids easily. You can now observe, control and manage all their phone activities in one convenient dashboard. This online parental monitoring softare is availableβ¦
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Create an Apache Virtual Host tutorial:
π»π΄π 'π π π π°π π :
1) laravel:~$ cd /etc/apache2/sites-available
laravel:/etc/apache2/sites-available$ sudo vi myapp.conf
2) <VirtualHost *:80>
ServerName myapp.localhost.com
DocumentRoot "/home/vagrant/projects/myapp/public"
<Directory "/home/vagrant/projects/myapp/public">
AllowOverride all
</Directory>
</VirtualHost>
ο»Ώ
3) Save the file, then continue below.
laravel:/etc/apache2/sites-available$ cd ../sites-enabled
laravel:/etc/apache2/sites-enabled$ sudo ln -s ../sites-available/myapp.conf
laravel:/etc/apache2/sites-enabled$ sudo service apache2
restart
4) Fixing Permissions
If youβre running a virtual machine under Vagrant, you may want to change the user and group to avoid permission issues.
5) To do this:
laravel:~$ cd /etc/apache2
laravel:/etc/apache2$ sudo vi envvars
6) Change the lines below to contain the desired user and group
export APACHE_RUN_USER=vagrant
export APACHE_RUN_GROUP=vagrant
7) Save the file and restart apache.
laravel:/etc/apache2$ sudo service apache2 restart
unix forum
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Create an Apache Virtual Host tutorial:
π»π΄π 'π π π π°π π :
1) laravel:~$ cd /etc/apache2/sites-available
laravel:/etc/apache2/sites-available$ sudo vi myapp.conf
2) <VirtualHost *:80>
ServerName myapp.localhost.com
DocumentRoot "/home/vagrant/projects/myapp/public"
<Directory "/home/vagrant/projects/myapp/public">
AllowOverride all
</Directory>
</VirtualHost>
ο»Ώ
3) Save the file, then continue below.
laravel:/etc/apache2/sites-available$ cd ../sites-enabled
laravel:/etc/apache2/sites-enabled$ sudo ln -s ../sites-available/myapp.conf
laravel:/etc/apache2/sites-enabled$ sudo service apache2
restart
4) Fixing Permissions
If youβre running a virtual machine under Vagrant, you may want to change the user and group to avoid permission issues.
5) To do this:
laravel:~$ cd /etc/apache2
laravel:/etc/apache2$ sudo vi envvars
6) Change the lines below to contain the desired user and group
export APACHE_RUN_USER=vagrant
export APACHE_RUN_GROUP=vagrant
7) Save the file and restart apache.
laravel:/etc/apache2$ sudo service apache2 restart
unix forum
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦NEW GOOD PHOTO EDITORS APPS(IOS/ANDROID):
https://itunes.apple.com/us/app/snapseed/id439438619?mt=8
https://play.google.com/store/apps/details?id=com.niksoftware.snapseed&hl=en
https://itunes.apple.com/us/app/snapseed/id439438619?mt=8
https://itunes.apple.com/us/app/vsco-cam/id588013838?mt=8
https://play.google.com/store/apps/details?id=com.vsco.cam&hl=en
https://vsco.co/
https://itunes.apple.com/us/app/prisma-photo-editor/id1122649984?mt=8
https://play.google.com/store/apps/details?id=com.neuralprisma
https://itunes.apple.com/us/app/adobe-photoshop-express/id331975235?mt=8
https://play.google.com/store/apps/details?id=com.adobe.psmobile
https://www.photoshop.com/products/photoshopexpress
https://itunes.apple.com/us/app/foodie-delicious-camera-for/id1076859004?mt=8
https://play.google.com/store/apps/details?id=com.linecorp.foodcam.android&hl=en
https://itunes.apple.com/us/app/foodie-camera-for-life/id1076859004?mt=8
https://itunes.apple.com/gb/app/adobe-photoshop-lightroom/id878783582?mt=8
https://play.google.com/store/apps/details?id=com.adobe.lrmobile
https://itunes.apple.com/us/app/instacollage-collage-maker/id530957474?mt=8
https://play.google.com/store/apps/details?id=mp.instagcolleage
https://itunes.apple.com/gb/app/adobe-photoshop-fix/id1033713849?mt=8
https://play.google.com/store/apps/details?id=com.adobe.adobephotoshopfix&hl=en_GB
https://play.google.com/store/apps/details?id=to.pho.visagelab&hl=en
https://itunes.apple.com/us/app/visage-perfect-photo-make-app/id489833171?mt=8
https://itunes.apple.com/us/app/afterlight-2/id1293122457?mt=8
https://play.google.com/store/apps/details?id=com.fueled.afterlight&hl=en
https://play.google.com/store/apps/details?id=com.canva.editor
https://play.google.com/store/apps/details?id=com.advasoft.touchretouch&hl=en
https://itunes.apple.com/us/app/touchretouch/id373311252?mt=8
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
https://itunes.apple.com/us/app/snapseed/id439438619?mt=8
https://play.google.com/store/apps/details?id=com.niksoftware.snapseed&hl=en
https://itunes.apple.com/us/app/snapseed/id439438619?mt=8
https://itunes.apple.com/us/app/vsco-cam/id588013838?mt=8
https://play.google.com/store/apps/details?id=com.vsco.cam&hl=en
https://vsco.co/
https://itunes.apple.com/us/app/prisma-photo-editor/id1122649984?mt=8
https://play.google.com/store/apps/details?id=com.neuralprisma
https://itunes.apple.com/us/app/adobe-photoshop-express/id331975235?mt=8
https://play.google.com/store/apps/details?id=com.adobe.psmobile
https://www.photoshop.com/products/photoshopexpress
https://itunes.apple.com/us/app/foodie-delicious-camera-for/id1076859004?mt=8
https://play.google.com/store/apps/details?id=com.linecorp.foodcam.android&hl=en
https://itunes.apple.com/us/app/foodie-camera-for-life/id1076859004?mt=8
https://itunes.apple.com/gb/app/adobe-photoshop-lightroom/id878783582?mt=8
https://play.google.com/store/apps/details?id=com.adobe.lrmobile
https://itunes.apple.com/us/app/instacollage-collage-maker/id530957474?mt=8
https://play.google.com/store/apps/details?id=mp.instagcolleage
https://itunes.apple.com/gb/app/adobe-photoshop-fix/id1033713849?mt=8
https://play.google.com/store/apps/details?id=com.adobe.adobephotoshopfix&hl=en_GB
https://play.google.com/store/apps/details?id=to.pho.visagelab&hl=en
https://itunes.apple.com/us/app/visage-perfect-photo-make-app/id489833171?mt=8
https://itunes.apple.com/us/app/afterlight-2/id1293122457?mt=8
https://play.google.com/store/apps/details?id=com.fueled.afterlight&hl=en
https://play.google.com/store/apps/details?id=com.canva.editor
https://play.google.com/store/apps/details?id=com.advasoft.touchretouch&hl=en
https://itunes.apple.com/us/app/touchretouch/id373311252?mt=8
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from Backup Legal Mega
rating 4.6 Feature Engineering for Machine Learning
https://mega.nz/folder/FAwFQbrb#CQPxWKT1iM-cboK-ORe4DA
https://mega.nz/folder/FAwFQbrb#CQPxWKT1iM-cboK-ORe4DA
Forwarded from Backup Legal Mega
π¦The ultimate design patterns part 1 and 2 by code with mosh:
Part 1:
https://drive.google.com/drive/folders/16EqCxq1mECjYF97d4bV55mJFXL1TbBFT
Part2:
https://drive.google.com/drive/folders/1E77rbUqmiTS7ZMu87ykPkmaTXmb-Nj35
Part 1:
https://drive.google.com/drive/folders/16EqCxq1mECjYF97d4bV55mJFXL1TbBFT
Part2:
https://drive.google.com/drive/folders/1E77rbUqmiTS7ZMu87ykPkmaTXmb-Nj35