USBANK SCAM
I’d just like to say that USBANK IS A SCAM That’s right, USBANK SCAM They charge six dollars for statements older than eighteen months! They save an incredible amount of money by not having to mail me statements and now…
I’d just like to say that USBANK IS A SCAM That’s right, USBANK SCAM They charge six dollars for statements older than eighteen months! They save an incredible amount of money by not having to mail me statements and now…
Ever needed to get all projects associated with every user in redmine? Here’s a query that will help Multiple Joins sql query; To get user, all projects associated with user and role on that project. Exmaple: Table Column Names users id,…
Here is an FTDNS example (File Transfer via DNS) from Johannes B. Ullrich, Ph.D. (): File transfer via DNS For pentesters, this is helpful as it will first of all sneak past many firewalls, and secondly you do not need…
Windows Server: Change User Password Via Remote Desktop Remote Desktop Protocol (RDP) is a multi-channel protocol that allows a user to connect to a computer running Microsoft Terminal Services. The server listens by default on TCP port 3389. Under remote…
how to generate a dump file on application crash in c# using System; using System.Collections.Generic; using System.Windows.Forms; using System.Runtime.InteropServices; using System.IO; namespace DBGHelp_Sample { static class Program { /// /// The main entry point for the application. /// [STAThread] static…
to find the last login time on a linux system simply run this command: finger ‘sort /etc/passwd | cut -f1 -d”:”‘ | grep -i log | grep -i -B 1 last
By default the e-room plugin won’t install on server 2008. Here’s howto install eroom on server 2008. 1. Run the eroom plugin setup .exe. 2. Locate the temp.msi that was created on your machine (should be under your %username%/Local/Appdata/temp somewhere,…
Here’s a reinstall asp.net script: This example is for asp.net 4.0 on a 64 bit system, it stops IIS, uninstalls all versions of asp.net, reinstalls asp.net, then starts IIS: NET STOP IISADMIN /Y “C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe” -ua “C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe” -i NET START IISADMIN…