Updated Payload Information Gathering Ubuntu (markdown)

This commit is contained in:
b0netruper 2015-04-18 13:29:58 +03:00
parent b8fffc60bb
commit 9f01cf4819
1 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,16 @@
The following script is an information gatherer script which collects info from a running Ubuntu OS.
The following script is an information gatherer script which collects info from a running Ubuntu OS and saves it to a file named "info_gathering.txt".
The info that the script retrieves is the following:
- Logged in Username
- Distributionandkernelversion of running system
- Applicability of Shellsock Bug Vulnerability
- Mounted Filesystem
- Network Adapters info
- Availability of Development tools (python, g++ etc)
- Printing of hosts file
- Printing of TCP/UDP Listening Services
- Gathering of installed Ubuntu Packages
- Searches for readable Folders in /etc
- Searches for SUID and GUID files
REM Infogathering Ubuntu 1.0 Script issues OS info gathering commands in terminal - by Captain_Harlock
DELAY 3000