Archivo de la categoría: Linux

RootKits

locally checks for signs of a rootkit:CHKROOTKIThttp://www.chkrootkit.org/download/ 5. Installation ————— To compile the C programs type:  # make sense  After that it is ready to use and you can simply type:  # ./chkrootkit  

sdf.lonestar.org

The Super Dimension Fortress is a networked community of free softwareauthors, teachers, librarians, students, researchers, hobbyists, computerenthusiasts, the aural and visually impaired. It is operated as a federallyrecognised non-profit 501(c)(7) and is supported by its members. sdf.lonestar.org

Netdiscover

Netdiscover is an active/passive address reconnaissance tool, mainly developed for those wireless networks without dhcp server, when you are wardriving. It can be also used on hub/switched networks. Requerimientos: sudo yum search libpcap sudo yum install libnet libpcap-devel [download]http://nixgeneration.com/~jaime/netdiscover/  

speedtest

Esta mona esta página: http://www.speedtest.net/

SSH Port Forwarding

Dynamic SSH $ssh -D 9999 username@ip-address-of-ssh-serverEn firefox usar red manualsolamente localhost:9999 socks 4 ————————————————————————— Desktop ssh -L 9999:localhost:8000 miservidorseguro.com Server miservidorseguro.com ————————————————— Para squid: Desktop ssh -L 9999:localhost:3128 squidserver.com servidor squid squidserver.com

locate

  locate [options] pattern Search database(s) of filenames and print matches. Matches include all files that contain pattern unless pattern includes metacharacters, in which case locate requires an exact match. *, ?, [, and ] are treated specially; / and . are not. Searches are conducted against a database of system contents that is updated… Leer más: locate »

I have disabled comments, but comments continue to be posted

If you have unchecked Allow people to post comments on the article on the Options > Discussion panel, then you have only disabled comments on future posts. To completely disable comments, you will have to edit each past post and uncheck Allow Comments from the Write Post SubPanel. Alternatively, you could delete the wp-comments-post.php file,… Leer más: I have disabled comments, but comments continue to be posted »