Πέμπτη 30 Ιανουαρίου 2020

How to Remove All Built-in Apps in Windows 10

Use following commands in a powershell admin console or script with admin rights:
  • to uninstall all built-in apps for all user accounts: 
Get-AppxPackage -AllUsers | Remove-AppxPackage 
  • to prevent apps from installing for new users we need to remove Provisioned Packages:
Import-Module Appx
Import-Module Dism
Get-AppXProvisionedPackage -online  | Remove-AppxProvisionedPackage -online

*Note 1

Run the following command to allow scripts to run.
Set-ExecutionPolicy Unrestricted
After you have finished set it back using the below command.
Set-ExecutionPolicy Restricted

Δευτέρα 13 Ιανουαρίου 2020

Determining S.M.A.R.T disk drive status from a command prompt

Determining S.M.A.R.T disk drive status from a command prompt
wmic diskdrive get status, size, model

  • Determining S.M.A.R.T disk drive status from a command prompt
  • sqlmap - an SQL injection tool.


     
    SQLmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.
     Tutorials
    Target (Test site for Acunetix WVS) : http://testphp.vulnweb.com/artists.php?artist=1

    See MD5 Cracker Page - Over 312.072 billion cracked MD5 hashes - HashKiller.co.uk