-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brock
committed
Nov 22, 2014
1 parent
8a8c8d6
commit de4b9fd
Showing
4 changed files
with
881 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Intersect 2.0 | Changes Log | ||
|
||
|
||
02-05-2012 | ||
Added: sysctl.conf copying, meminfo & cpuinfo gather, /var/log/ lists | ||
Contributor: ohdae | ||
|
||
02-06-2012 | ||
Added: Function to clean username and IP address from 'w' 'who' 'last' and 'lastlog' commands. | ||
This will actively hide the users precense from other system users. | ||
Contributor: sk | ||
|
||
02-10-2012 | ||
Fixed minor syntax error in the getCredentials() feature. | ||
Contributor: ohdae | ||
|
||
02-10-2012 | ||
Added: Semi-interactive TCP bind shell. The shell binds to the server port 443 and accepts connects via netcat. | ||
You can read files, make/delete folders, add user accounts, view processes, netstat, etc. | ||
I am soon adding a new custom shell that will bind over SSL and you will have a wide variety of features, such as live sniffing | ||
and the capability of running Intersect commands over the shell and installing add-on modules. | ||
Contributor: ohdae | ||
|
||
02-14-2012 | ||
Madechanges to how Intersect searches for installed packages, log files and running services. | ||
Added option to identify different Linux distro's and perform some of the searches as being specific to that distro. | ||
Eventually I will incorporate the distro-specific searches into all the other areas. | ||
Contributor: ohdae | ||
|
||
02-19-2012 | ||
Added support for Local exploit checker. If a non-root user runs Intersect, the script will retrieve the current Linux kernel version | ||
and present the user with a list of local privilege escalation exploits for that kernel. The list includes the CVE number, download link | ||
and the name of the exploit. | ||
Added a few features to the TCP shell. | ||
Contributor: ohdae | ||
|
||
02-20-2012 | ||
Added ability to search target system for all .SQL files and save their locations to a text file. | ||
Also searches for the location of all .ssh/ directories, their contents and all *history files (bash history, nano, sql, etc) | ||
Contributor: ohdae |
Oops, something went wrong.